2026-03-28 13:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-28 13:00:04 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-28 13:00:04 [astonbarclay.gb] INFO: Starting spider astonbarclay.gb
2026-03-28 13:00:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-28 13:00:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-28 13:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-28 13:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-28 13:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: ccf539acb8867583
2026-03-28 13:00:04 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-28 13:00:04 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/astonbarclay.gb/task_9_2026-03-28T13_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-28 13:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 13:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 13:00:04 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-28 13:00:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-28 13:00:04 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-28 13:00:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-28 13:00:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-28 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 2122
2026-03-28 13:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-28 13:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-28 13:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-28 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-28 13:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-28 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-28 13:00:05 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 13:00:05 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-28 13:00:05 [scrapy.core.engine] INFO: Spider opened
2026-03-28 13:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-28 13:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-28 13:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-28 13:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-28 13:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-28 13:00:10 [scrapy-playwright] INFO: Launching browser firefox
2026-03-28 13:00:10 [scrapy-playwright] INFO: Browser firefox launched
2026-03-28 13:00:10 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-28 13:00:11 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-28 13:00:11 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-28 13:00:12 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-28 13:00:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/OtAutoBlock.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.googleapis.com/css?family=Lexend> (resource type: stylesheet, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css> (resource type: stylesheet, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js>
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/OtAutoBlock.js>
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css>
2026-03-28 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js>
2026-03-28 13:00:13 [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-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.googleapis.com/css?family=Lexend>
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://sessions.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/profileconfig> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/MuseoSans-500-BnvKCWSl.ttf> (resource type: font, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/018e0e2a-b608-77ca-8640-7c5f6808ddcb.json>
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/profileconfig>
2026-03-28 13:00:14 [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-28 13:00:14 [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-28 13:00:14 [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-28 13:00:14 [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-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/MuseoSans-500-BnvKCWSl.ttf>
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/user>
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-o3_sC40N.js>
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-vT_hcphp.js>
2026-03-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/navigation>
2026-03-28 13:00:14 [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-28 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-nama.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/WV_Awards.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-bsi.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/logo-BkQgdzqL.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/assets/logo-BkQgdzqL.svg>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/facebook.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/facebook.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/twitter.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/twitter.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/sprite2.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/sprite2.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/vehicle/all> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-nama.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/WV_Awards.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-bsi.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdneg.woff2> (resource type: font, referrer: https://fonts.googleapis.com/)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/otBannerSdk.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <202 https://sessions.bugsnag.com/>
2026-03-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/otBannerSdk.js>
2026-03-28 13:00:15 [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-28 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/vehicle/all>
2026-03-28 13:00:15 [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-28 13:00:15 [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-28 13:00:15 [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-28 13:00:15 [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-28 13:00:15 [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-28 13:00:17 [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-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/delivered-by-aa-logo.png>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-fuel.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-fuel.svg>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-transmission-auto.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-auto.svg>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-engine.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-engine.svg>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-mileage.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mileage.svg>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-reg.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-reg.svg>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-v5.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-v5.svg>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-mot.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mot.svg>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-vat.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-vat.svg>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-transmission-manual-alt.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-manual-alt.svg>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCenterRounded.json>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/PF14HYB/2026-03-04/image/164a9348-7188-4047-8785-e56658a5f22b_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/PF14HYB/2026-03-04/image/164a9348-7188-4047-8785-e56658a5f22b_removebg.jpg?w=600>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/VK18YUA/2026-03-20/image/6c67f573-52ed-44a4-94e9-7eb2c9cbb5fe_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/VK18YUA/2026-03-20/image/6c67f573-52ed-44a4-94e9-7eb2c9cbb5fe_removebg.jpg?w=600>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/EO14BCV/2026-03-18/image/9b789f21-20c4-4c47-8586-96a4babbabac_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/EO14BCV/2026-03-18/image/9b789f21-20c4-4c47-8586-96a4babbabac_removebg.jpg?w=600>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/EA14SZN/2026-03-13/image/03126908-ea20-47a7-ba41-e39fc16f7e4d_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/EA14SZN/2026-03-13/image/03126908-ea20-47a7-ba41-e39fc16f7e4d_removebg.jpg?w=600>
2026-03-28 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/PE16EZP/2026-03-18/image/9f94a576-68f7-4714-86fa-c294dcfe6aff_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/PE16EZP/2026-03-18/image/9f94a576-68f7-4714-86fa-c294dcfe6aff_removebg.jpg?w=600>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/e2542c1e-0c5e-47b8-bc51-a93ca0ee39fe_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/YJ13YKO/2026-03-19/image/e2542c1e-0c5e-47b8-bc51-a93ca0ee39fe_removebg.jpg?w=600>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/ESZ1891/2026-03-17/image/03fb1eea-d39b-46c4-aba5-d029565b3829_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/ESZ1891/2026-03-17/image/03fb1eea-d39b-46c4-aba5-d029565b3829_removebg.jpg?w=600>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/CF68EFV/2026-03-17/image/db58448b-55dd-4c92-bb40-82206786ddf0_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/CF68EFV/2026-03-17/image/db58448b-55dd-4c92-bb40-82206786ddf0_removebg.jpg?w=600>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCommonStyles.css>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdneg.woff2>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/BU14YKD/2026-03-17/image/9d238bb3-0c71-482a-9c87-c3a8cc653360_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/BU14YKD/2026-03-17/image/9d238bb3-0c71-482a-9c87-c3a8cc653360_removebg.jpg?w=600>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/DG63FVC/2026-03-13/image/9aeaa816-705d-4210-aad8-c418014586b7_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/DG63FVC/2026-03-13/image/9aeaa816-705d-4210-aad8-c418014586b7_removebg.jpg?w=600>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/GY18UAD/2026-03-13/image/1c1ad361-f38b-410e-a052-80c2f4c2f48b_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/GY18UAD/2026-03-13/image/1c1ad361-f38b-410e-a052-80c2f4c2f48b_removebg.jpg?w=600>
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/42c88521-87db-4b45-9dcd-cd09d9f57a70_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/LA16ZPV/2026-03-12/image/42c88521-87db-4b45-9dcd-cd09d9f57a70_removebg.jpg?w=600>
2026-03-28 13:00:18 [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-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/image-unavailable.png>
2026-03-28 13:00:18 [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-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.png>
2026-03-28 13:00:18 [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-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg>
2026-03-28 13:00:18 [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-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://pi.pardot.com/pd.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-28 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg>
2026-03-28 13:00:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/vehicle-search> (referer: None) ['playwright']
2026-03-28 13:00:18 [astonbarclay.gb] INFO: Cookies from Playwright: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Sat+Mar+28+2026+13%3A00%3A16+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': 1806238816, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}]
2026-03-28 13:00:18 [astonbarclay.gb] INFO: Scrapy-formatted cookies: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Sat+Mar+28+2026+13%3A00%3A16+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-28 13:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Adesa',RowKey='cookies') HTTP/1.1" 204 0
2026-03-28 13:00:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-28 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://pi.pardot.com/pd.js>
2026-03-28 13:00:27 [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-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119310122
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119310122%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 119310122: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119637509
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119637509%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 119637509: 2
2026-03-28 13:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 117830350
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27117830350%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 117830350: 2
2026-03-28 13:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120219322
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120219322%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120219322: 2
2026-03-28 13:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120592457
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592457%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120592457: 2
2026-03-28 13:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120741234
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120741234%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120741234: 2
2026-03-28 13:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120171916
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120171916%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120171916: 2
2026-03-28 13:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120620673
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120620673%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120620673: 2
2026-03-28 13:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120404223
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120404223%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120404223: 2
2026-03-28 13:00:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120510340
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120510340%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120510340: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119960187
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119960187%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 119960187: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595536
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595536%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120595536: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120597579
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120597579%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120597579: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120592265
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592265%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120592265: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595560
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595560%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120595560: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120145776
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120145776%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120145776: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595703
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595703%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120595703: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595487
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595487%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120595487: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120592274
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592274%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120592274: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595682
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595682%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120595682: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120461410
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120461410%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120461410: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120623833
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120623833%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120623833: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120440606
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120440606%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120440606: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595672
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595672%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120595672: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120595505
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595505%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120595505: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120592245
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592245%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120592245: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120548775
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120548775%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120548775: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119837652
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119837652%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 119837652: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119848508
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119848508%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 119848508: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120196358
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120196358%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120196358: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 114262881
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27114262881%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 114262881: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120256233
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120256233%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120256233: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120214662
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120214662%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120214662: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119896301
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119896301%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 119896301: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 119618922
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119618922%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 119618922: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120060014
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120060014%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120060014: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 118914209
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27118914209%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 118914209: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120287242
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120287242%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120287242: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120168848
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120168848%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120168848: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 118014845
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27118014845%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 118014845: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120123036
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120123036%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120123036: 2
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120248585
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120248585%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120248585: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120714439
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714439%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120714439: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120713961
2026-03-28 13:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120713961%27 HTTP/1.1" 200 None
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Scrape type for 120713961: 0
2026-03-28 13:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120731675
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120731675%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120731675: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120731563
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120731563%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120731563: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120714043
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714043%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120714043: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120755440
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120755440%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120755440: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120758608
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120758608%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120758608: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120731527
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120731527%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120731527: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120733331
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733331%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120733331: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120766790
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120766790%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120766790: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120751190
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120751190%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120751190: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120749209
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120749209%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120749209: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120746372
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120746372%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120746372: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120764254
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120764254%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120764254: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120297677
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120297677%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120297677: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120620613
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120620613%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120620613: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120413042
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120413042%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120413042: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120630156
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120630156%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120630156: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120537923
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120537923%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120537923: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120667782
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667782%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120667782: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120584460
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120584460%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120584460: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120368640
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120368640%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120368640: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120695209
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695209%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120695209: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120666587
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120666587%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120666587: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120668424
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668424%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120668424: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120396890
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120396890%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120396890: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120651855
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120651855%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120651855: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119992992
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119992992%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 119992992: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120587142
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120587142%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120587142: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120367809
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120367809%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120367809: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120684046
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120684046%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120684046: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120668316
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668316%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120668316: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120695152
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695152%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120695152: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120659978
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120659978%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120659978: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120667873
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667873%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120667873: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120646164
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120646164%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120646164: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120428169
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120428169%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120428169: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120690371
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690371%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120690371: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120667528
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667528%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120667528: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120584837
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120584837%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120584837: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120481458
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120481458%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120481458: 2
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120668504
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668504%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120668504: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120453748
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120453748%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120453748: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120591724
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120591724%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120591724: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120656496
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120656496%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120656496: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120741069
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120741069%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120741069: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 109174414
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27109174414%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 109174414: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120735368
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120735368%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120735368: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120801754
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120801754%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120801754: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120790500
2026-03-28 13:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120790500%27 HTTP/1.1" 200 None
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Scrape type for 120790500: 0
2026-03-28 13:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120790372
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120790372%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120790372: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120763633
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120763633%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120763633: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120732683
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120732683%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120732683: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120763186
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120763186%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120763186: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120320853
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120320853%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120320853: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120696486
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696486%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120696486: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120322108
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120322108%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120322108: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120714054
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714054%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120714054: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120766714
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120766714%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120766714: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120801744
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120801744%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120801744: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120714062
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714062%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120714062: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120798718
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120798718%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120798718: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120794507
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794507%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120794507: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120693873
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693873%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120693873: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120794387
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794387%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120794387: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120761595
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120761595%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120761595: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119811587
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119811587%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 119811587: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120280975
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120280975%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120280975: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119629779
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119629779%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 119629779: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120327884
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120327884%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120327884: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120453970
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120453970%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120453970: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120753553
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120753553%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120753553: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120794223
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794223%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120794223: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120750401
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120750401%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120750401: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120797674
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120797674%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120797674: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120654283
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120654283%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120654283: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120754078
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120754078%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120754078: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120754325
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120754325%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120754325: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120794574
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794574%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120794574: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120657468
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120657468%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120657468: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120582597
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120582597%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120582597: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120832784
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832784%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120832784: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120828637
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828637%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120828637: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120832446
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832446%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120832446: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120833244
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120833244%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120833244: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120830848
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830848%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120830848: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120750706
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120750706%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120750706: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120192862
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120192862%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120192862: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120752578
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120752578%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120752578: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120402526
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120402526%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120402526: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120439927
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120439927%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120439927: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120827887
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827887%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120827887: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120406739
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120406739%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120406739: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120751254
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120751254%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120751254: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120364358
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120364358%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120364358: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120751141
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120751141%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120751141: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120617164
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120617164%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120617164: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120832987
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832987%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120832987: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120581824
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120581824%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120581824: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120830480
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830480%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120830480: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120476757
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120476757%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120476757: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120830974
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830974%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120830974: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120617192
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120617192%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120617192: 2
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120302654
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120302654%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120302654: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120442309
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120442309%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120442309: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120827132
2026-03-28 13:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827132%27 HTTP/1.1" 200 None
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Scrape type for 120827132: 0
2026-03-28 13:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120581417
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120581417%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120581417: 2
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120832614
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832614%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120832614: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120443760
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120443760%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120443760: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120829879
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829879%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120829879: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120582459
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120582459%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120582459: 2
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120831309
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120831309%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120831309: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120530920
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120530920%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120530920: 2
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120828451
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828451%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120828451: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120831424
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120831424%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120831424: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120406763
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120406763%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120406763: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120830910
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830910%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120830910: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120220640
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120220640%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120220640: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120753086
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120753086%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120753086: 2
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120302568
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120302568%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120302568: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120797287
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120797287%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120797287: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120793723
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120793723%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120793723: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120797399
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120797399%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120797399: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120793900
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120793900%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120793900: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120794477
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794477%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120794477: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120024515
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120024515%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120024515: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120540637
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120540637%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120540637: 2
2026-03-28 13:00:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120171916?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120540698
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120540698%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120540698: 2
2026-03-28 13:00:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120582897
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120582897%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120582897: 2
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120688601
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688601%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120688601: 2
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120688264
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688264%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120688264: 2
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120654113
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120654113%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120654113: 0
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120540667
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120540667%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120540667: 2
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120617178
2026-03-28 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120617178%27 HTTP/1.1" 200 None
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Scrape type for 120617178: 2
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120171916, 'registration': 'RV23AWO', 'account': 'INT016', 'make': 'TOYOTA', 'model': 'YARIS CROSS ESTATE', 'derivative': '1.5 Hybrid Design 5dr CVT', 'mileage': 26008, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1007, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV23AWO/2026-03-05/image/cf4feb2e-4d46-4a95-8313-f062798debce_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/c028116f-2abc-4bf9-95f8-c8a5f3b65296_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/5c11730d-83a6-4ef7-9304-f5ed92592dae_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/f894d470-4659-41db-814e-90e622af2c22_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/6bcb1829-f8c2-4da5-930a-d36734fee315_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/ecd29578-4924-4acc-a88a-c47d27d898bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/9ddbecde-7330-4813-bbbd-7ee4bac2b00e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/5017c08b-6222-4110-9de8-191c85d898e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/b089aac6-44f9-4621-ad34-e0684e8ab101_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/932ca6a5-2256-408a-8da5-cd2ab36e5a88.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120171916, 'registration': 'RV23AWO', 'account': 'INT016', 'make': 'TOYOTA', 'model': 'YARIS CROSS ESTATE', 'derivative': '1.5 Hybrid Design 5dr CVT', 'mileage': 26008, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1007, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV23AWO/2026-03-05/image/cf4feb2e-4d46-4a95-8313-f062798debce_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/c028116f-2abc-4bf9-95f8-c8a5f3b65296_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/5c11730d-83a6-4ef7-9304-f5ed92592dae_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/f894d470-4659-41db-814e-90e622af2c22_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/6bcb1829-f8c2-4da5-930a-d36734fee315_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/ecd29578-4924-4acc-a88a-c47d27d898bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/9ddbecde-7330-4813-bbbd-7ee4bac2b00e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/5017c08b-6222-4110-9de8-191c85d898e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/b089aac6-44f9-4621-ad34-e0684e8ab101_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/932ca6a5-2256-408a-8da5-cd2ab36e5a88.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with identifier: 120171916
2026-03-28 13:00:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with scrape type 2
2026-03-28 13:00:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with scrape type 2
2026-03-28 13:00:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d33655fc-3340-59c4-8fbc-b687a6fb5bb2, identifier: 120171916
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120537066
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120537066%27 HTTP/1.1" 200 None
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120537066: 2
2026-03-28 13:00:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with identifier: 120171916
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLACK HTTP/1.1" 200 None
2026-03-28 13:00:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:32 [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-28 13:00:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:00:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with identifier: 120171916
2026-03-28 13:00:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with identifier: 120171916 to the API
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120171916?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'd33655fc-3340-59c4-8fbc-b687a6fb5bb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RV23AWO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120171916',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS CROSS ESTATE',
'odometer': 26008,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-26',
'seller_name': 'Interbay Asset Finance',
'title': 'TOYOTA YARIS CROSS ESTATE 1.5 Hybrid Design 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid Design 5dr CVT',
'vin': None,
'year': 2023}
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120171916%27 HTTP/1.1" 200 None
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Saving data for 120171916: {'auction_closing_time': 1774861200.0, 'created_time': 1773404374.574411, 'last_price_update_time': 1774702832.772855}
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120171916') HTTP/1.1" 204 0
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120475596
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120475596%27 HTTP/1.1" 200 None
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120475596: 2
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120582058
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120582058%27 HTTP/1.1" 200 None
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120582058: 2
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120408135
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120408135%27 HTTP/1.1" 200 None
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120408135: 0
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120402888
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120402888%27 HTTP/1.1" 200 None
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120402888: 2
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120654349
2026-03-28 13:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120654349%27 HTTP/1.1" 200 None
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Scrape type for 120654349: 0
2026-03-28 13:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120859656
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120859656%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120859656: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120860246
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120860246%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120860246: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120861174
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120861174%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120861174: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120861479
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120861479%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120861479: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120860771
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120860771%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120860771: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120861213
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120861213%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120861213: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120860161
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120860161%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120860161: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120861707
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120861707%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120861707: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120861436
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120861436%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120861436: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120862598
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120862598%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120862598: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120860385
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120860385%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120860385: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120573323
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120573323%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120573323: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120256266
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120256266%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120256266: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120646777
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120646777%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120646777: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 118845719
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27118845719%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 118845719: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120804884
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120804884%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120804884: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120793796
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120793796%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120793796: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120691012
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691012%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120691012: 2
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120255976
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120255976%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120255976: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120854123
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120854123%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120854123: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120220474
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120220474%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120220474: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120515038
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120515038%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120515038: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120484028
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120484028%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120484028: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120679322
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120679322%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120679322: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120853495
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120853495%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120853495: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120506878
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120506878%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120506878: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120582900
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120582900%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120582900: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120756520
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120756520%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120756520: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120771073
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120771073%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120771073: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120690950
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690950%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120690950: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120653166
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120653166%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120653166: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120857282
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120857282%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120857282: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120751313
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120751313%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120751313: 2
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120441640
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120441640%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120441640: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120630637
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120630637%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120630637: 1
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 116392519
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27116392519%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 116392519: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120595660
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595660%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120595660: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120595642
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595642%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120595642: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120747915
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120747915%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120747915: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120595651
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120595651%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120595651: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120554208
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120554208%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120554208: 2
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120473894
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120473894%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120473894: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120369549
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120369549%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120369549: 2
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120687428
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120687428%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120687428: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120461525
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120461525%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120461525: 2
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120808178
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120808178%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120808178: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120808264
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120808264%27 HTTP/1.1" 200 None
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Scrape type for 120808264: 0
2026-03-28 13:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120808145
2026-03-28 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120808145%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120808145: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120808228
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120808228%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120808228: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120808169
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120808169%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120808169: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120808247
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120808247%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120808247: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120408375
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120408375%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120408375: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120506599
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120506599%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120506599: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120199126
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120199126%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120199126: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120596595
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120596595%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120596595: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120596560
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120596560%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120596560: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 119257637
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119257637%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 119257637: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120240102
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120240102%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120240102: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120332629
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120332629%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120332629: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120596540
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120596540%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120596540: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120102055
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120102055%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120102055: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120596518
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120596518%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120596518: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120087826
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120087826%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120087826: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120596530
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120596530%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120596530: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120675196
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120675196%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120675196: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120365404
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120365404%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120365404: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120365355
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120365355%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120365355: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120716187
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120716187%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120716187: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120715559
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120715559%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120715559: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120808159
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120808159%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120808159: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120332599
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120332599%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120332599: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120726302
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120726302%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120726302: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120680805
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120680805%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120680805: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120689970
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120689970%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120689970: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120691804
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691804%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120691804: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120694307
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120694307%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120694307: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120695121
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695121%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120695121: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120693568
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693568%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120693568: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120692322
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120692322%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120692322: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120674268
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120674268%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120674268: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120693666
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693666%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120693666: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120688324
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688324%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120688324: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120690865
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690865%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120690865: 2
2026-03-28 13:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120404223?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120689132
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120689132%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120689132: 2
2026-03-28 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-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120688243
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688243%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120688243: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120691045
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691045%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120691045: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120693640
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693640%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120693640: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120691092
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691092%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120691092: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120690793
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690793%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120690793: 2
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120685959
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120685959%27 HTTP/1.1" 200 None
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Scrape type for 120685959: 0
2026-03-28 13:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120681802
2026-03-28 13:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120681802%27 HTTP/1.1" 200 None
2026-03-28 13:00:35 [astonbarclay.gb] INFO: Scrape type for 120681802: 2
2026-03-28 13:00:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120404223, 'registration': 'CJ23HXH', 'account': 'LIN021', 'make': 'FORD', 'model': 'TRANSIT CONNECT 250 L1 DIESEL', 'derivative': '1.5 EcoBlue 100ps Sport Van', 'mileage': 22526, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1009, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-07-20', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/fa5de827-f67a-4bc2-aec6-d2a945e4f704_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/82932fd7-1ee6-4e67-8cd9-f93f041f5d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/4cd23cb4-2d21-4221-82a5-a4bd67d99bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/c241c6c4-8ffe-43cd-b49b-2658abfd6015_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/b4dcffec-e2e9-4f44-b627-a846276be114_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/19b3a9cb-1f2f-4c87-8f54-2bb0ab49b3d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/0d46ac90-d042-4901-a361-842f7b9781d7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aadad82f-6b2c-49db-ab59-83d077a6dd7d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:00:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120404223, 'registration': 'CJ23HXH', 'account': 'LIN021', 'make': 'FORD', 'model': 'TRANSIT CONNECT 250 L1 DIESEL', 'derivative': '1.5 EcoBlue 100ps Sport Van', 'mileage': 22526, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1009, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-07-20', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/fa5de827-f67a-4bc2-aec6-d2a945e4f704_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/82932fd7-1ee6-4e67-8cd9-f93f041f5d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/4cd23cb4-2d21-4221-82a5-a4bd67d99bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/c241c6c4-8ffe-43cd-b49b-2658abfd6015_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/b4dcffec-e2e9-4f44-b627-a846276be114_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/19b3a9cb-1f2f-4c87-8f54-2bb0ab49b3d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/0d46ac90-d042-4901-a361-842f7b9781d7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aadad82f-6b2c-49db-ab59-83d077a6dd7d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3306a4fa-98e6-53f7-999a-1066e13c02d8 with identifier: 120404223
2026-03-28 13:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3306a4fa-98e6-53f7-999a-1066e13c02d8 with scrape type 2
2026-03-28 13:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3306a4fa-98e6-53f7-999a-1066e13c02d8 with scrape type 2
2026-03-28 13:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3306a4fa-98e6-53f7-999a-1066e13c02d8, identifier: 120404223
2026-03-28 13:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120687223
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120687223%27 HTTP/1.1" 200 None
2026-03-28 13:00:35 [astonbarclay.gb] INFO: Scrape type for 120687223: 2
2026-03-28 13:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3306a4fa-98e6-53f7-999a-1066e13c02d8 with identifier: 120404223
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLUE HTTP/1.1" 200 None
2026-03-28 13:00:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 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-28 13:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-28 13:00:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 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-28 13:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3306a4fa-98e6-53f7-999a-1066e13c02d8 with identifier: 120404223
2026-03-28 13:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3306a4fa-98e6-53f7-999a-1066e13c02d8 with identifier: 120404223 to the API
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120404223?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '3306a4fa-98e6-53f7-999a-1066e13c02d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CJ23HXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120404223',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'TRANSIT CONNECT 250 L1 DIESEL',
'odometer': 22526,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-20',
'seller_name': 'Link Financial',
'title': 'FORD TRANSIT CONNECT 250 L1 DIESEL 1.5 EcoBlue 100ps Sport Van',
'transmission': 'manual',
'trim': '1.5 EcoBlue 100ps Sport Van',
'vin': None,
'year': 2023}
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120404223%27 HTTP/1.1" 200 None
2026-03-28 13:00:35 [astonbarclay.gb] INFO: Saving data for 120404223: {'auction_closing_time': 1774861200.0, 'created_time': 1773752637.942649, 'last_price_update_time': 1774702835.849595}
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120404223') HTTP/1.1" 204 0
2026-03-28 13:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120713969
2026-03-28 13:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120713969%27 HTTP/1.1" 200 None
2026-03-28 13:00:35 [astonbarclay.gb] INFO: Scrape type for 120713969: 0
2026-03-28 13:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120692816
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120692816%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120692816: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120690454
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690454%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120690454: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120696584
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696584%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120696584: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120690647
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690647%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120690647: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120690055
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690055%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120690055: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120694326
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120694326%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120694326: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120687954
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120687954%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120687954: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120678615
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120678615%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120678615: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120681200
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120681200%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120681200: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120688313
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688313%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120688313: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120692763
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120692763%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120692763: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120680410
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120680410%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120680410: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120688426
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688426%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120688426: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120732864
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120732864%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120732864: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120725248
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120725248%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120725248: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120731113
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120731113%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120731113: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120753346
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120753346%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120753346: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120693407
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693407%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120693407: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120695175
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695175%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120695175: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120733156
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733156%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120733156: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120689230
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120689230%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120689230: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120736652
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120736652%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120736652: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120726997
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120726997%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120726997: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120714077
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714077%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120714077: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120745720
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120745720%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120745720: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120732411
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120732411%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120732411: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120762335
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120762335%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120762335: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120691178
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691178%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120691178: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120762558
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120762558%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120762558: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120758930
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120758930%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120758930: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120758496
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120758496%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120758496: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120757940
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120757940%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120757940: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120780568
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120780568%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120780568: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120724402
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120724402%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120724402: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120756696
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120756696%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120756696: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120755203
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120755203%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120755203: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120729065
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120729065%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120729065: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120757392
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120757392%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120757392: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120759079
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120759079%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120759079: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120756805
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120756805%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120756805: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120738792
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120738792%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120738792: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120732747
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120732747%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120732747: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120730965
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120730965%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120730965: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120713991
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120713991%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120713991: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120713746
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120713746%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120713746: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120753082
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120753082%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120753082: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120738966
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120738966%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120738966: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120683124
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120683124%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120683124: 2
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120713728
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120713728%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120713728: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120767154
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120767154%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120767154: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120766579
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120766579%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120766579: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120775337
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120775337%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120775337: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120715801
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120715801%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120715801: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120754042
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120754042%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120754042: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120775790
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120775790%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120775790: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120774589
2026-03-28 13:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120774589%27 HTTP/1.1" 200 None
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Scrape type for 120774589: 0
2026-03-28 13:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120725979
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120725979%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120725979: 2
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120790010
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120790010%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120790010: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120773464
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120773464%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120773464: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120725778
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120725778%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120725778: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120728398
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120728398%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120728398: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120733681
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733681%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120733681: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120746149
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120746149%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120746149: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120733599
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733599%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120733599: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120735135
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120735135%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120735135: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120756115
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120756115%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120756115: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120732653
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120732653%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120732653: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120695565
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695565%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120695565: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120779100
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120779100%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120779100: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120753919
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120753919%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120753919: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120738444
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120738444%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120738444: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120801654
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120801654%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120801654: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120801666
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120801666%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120801666: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120698448
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120698448%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120698448: 2
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120799211
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120799211%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120799211: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120739822
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120739822%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120739822: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120800858
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120800858%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120800858: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120808421
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120808421%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120808421: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120808013
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120808013%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120808013: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120793173
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120793173%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120793173: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120796045
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120796045%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120796045: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120789725
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120789725%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120789725: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120800939
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120800939%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120800939: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120696944
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696944%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120696944: 2
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120801963
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120801963%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120801963: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120790174
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120790174%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120790174: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120793702
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120793702%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120793702: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120799292
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120799292%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120799292: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120792380
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120792380%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120792380: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120795057
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120795057%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120795057: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120762304
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120762304%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120762304: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120692983
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120692983%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120692983: 2
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120762359
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120762359%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120762359: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120696058
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696058%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120696058: 2
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120802160
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120802160%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120802160: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120733412
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733412%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120733412: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120794261
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794261%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120794261: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120794230
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794230%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120794230: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120816676
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120816676%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120816676: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120811231
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120811231%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120811231: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120807843
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120807843%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120807843: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120780393
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120780393%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120780393: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120816385
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120816385%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120816385: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120631151
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120631151%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120631151: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120656222
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120656222%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120656222: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120657364
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120657364%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120657364: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120667468
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667468%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120667468: 2
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120316229
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120316229%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120316229: 0
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120667880
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667880%27 HTTP/1.1" 200 None
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Scrape type for 120667880: 2
2026-03-28 13:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120438101
2026-03-28 13:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120438101%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120438101: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120547045
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120547045%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120547045: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120820456
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120820456%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120820456: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120824951
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120824951%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120824951: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120584213
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120584213%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120584213: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120810036
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120810036%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120810036: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120666157
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120666157%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120666157: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120807469
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120807469%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120807469: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120807684
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120807684%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120807684: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120827043
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827043%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120827043: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120334042
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120334042%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120334042: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120825205
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120825205%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120825205: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120256417
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120256417%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120256417: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120827036
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827036%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120827036: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120826020
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826020%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120826020: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120454660
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120454660%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120454660: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120647284
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120647284%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120647284: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120585367
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120585367%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120585367: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120668153
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668153%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120668153: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120610324
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120610324%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120610324: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120657113
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120657113%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120657113: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120647610
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120647610%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120647610: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120590454
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120590454%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120590454: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120632848
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120632848%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120632848: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120373468
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120373468%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120373468: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120650626
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120650626%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120650626: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120627305
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120627305%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120627305: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120650278
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120650278%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120650278: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120622377
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120622377%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120622377: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120573970
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120573970%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120573970: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120632944
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120632944%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120632944: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120657493
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120657493%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120657493: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120616956
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120616956%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120616956: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120509974
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120509974%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120509974: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120401206
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120401206%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120401206: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120503575
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120503575%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120503575: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120645930
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120645930%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120645930: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120621555
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120621555%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120621555: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120592678
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592678%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120592678: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120652440
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120652440%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120652440: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120436090
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120436090%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120436090: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120666509
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120666509%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120666509: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120668414
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668414%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120668414: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120657830
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120657830%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120657830: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120761485
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120761485%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120761485: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120688219
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688219%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120688219: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120367074
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120367074%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120367074: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120751343
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120751343%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120751343: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120254900
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120254900%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120254900: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120615597
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120615597%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120615597: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120397505
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120397505%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120397505: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120443000
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120443000%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120443000: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120587864
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120587864%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120587864: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120257030
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120257030%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120257030: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120794268
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794268%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120794268: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120667917
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667917%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120667917: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120833168
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120833168%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120833168: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120826309
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826309%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120826309: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120829129
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829129%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120829129: 2
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120827584
2026-03-28 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827584%27 HTTP/1.1" 200 None
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Scrape type for 120827584: 0
2026-03-28 13:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120827073
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827073%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120827073: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120832379
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832379%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120832379: 2
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120829465
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829465%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120829465: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120827436
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827436%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120827436: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120827550
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827550%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120827550: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120830638
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830638%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120830638: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120834243
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120834243%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120834243: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120827493
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827493%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120827493: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120825616
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120825616%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120825616: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120832708
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832708%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120832708: 2
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120831502
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120831502%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120831502: 2
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120833516
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120833516%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120833516: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120832455
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832455%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120832455: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120828449
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828449%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120828449: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120838374
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838374%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120838374: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120832866
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832866%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120832866: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120828329
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828329%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120828329: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 87515789
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%2787515789%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 87515789: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120838324
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838324%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120838324: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120838333
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838333%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120838333: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120829717
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829717%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120829717: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120832304
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832304%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120832304: 2
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120838347
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838347%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120838347: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120828047
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828047%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120828047: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120737032
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120737032%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120737032: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120804839
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120804839%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120804839: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120562354
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120562354%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120562354: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120410046
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120410046%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120410046: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120861619
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120861619%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120861619: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120404970
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120404970%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120404970: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120830194
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830194%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120830194: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120441523
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120441523%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120441523: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120859461
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120859461%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120859461: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120365951
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120365951%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120365951: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120857338
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120857338%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120857338: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120586865
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120586865%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120586865: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 119045432
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119045432%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 119045432: 1
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120485459
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120485459%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120485459: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120619943
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120619943%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120619943: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120562403
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120562403%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120562403: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120861840
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120861840%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120861840: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120562320
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120562320%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120562320: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120606319
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120606319%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120606319: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120546514
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120546514%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120546514: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120562484
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120562484%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120562484: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120562548
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120562548%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120562548: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120562331
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120562331%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120562331: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120649354
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120649354%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120649354: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120562277
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120562277%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120562277: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120586845
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120586845%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120586845: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120562567
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120562567%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120562567: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120861228
2026-03-28 13:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120861228%27 HTTP/1.1" 200 None
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Scrape type for 120861228: 0
2026-03-28 13:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120859605
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120859605%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120859605: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120653276
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120653276%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120653276: 2
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120443413
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120443413%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120443413: 2
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120860800
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120860800%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120860800: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120797261
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120797261%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120797261: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120693399
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693399%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120693399: 2
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120630009
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120630009%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120630009: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120502714
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120502714%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120502714: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120586010
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120586010%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120586010: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120631698
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120631698%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120631698: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 119252663
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119252663%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 119252663: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 119855237
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119855237%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 119855237: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120588960
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120588960%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120588960: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120098624
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120098624%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120098624: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120717264
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120717264%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120717264: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120806300
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120806300%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120806300: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120799641
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120799641%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120799641: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120806069
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120806069%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120806069: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120813427
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120813427%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120813427: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120806876
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120806876%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120806876: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120797313
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120797313%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120797313: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120693503
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693503%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120693503: 2
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120763578
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120763578%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120763578: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120763511
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120763511%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120763511: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 119920282
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119920282%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 119920282: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120763986
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120763986%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120763986: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120817027
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120817027%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120817027: 0
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120818085
2026-03-28 13:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120818085%27 HTTP/1.1" 200 None
2026-03-28 13:00:40 [astonbarclay.gb] INFO: Scrape type for 120818085: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120829283
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829283%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120829283: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120715097
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120715097%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120715097: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120752694
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120752694%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120752694: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120838928
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838928%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120838928: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120838596
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838596%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120838596: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120838572
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838572%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120838572: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120839298
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120839298%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120839298: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120838706
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838706%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120838706: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120829374
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829374%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120829374: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120632405
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120632405%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120632405: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120574476
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120574476%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120574476: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120619082
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120619082%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120619082: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120619091
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120619091%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120619091: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120619141
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120619141%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120619141: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 119140877
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119140877%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 119140877: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120619150
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120619150%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120619150: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120826263
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826263%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120826263: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120654534
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120654534%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120654534: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120337279
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120337279%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120337279: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120438207
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120438207%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120438207: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120568143
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120568143%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120568143: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120623928
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120623928%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120623928: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120654469
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120654469%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120654469: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120567961
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120567961%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120567961: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120677568
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120677568%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120677568: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120568299
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120568299%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120568299: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120686836
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120686836%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120686836: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120612662
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120612662%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120612662: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120476214
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120476214%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120476214: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120674999
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120674999%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120674999: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120600680
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120600680%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120600680: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120476160
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120476160%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120476160: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120796439
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120796439%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120796439: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120476170
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120476170%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120476170: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120598413
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120598413%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120598413: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120257231
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120257231%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120257231: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 119971941
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119971941%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 119971941: 0
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120643499
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120643499%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120643499: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120643521
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120643521%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120643521: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120643469
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120643469%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120643469: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120598564
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120598564%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120598564: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120684601
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120684601%27 HTTP/1.1" 200 None
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Scrape type for 120684601: 2
2026-03-28 13:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120256989
2026-03-28 13:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120256989%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120256989: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120253498
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120253498%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120253498: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120415233
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120415233%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120415233: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120615995
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120615995%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120615995: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120616160
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120616160%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120616160: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120258041
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120258041%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120258041: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120719635
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120719635%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120719635: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120591190
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120591190%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120591190: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120099413
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120099413%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120099413: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 118105567
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27118105567%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 118105567: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120828394
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828394%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120828394: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120223236
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120223236%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120223236: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120197297
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120197297%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120197297: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120297093
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120297093%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120297093: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120650675
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120650675%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120650675: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120840434
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120840434%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120840434: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120839972
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120839972%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120839972: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120674953
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120674953%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120674953: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120614685
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120614685%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120614685: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 119641212
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119641212%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 119641212: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120623468
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120623468%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120623468: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120619100
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120619100%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120619100: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120313737
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120313737%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120313737: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120600138
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120600138%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120600138: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120697422
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120697422%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120697422: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120692186
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120692186%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120692186: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120441725
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120441725%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120441725: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120747463
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120747463%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120747463: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120186614
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120186614%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120186614: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120858170
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120858170%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120858170: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120858101
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120858101%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120858101: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120858075
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120858075%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120858075: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120688561
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688561%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120688561: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120482326
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120482326%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120482326: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120798272
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120798272%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120798272: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120841573
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120841573%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120841573: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120655826
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120655826%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120655826: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120865231
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120865231%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120865231: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120829409
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829409%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120829409: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120693178
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693178%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120693178: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120690364
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690364%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120690364: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120673681
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120673681%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120673681: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120826161
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826161%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120826161: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120735060
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120735060%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120735060: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120762830
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120762830%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120762830: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120717471
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120717471%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120717471: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120693859
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693859%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120693859: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120466643
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120466643%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120466643: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120679073
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120679073%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120679073: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120678867
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120678867%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120678867: 2
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120645609
2026-03-28 13:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120645609%27 HTTP/1.1" 200 None
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Scrape type for 120645609: 0
2026-03-28 13:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120467224
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120467224%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120467224: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120674884
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120674884%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120674884: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120674631
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120674631%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120674631: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120714103
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714103%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120714103: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 119635262
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119635262%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 119635262: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120368220
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120368220%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120368220: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120673292
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120673292%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120673292: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120651328
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120651328%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120651328: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120649181
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120649181%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120649181: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120538818
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120538818%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120538818: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120674696
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120674696%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120674696: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120673273
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120673273%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120673273: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120745996
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120745996%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120745996: 2
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120694262
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120694262%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120694262: 2
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120542922
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120542922%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120542922: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120638250
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120638250%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120638250: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120714111
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714111%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120714111: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120686669
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120686669%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120686669: 2
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120797356
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120797356%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120797356: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120535728
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120535728%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120535728: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120807606
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120807606%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120807606: 2
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120589654
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120589654%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120589654: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120714267
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714267%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120714267: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120417765
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120417765%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120417765: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120746884
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120746884%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120746884: 2
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120733148
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733148%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120733148: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120656631
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120656631%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120656631: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120686052
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120686052%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120686052: 2
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120772588
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120772588%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120772588: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120622731
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120622731%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120622731: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120691186
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691186%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120691186: 2
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120675722
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120675722%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120675722: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120641887
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120641887%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120641887: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120722644
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120722644%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120722644: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120468770
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120468770%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120468770: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120642269
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120642269%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120642269: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120696015
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696015%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120696015: 2
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120780001
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120780001%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120780001: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120603430
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120603430%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120603430: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120766889
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120766889%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120766889: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120796024
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120796024%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120796024: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120765714
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120765714%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120765714: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120815805
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120815805%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120815805: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120798777
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120798777%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120798777: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120397393
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120397393%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120397393: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120804701
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120804701%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120804701: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120784658
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120784658%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120784658: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120482947
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120482947%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120482947: 0
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120617416
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120617416%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120617416: 2
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120755977
2026-03-28 13:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120755977%27 HTTP/1.1" 200 None
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Scrape type for 120755977: 2
2026-03-28 13:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120510340?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120718931
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120718931%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120718931: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120823455
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120823455%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120823455: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120724959
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120724959%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120724959: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120692160
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120692160%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120692160: 2
2026-03-28 13:00:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120797717
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120797717%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120797717: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120794341
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794341%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120794341: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120833447
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120833447%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120833447: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120819747
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120819747%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120819747: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120789938
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120789938%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120789938: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120820008
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120820008%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120820008: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120766205
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120766205%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120766205: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120732811
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120732811%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120732811: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120828158
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828158%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120828158: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120682131
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120682131%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120682131: 2
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120657755
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120657755%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120657755: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120629963
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120629963%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120629963: 2
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120510340, 'registration': 'SY71OWB', 'account': 'STE131', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 GT Premium 5dr', 'mileage': 11548, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1010, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-18', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY71OWB/2026-03-18/image/dac468ba-0656-4e3e-a8a9-45cc0922f080_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/fd656608-6300-40ca-b39d-be12088f7fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/06b575b6-3ffd-4a2c-87f7-878ce1c9cdfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/6cda7543-1e3d-4db0-8f10-3ffc25841d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/72812c05-9b6e-47b3-a412-e36a67d0d344_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/65a3f81e-d4e7-45bd-b680-be96cf593182_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/afff6bfa-e4ae-48c5-b52e-927f94b2b928_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/1818e15a-eb5b-4c97-a307-fdecf646c1e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/c6518e46-074d-4858-8c1d-faf154e22c1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/5237408c-eba8-4011-8817-a78bb303d5b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/f77befe8-3538-4dcd-ba51-1bfcad10b395_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 9K, 11K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d30e897-d6ee-44f0-9abd-70567226106c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120510340, 'registration': 'SY71OWB', 'account': 'STE131', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 GT Premium 5dr', 'mileage': 11548, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1010, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-18', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY71OWB/2026-03-18/image/dac468ba-0656-4e3e-a8a9-45cc0922f080_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/fd656608-6300-40ca-b39d-be12088f7fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/06b575b6-3ffd-4a2c-87f7-878ce1c9cdfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/6cda7543-1e3d-4db0-8f10-3ffc25841d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/72812c05-9b6e-47b3-a412-e36a67d0d344_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/65a3f81e-d4e7-45bd-b680-be96cf593182_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/afff6bfa-e4ae-48c5-b52e-927f94b2b928_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/1818e15a-eb5b-4c97-a307-fdecf646c1e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/c6518e46-074d-4858-8c1d-faf154e22c1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/5237408c-eba8-4011-8817-a78bb303d5b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/f77befe8-3538-4dcd-ba51-1bfcad10b395_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 9K, 11K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d30e897-d6ee-44f0-9abd-70567226106c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d09bc7d-001a-5fce-952f-25104c3830e6 with identifier: 120510340
2026-03-28 13:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d09bc7d-001a-5fce-952f-25104c3830e6 with scrape type 2
2026-03-28 13:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d09bc7d-001a-5fce-952f-25104c3830e6 with scrape type 2
2026-03-28 13:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4d09bc7d-001a-5fce-952f-25104c3830e6, identifier: 120510340
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120735340
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120735340%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120735340: 0
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120566055
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120566055%27 HTTP/1.1" 200 None
2026-03-28 13:00:44 [astonbarclay.gb] INFO: Scrape type for 120566055: 2
2026-03-28 13:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4d09bc7d-001a-5fce-952f-25104c3830e6 with identifier: 120510340
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-28 13:00:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4d09bc7d-001a-5fce-952f-25104c3830e6 with identifier: 120510340
2026-03-28 13:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4d09bc7d-001a-5fce-952f-25104c3830e6 with identifier: 120510340 to the API
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120510340?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '4d09bc7d-001a-5fce-952f-25104c3830e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SY71OWB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120510340',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 11548,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-18',
'seller_name': 'Stellantis Financial Services UK',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 100 GT Premium 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 100 GT Premium 5dr',
'vin': None,
'year': 2021}
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120510340%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Saving data for 120510340: {'auction_closing_time': 1774861200.0, 'created_time': 1773752620.48028, 'last_price_update_time': 1774702845.305842}
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120510340') HTTP/1.1" 204 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120659850
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120659850%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120659850: 2
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120795336
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120795336%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120795336: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120723504
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120723504%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120723504: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120694672
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120694672%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120694672: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120622963
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120622963%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120622963: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120685926
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120685926%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120685926: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120479474
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120479474%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120479474: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120761746
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120761746%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120761746: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120691055
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691055%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120691055: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120714333
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714333%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120714333: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120715102
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120715102%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120715102: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120631237
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120631237%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120631237: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120471398
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120471398%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120471398: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120732912
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120732912%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120732912: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120693161
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693161%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120693161: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120669991
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120669991%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120669991: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120614132
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120614132%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120614132: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120439240
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120439240%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120439240: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120594710
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120594710%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120594710: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120007374
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120007374%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120007374: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120225028
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120225028%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120225028: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120369757
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120369757%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120369757: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120750385
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120750385%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120750385: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120591143
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120591143%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120591143: 2
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120731867
2026-03-28 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120731867%27 HTTP/1.1" 200 None
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Scrape type for 120731867: 0
2026-03-28 13:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120825687
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120825687%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120825687: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120696943
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696943%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120696943: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120684736
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120684736%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120684736: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120762800
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120762800%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120762800: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 119594883
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119594883%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 119594883: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120416058
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120416058%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120416058: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120484566
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120484566%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120484566: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120763014
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120763014%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120763014: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120673229
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120673229%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120673229: 2
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120696081
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696081%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120696081: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120696108
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696108%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120696108: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120792348
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120792348%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120792348: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120417688
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120417688%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120417688: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120717479
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120717479%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120717479: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120767820
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120767820%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120767820: 2
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120779999
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120779999%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120779999: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120693919
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693919%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120693919: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120774627
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120774627%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120774627: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120695495
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695495%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120695495: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120789695
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120789695%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120789695: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120794416
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794416%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120794416: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120296653
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120296653%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120296653: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120791424
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120791424%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120791424: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120620461
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120620461%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120620461: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120771693
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120771693%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120771693: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120673220
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120673220%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120673220: 2
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120786178
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120786178%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120786178: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120629981
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120629981%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120629981: 2
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120783893
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120783893%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120783893: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120471388
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120471388%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120471388: 2
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120471377
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120471377%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120471377: 2
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120780354
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120780354%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120780354: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120681551
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120681551%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120681551: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120592964
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592964%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120592964: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120786723
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120786723%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120786723: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120670068
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120670068%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120670068: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120621668
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120621668%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120621668: 2
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120799701
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120799701%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120799701: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120794514
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794514%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120794514: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120787044
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120787044%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120787044: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120788446
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120788446%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120788446: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120693929
2026-03-28 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693929%27 HTTP/1.1" 200 None
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Scrape type for 120693929: 0
2026-03-28 13:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120788824
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120788824%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120788824: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120788099
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120788099%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120788099: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120806000
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120806000%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120806000: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120805331
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120805331%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120805331: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120798460
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120798460%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120798460: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120694542
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120694542%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120694542: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120794313
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794313%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120794313: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120714788
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714788%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120714788: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120791904
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120791904%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120791904: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120798257
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120798257%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120798257: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120794232
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120794232%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120794232: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120730145
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120730145%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120730145: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120668431
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668431%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120668431: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120738215
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120738215%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120738215: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120718994
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120718994%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120718994: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120764547
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120764547%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120764547: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120606158
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120606158%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120606158: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120454887
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120454887%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120454887: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120631389
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120631389%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120631389: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120804683
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120804683%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120804683: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120714757
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714757%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120714757: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120798154
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120798154%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120798154: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120695095
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695095%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120695095: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120693949
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693949%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120693949: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120798480
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120798480%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120798480: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120804574
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120804574%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120804574: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120823089
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120823089%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120823089: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120748970
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120748970%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120748970: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120805939
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120805939%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120805939: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120729927
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120729927%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120729927: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120627674
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120627674%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120627674: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120477820
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120477820%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120477820: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120371832
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120371832%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120371832: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120798881
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120798881%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120798881: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120453711
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120453711%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120453711: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120756781
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120756781%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120756781: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120799191
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120799191%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120799191: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120798831
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120798831%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120798831: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120825971
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120825971%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120825971: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120631174
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120631174%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120631174: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120644493
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120644493%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120644493: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120670779
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120670779%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120670779: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120625573
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120625573%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120625573: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120821709
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120821709%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120821709: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120627849
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120627849%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120627849: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120805298
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120805298%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120805298: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120056805
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120056805%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120056805: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120792109
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120792109%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120792109: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120805512
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120805512%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120805512: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120627497
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120627497%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120627497: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120162821
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120162821%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120162821: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120627663
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120627663%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120627663: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120826190
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826190%27 HTTP/1.1" 200 None
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Scrape type for 120826190: 0
2026-03-28 13:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120714990
2026-03-28 13:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714990%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120714990: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120208207
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120208207%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120208207: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 119329130
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119329130%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 119329130: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120828123
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828123%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120828123: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120827508
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120827508%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120827508: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120829459
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829459%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120829459: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120432662
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120432662%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120432662: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120829391
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829391%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120829391: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120621446
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120621446%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120621446: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120591393
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120591393%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120591393: 2
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120592922
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592922%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120592922: 2
2026-03-28 13:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119960187?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120219322?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119637509?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120590755
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120590755%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120590755: 2
2026-03-28 13:00:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120650937
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120650937%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120650937: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120479509
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120479509%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120479509: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120695918
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695918%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120695918: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120470094
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120470094%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120470094: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120830863
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830863%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120830863: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120630710
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120630710%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120630710: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120830928
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830928%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120830928: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120763529
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120763529%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120763529: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120831031
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120831031%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120831031: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120631672
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120631672%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120631672: 0
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120592174
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592174%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120592174: 2
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120591357
2026-03-28 13:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120591357%27 HTTP/1.1" 200 None
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Scrape type for 120591357: 2
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119960187, 'registration': 'DG65OEF', 'account': 'STE131', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '2.0T FSI Quattro S Line 2dr S Tronic', 'mileage': 94060, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1011, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-09-11', 'fuel': 'Petrol', 'motExpiry': '2024-06-18', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/DG65OEF/2026-03-24/image/0c0b7b3c-8a11-4d8b-bbf8-adf9b4e49245_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/d7995b9d-59ed-463a-8b16-30feb17afa8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/e9baeec9-66c7-4007-80e5-f190a9041946_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/7a23907f-5299-4022-9152-31689a0ba04d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/ece0659a-8dba-4da0-bd98-400c899c0b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/a6d05896-587a-40a9-95b2-915d98fc0fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/959e9cee-060d-458b-b837-c6eba896eb87_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/5b4d8f20-9b3f-4f86-97a8-3631182d76ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/3f379e73-ecfa-4334-b0b2-10f166375141_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/c8eb0b29-17cc-41c3-851a-6006f3db7c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/c5794d25-c14d-4c32-bb6a-eac44147d61c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/24f83372-3b36-4e80-99e7-75191418be9d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 20K- 33K- 48K 72K-', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19718f37-e644-47ab-8eda-988afcfa2317.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119960187, 'registration': 'DG65OEF', 'account': 'STE131', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '2.0T FSI Quattro S Line 2dr S Tronic', 'mileage': 94060, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1011, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-09-11', 'fuel': 'Petrol', 'motExpiry': '2024-06-18', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/DG65OEF/2026-03-24/image/0c0b7b3c-8a11-4d8b-bbf8-adf9b4e49245_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/d7995b9d-59ed-463a-8b16-30feb17afa8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/e9baeec9-66c7-4007-80e5-f190a9041946_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/7a23907f-5299-4022-9152-31689a0ba04d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/ece0659a-8dba-4da0-bd98-400c899c0b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/a6d05896-587a-40a9-95b2-915d98fc0fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/959e9cee-060d-458b-b837-c6eba896eb87_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/5b4d8f20-9b3f-4f86-97a8-3631182d76ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/3f379e73-ecfa-4334-b0b2-10f166375141_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/c8eb0b29-17cc-41c3-851a-6006f3db7c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/c5794d25-c14d-4c32-bb6a-eac44147d61c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/24f83372-3b36-4e80-99e7-75191418be9d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 20K- 33K- 48K 72K-', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19718f37-e644-47ab-8eda-988afcfa2317.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1dbd8c8-815a-5edf-9926-b65a3ad181a0 with identifier: 119960187
2026-03-28 13:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1dbd8c8-815a-5edf-9926-b65a3ad181a0 with scrape type 2
2026-03-28 13:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1dbd8c8-815a-5edf-9926-b65a3ad181a0 with scrape type 2
2026-03-28 13:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b1dbd8c8-815a-5edf-9926-b65a3ad181a0, identifier: 119960187
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120219322, 'registration': 'OE71GFX', 'account': 'AST002', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 250 AMG Line Premium Plus 5dr Auto', 'mileage': 44612, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1004, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE71GFX/2026-03-12/image/872ebab5-faf3-4329-b142-e713c9f14324_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/948e3bcb-87e0-476a-ad10-c766106eb06e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/3960fa8b-10cd-4a7c-afae-d2359c110b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/c2e83c20-e30b-4be0-9010-f0318162b614_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/f0c88e4c-44cb-4885-b31e-76677919a44e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/1d7d3ed9-2fe7-48ee-ae77-6f7c1825efed_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/d30af9db-bc8b-403d-b185-e90349b42541_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/a9c94d3d-76de-478c-955c-98b099dfe54c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/38893d74-0e41-4da6-961d-084dea0ee6ab_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print - All Mercedes-Benz of Colindale: 06/23-16k, 07/24-28k, 08/25-41k -', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES: 44K 34K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c06699ed-bb42-418a-8879-238cbdfefbc5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120219322, 'registration': 'OE71GFX', 'account': 'AST002', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 250 AMG Line Premium Plus 5dr Auto', 'mileage': 44612, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1004, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE71GFX/2026-03-12/image/872ebab5-faf3-4329-b142-e713c9f14324_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/948e3bcb-87e0-476a-ad10-c766106eb06e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/3960fa8b-10cd-4a7c-afae-d2359c110b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/c2e83c20-e30b-4be0-9010-f0318162b614_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/f0c88e4c-44cb-4885-b31e-76677919a44e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/1d7d3ed9-2fe7-48ee-ae77-6f7c1825efed_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/d30af9db-bc8b-403d-b185-e90349b42541_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/a9c94d3d-76de-478c-955c-98b099dfe54c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/38893d74-0e41-4da6-961d-084dea0ee6ab_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print - All Mercedes-Benz of Colindale: 06/23-16k, 07/24-28k, 08/25-41k -', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES: 44K 34K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c06699ed-bb42-418a-8879-238cbdfefbc5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4492b148-9e71-5acc-8979-fd29a7034863 with identifier: 120219322
2026-03-28 13:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4492b148-9e71-5acc-8979-fd29a7034863 with scrape type 2
2026-03-28 13:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4492b148-9e71-5acc-8979-fd29a7034863 with scrape type 2
2026-03-28 13:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4492b148-9e71-5acc-8979-fd29a7034863, identifier: 120219322
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119637509, 'registration': 'RF72KWY', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 92530, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1001, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72KWY/2026-02-18/image/2b943bb5-4a8f-4919-b586-a2cce9dc6c9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6354ed9b-3cb4-4ffd-a341-54ffdc91f673_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6ecc796d-ab12-43a4-ad61-e71f82da0f6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/e5eb21e7-3f7d-498a-85d1-04bbf86e1084_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/d4f2901b-5ae4-4d58-b2db-182f08bde7d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/ca4a2709-035c-4ece-8ddb-9744300d5a20_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/7deb06b0-d7d9-4983-a92e-2538a3a96087_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6fc8d55a-de65-4c07-90f4-1a4c8c8584f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/fae712e2-7929-4126-9b3f-4f5c9487ce32_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/111e2e89-97bc-476c-b307-1bd92bbbf849_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23- 30K, 12/24- 49K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 34K, 41K, 55K, 72K, SPARE KEY IN OFFICE, Ex-Private Hire', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/265c2c48-2cc2-4d50-a561-6de5eba5220f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119637509, 'registration': 'RF72KWY', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 92530, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1001, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72KWY/2026-02-18/image/2b943bb5-4a8f-4919-b586-a2cce9dc6c9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6354ed9b-3cb4-4ffd-a341-54ffdc91f673_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6ecc796d-ab12-43a4-ad61-e71f82da0f6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/e5eb21e7-3f7d-498a-85d1-04bbf86e1084_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/d4f2901b-5ae4-4d58-b2db-182f08bde7d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/ca4a2709-035c-4ece-8ddb-9744300d5a20_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/7deb06b0-d7d9-4983-a92e-2538a3a96087_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6fc8d55a-de65-4c07-90f4-1a4c8c8584f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/fae712e2-7929-4126-9b3f-4f5c9487ce32_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/111e2e89-97bc-476c-b307-1bd92bbbf849_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23- 30K, 12/24- 49K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 34K, 41K, 55K, 72K, SPARE KEY IN OFFICE, Ex-Private Hire', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/265c2c48-2cc2-4d50-a561-6de5eba5220f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb50b18b-faeb-561f-be92-5a697c798d24 with identifier: 119637509
2026-03-28 13:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb50b18b-faeb-561f-be92-5a697c798d24 with scrape type 2
2026-03-28 13:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb50b18b-faeb-561f-be92-5a697c798d24 with scrape type 2
2026-03-28 13:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cb50b18b-faeb-561f-be92-5a697c798d24, identifier: 119637509
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120484612
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120484612%27 HTTP/1.1" 200 None
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120484612: 0
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120796093
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120796093%27 HTTP/1.1" 200 None
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120796093: 0
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120747852
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120747852%27 HTTP/1.1" 200 None
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120747852: 0
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120690985
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690985%27 HTTP/1.1" 200 None
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Scrape type for 120690985: 2
2026-03-28 13:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b1dbd8c8-815a-5edf-9926-b65a3ad181a0 with identifier: 119960187
2026-03-28 13:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b1dbd8c8-815a-5edf-9926-b65a3ad181a0 with identifier: 119960187
2026-03-28 13:00:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b1dbd8c8-815a-5edf-9926-b65a3ad181a0 with identifier: 119960187 to the API
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119960187?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b1dbd8c8-815a-5edf-9926-b65a3ad181a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG65OEF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119960187',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'TT COUPE',
'odometer': 94060,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-11',
'seller_name': 'Stellantis Financial Services UK',
'title': 'AUDI TT COUPE 2.0T FSI Quattro S Line 2dr S Tronic',
'transmission': 'automatic',
'trim': '2.0T FSI Quattro S Line 2dr S Tronic',
'vin': None,
'year': 2015}
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119960187%27 HTTP/1.1" 200 None
2026-03-28 13:00:49 [astonbarclay.gb] INFO: Saving data for 119960187: {'auction_closing_time': 1774861200.0, 'created_time': 1774379407.685008, 'last_price_update_time': 1774702849.865251}
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119960187') HTTP/1.1" 204 0
2026-03-28 13:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4492b148-9e71-5acc-8979-fd29a7034863 with identifier: 120219322
2026-03-28 13:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=WHITE HTTP/1.1" 200 None
2026-03-28 13:00:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4492b148-9e71-5acc-8979-fd29a7034863 with identifier: 120219322
2026-03-28 13:00:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4492b148-9e71-5acc-8979-fd29a7034863 with identifier: 120219322 to the API
2026-03-28 13:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120219322?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '4492b148-9e71-5acc-8979-fd29a7034863',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE71GFX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120219322',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'GLA HATCHBACK',
'odometer': 44612,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seller_name': '.',
'title': 'MERCEDES-BENZ GLA HATCHBACK GLA 250 AMG Line Premium Plus 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 250 AMG Line Premium Plus 5dr Auto',
'vin': None,
'year': 2022}
2026-03-28 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120219322%27 HTTP/1.1" 200 None
2026-03-28 13:00:50 [astonbarclay.gb] INFO: Saving data for 120219322: {'auction_closing_time': 1774861200.0, 'created_time': 1773404376.37071, 'last_price_update_time': 1774702850.976741}
2026-03-28 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120219322') HTTP/1.1" 204 0
2026-03-28 13:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cb50b18b-faeb-561f-be92-5a697c798d24 with identifier: 119637509
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-28 13:00:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cb50b18b-faeb-561f-be92-5a697c798d24 with identifier: 119637509
2026-03-28 13:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cb50b18b-faeb-561f-be92-5a697c798d24 with identifier: 119637509 to the API
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119637509?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': 'cb50b18b-faeb-561f-be92-5a697c798d24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF72KWY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119637509',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 92530,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119637509%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Saving data for 119637509: {'auction_closing_time': 1774861200.0, 'created_time': 1773404373.876909, 'last_price_update_time': 1774702851.716655}
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119637509') HTTP/1.1" 204 0
2026-03-28 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120620673?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120678881
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120678881%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120678881: 2
2026-03-28 13:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120741234?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592457?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119310122?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117830350?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120355965
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120355965%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120355965: 0
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120688625
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688625%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120688625: 0
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120733163
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733163%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120733163: 0
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120646744
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120646744%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120646744: 0
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120819771
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120819771%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120819771: 0
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120454834
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120454834%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120454834: 0
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119785658
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119785658%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 119785658: 0
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120055164
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120055164%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120055164: 0
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120814855
2026-03-28 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120814855%27 HTTP/1.1" 200 None
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Scrape type for 120814855: 0
2026-03-28 13:00:51 [astonbarclay.gb] INFO: Found listing with ID: 118688338
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27118688338%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 118688338: 2
2026-03-28 13:00:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120409640
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120409640%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120409640: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120455553
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120455553%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120455553: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120833424
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120833424%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120833424: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120649161
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120649161%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120649161: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120833556
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120833556%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120833556: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120833661
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120833661%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120833661: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120826096
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826096%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120826096: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120411130
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120411130%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120411130: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120412317
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120412317%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120412317: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120528265
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120528265%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120528265: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120572177
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120572177%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120572177: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120439259
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120439259%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120439259: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120586686
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120586686%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120586686: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120823289
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120823289%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120823289: 0
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120201662
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120201662%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120201662: 2
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120838512
2026-03-28 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838512%27 HTTP/1.1" 200 None
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Scrape type for 120838512: 2
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120620673, 'registration': 'FM18PZV', 'account': 'LIN021', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 115 FR 5dr', 'mileage': 85941, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1008, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM18PZV/2026-03-20/image/4b005926-28c0-41b6-90ac-24102d994df3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/da58ebd5-60c7-4d47-b0fe-0a974b2c9838_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/5027f739-fb06-4e96-a559-4e08721b2e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/09b8813d-5253-49f8-8e42-9f9c3a25b89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/60cfede5-3258-41bf-bc35-25421c234a9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/394ffe50-b0fd-4b46-90b5-f75b8cac3a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/68d6907c-f6f2-4678-9728-88d71f04fd8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/c3e0d512-552b-470f-95ff-a6994c6a6420_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/82089a37-f483-4a1d-9f42-aebcb2d4452f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/8b40711a-1563-4dd4-9ea2-231c5d30496a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/19 13K - 05/20 28K - 09/20 36K - 10/21 52K -04/23 54K -', 'remarks': 'VOSA STATES 53K- 54K- 63K- 76K-', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9580c823-5429-401e-9c65-2629f9b641f4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120620673, 'registration': 'FM18PZV', 'account': 'LIN021', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 115 FR 5dr', 'mileage': 85941, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1008, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM18PZV/2026-03-20/image/4b005926-28c0-41b6-90ac-24102d994df3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/da58ebd5-60c7-4d47-b0fe-0a974b2c9838_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/5027f739-fb06-4e96-a559-4e08721b2e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/09b8813d-5253-49f8-8e42-9f9c3a25b89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/60cfede5-3258-41bf-bc35-25421c234a9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/394ffe50-b0fd-4b46-90b5-f75b8cac3a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/68d6907c-f6f2-4678-9728-88d71f04fd8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/c3e0d512-552b-470f-95ff-a6994c6a6420_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/82089a37-f483-4a1d-9f42-aebcb2d4452f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/8b40711a-1563-4dd4-9ea2-231c5d30496a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/19 13K - 05/20 28K - 09/20 36K - 10/21 52K -04/23 54K -', 'remarks': 'VOSA STATES 53K- 54K- 63K- 76K-', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9580c823-5429-401e-9c65-2629f9b641f4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72b484ca-358d-5773-b1cf-c9c87aa55cac with identifier: 120620673
2026-03-28 13:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72b484ca-358d-5773-b1cf-c9c87aa55cac with scrape type 2
2026-03-28 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72b484ca-358d-5773-b1cf-c9c87aa55cac with scrape type 2
2026-03-28 13:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 72b484ca-358d-5773-b1cf-c9c87aa55cac, identifier: 120620673
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120741234, 'registration': 'PJ69XPF', 'account': 'STA058', 'make': 'VAUXHALL', 'model': 'GRANDLAND X DIESEL HATCHBACK', 'derivative': '1.5 Turbo D Sport Nav 5dr', 'mileage': 77595, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1006, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-11-26', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/246dd227-18b0-44e2-976e-4ec64dea8dab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/356da624-57ef-47cb-ba8c-cb7d7e3f7764_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/22c601d6-093b-4f65-b6a1-f020a4f49f3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/ffef77a5-4c94-4f94-a0f9-102c473d265f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/2ba8eef8-1ad0-44aa-a38e-e139949a5f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/bdcd0764-dff5-462b-a919-e33ddd4746f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/3f15c315-7678-4e9c-a1fa-b730798ba651_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/08ae53a3-46e3-408e-99d5-0afe118e8137_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/5f58d9ae-aae9-41df-9178-a99ec4bae23f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/f9d23f74-3feb-467b-af36-59236563dc8a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/20 6K - 11/21 18K- 09/22 28K - 05/23 37K -', 'remarks': 'VOSA STATES 28K - 34K - 50K - 66K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0cd68a64-188a-4154-9a02-8204b73d0e86.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120741234, 'registration': 'PJ69XPF', 'account': 'STA058', 'make': 'VAUXHALL', 'model': 'GRANDLAND X DIESEL HATCHBACK', 'derivative': '1.5 Turbo D Sport Nav 5dr', 'mileage': 77595, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1006, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-11-26', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/246dd227-18b0-44e2-976e-4ec64dea8dab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/356da624-57ef-47cb-ba8c-cb7d7e3f7764_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/22c601d6-093b-4f65-b6a1-f020a4f49f3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/ffef77a5-4c94-4f94-a0f9-102c473d265f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/2ba8eef8-1ad0-44aa-a38e-e139949a5f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/bdcd0764-dff5-462b-a919-e33ddd4746f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/3f15c315-7678-4e9c-a1fa-b730798ba651_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/08ae53a3-46e3-408e-99d5-0afe118e8137_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/5f58d9ae-aae9-41df-9178-a99ec4bae23f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/f9d23f74-3feb-467b-af36-59236563dc8a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/20 6K - 11/21 18K- 09/22 28K - 05/23 37K -', 'remarks': 'VOSA STATES 28K - 34K - 50K - 66K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0cd68a64-188a-4154-9a02-8204b73d0e86.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ca68aac-596d-53e9-b0c6-11508ee830b9 with identifier: 120741234
2026-03-28 13:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ca68aac-596d-53e9-b0c6-11508ee830b9 with scrape type 2
2026-03-28 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ca68aac-596d-53e9-b0c6-11508ee830b9 with scrape type 2
2026-03-28 13:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0ca68aac-596d-53e9-b0c6-11508ee830b9, identifier: 120741234
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592457, 'registration': 'KX66UHW', 'account': 'STA058', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi 1 5dr', 'mileage': 110095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1005, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KX66UHW/2026-03-19/image/66973fb0-8e1e-4d20-8c0a-f4779c3a802e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/b92f2061-7497-49c4-9eac-f65de5dc971f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/8201df3d-e9b4-4a5c-804c-43ea09dd03ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/d3bea654-b338-4c71-a341-e9dd51734bc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/3c3a9211-674c-4b7b-923e-481967ca3109_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/7acb7c69-ee1b-4268-ad25-afacecbc9728_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/4480f31d-d674-4702-b78e-f0ab46884f2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/4b23f237-7ad4-45ad-b63e-dc3e2caa89ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/a77f16e6-12e1-4dd5-83d6-630765913994_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/17-11K, 08/18-20K, 03/19-26K, 03/20-34K, 03/21-40K, 03/22-49K', 'remarks': 'VOSA STATES 49K, 63K, 80K, 98K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/541420be-6969-422e-bc6e-709468f6597e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592457, 'registration': 'KX66UHW', 'account': 'STA058', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi 1 5dr', 'mileage': 110095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1005, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KX66UHW/2026-03-19/image/66973fb0-8e1e-4d20-8c0a-f4779c3a802e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/b92f2061-7497-49c4-9eac-f65de5dc971f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/8201df3d-e9b4-4a5c-804c-43ea09dd03ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/d3bea654-b338-4c71-a341-e9dd51734bc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/3c3a9211-674c-4b7b-923e-481967ca3109_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/7acb7c69-ee1b-4268-ad25-afacecbc9728_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/4480f31d-d674-4702-b78e-f0ab46884f2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/4b23f237-7ad4-45ad-b63e-dc3e2caa89ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/a77f16e6-12e1-4dd5-83d6-630765913994_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/17-11K, 08/18-20K, 03/19-26K, 03/20-34K, 03/21-40K, 03/22-49K', 'remarks': 'VOSA STATES 49K, 63K, 80K, 98K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/541420be-6969-422e-bc6e-709468f6597e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e164f281-7af4-522d-b787-4066a59722d4 with identifier: 120592457
2026-03-28 13:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e164f281-7af4-522d-b787-4066a59722d4 with scrape type 2
2026-03-28 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e164f281-7af4-522d-b787-4066a59722d4 with scrape type 2
2026-03-28 13:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e164f281-7af4-522d-b787-4066a59722d4, identifier: 120592457
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119310122, 'registration': 'RJ72YYU', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 87827, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1000, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/a8d92841-d753-4704-996d-37e3733ad6f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/e6d9f835-21c2-4254-9d33-86757fb27a3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/268342bd-c3d0-49dc-acf8-bbb408792dbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/c98ab534-112d-4413-a261-72a74c8f2eb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/291b75ad-198f-4118-b454-cf7a232120cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/7f1fab73-b4e6-4270-abf2-02e4cb2155d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/de89e847-7213-4656-a12b-31d292901b51_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/fb152a0a-63dc-42b3-bcf1-51923994776a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/34a1e35f-d48d-441f-91a4-9e7bf39fb09f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/bc6ebf58-5aeb-417d-ae21-86c23c0ba431_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 27K, 10/24- 47K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 39K, 51K, 67K, 83K, SPARE KEY IN OFFICE, Ex-Private Hire', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aaad391e-7171-4003-90e1-c4c2c8ce4c4d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119310122, 'registration': 'RJ72YYU', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 87827, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1000, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/a8d92841-d753-4704-996d-37e3733ad6f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/e6d9f835-21c2-4254-9d33-86757fb27a3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/268342bd-c3d0-49dc-acf8-bbb408792dbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/c98ab534-112d-4413-a261-72a74c8f2eb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/291b75ad-198f-4118-b454-cf7a232120cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/7f1fab73-b4e6-4270-abf2-02e4cb2155d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/de89e847-7213-4656-a12b-31d292901b51_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/fb152a0a-63dc-42b3-bcf1-51923994776a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/34a1e35f-d48d-441f-91a4-9e7bf39fb09f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/bc6ebf58-5aeb-417d-ae21-86c23c0ba431_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 27K, 10/24- 47K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 39K, 51K, 67K, 83K, SPARE KEY IN OFFICE, Ex-Private Hire', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aaad391e-7171-4003-90e1-c4c2c8ce4c4d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5a5a066-9f63-577d-b714-39f1a26277da with identifier: 119310122
2026-03-28 13:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5a5a066-9f63-577d-b714-39f1a26277da with scrape type 2
2026-03-28 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5a5a066-9f63-577d-b714-39f1a26277da with scrape type 2
2026-03-28 13:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f5a5a066-9f63-577d-b714-39f1a26277da, identifier: 119310122
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117830350, 'registration': 'RF72GAO', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 91539, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1002, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72GAO/2025-12-11/image/093f8695-52eb-4026-afd0-e8781f48dea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/2d72aefa-2c34-4846-9933-024f32bc3b2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ee28eced-92ac-4ccf-a9a3-9fb31b2e12ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ed7ecc3e-79a3-4ce3-a1b6-65f3099de489_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/e77a1d3b-2a7d-4450-948e-c1060773600e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/b0b0df38-ebbb-48e5-8f0e-cdcc02a4e0fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/964e072f-9861-42cc-a2c1-1f300b2dbd01_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ce32df23-c538-4b6d-a69d-1b5152dbb1b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/a256623b-0537-4571-8c34-40778a4a8787_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/f54ef866-8fa2-4c28-b48a-b0343ef42344_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 43K - 12/24 71K', 'remarks': 'Ex-Private Hire - VOSA STATES, 52K, 65K, 75K, 91K - SPARE KEY I N OFFICE', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ab60af9-186c-460d-ac2f-7ec124ba12e7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117830350, 'registration': 'RF72GAO', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 91539, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1002, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72GAO/2025-12-11/image/093f8695-52eb-4026-afd0-e8781f48dea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/2d72aefa-2c34-4846-9933-024f32bc3b2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ee28eced-92ac-4ccf-a9a3-9fb31b2e12ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ed7ecc3e-79a3-4ce3-a1b6-65f3099de489_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/e77a1d3b-2a7d-4450-948e-c1060773600e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/b0b0df38-ebbb-48e5-8f0e-cdcc02a4e0fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/964e072f-9861-42cc-a2c1-1f300b2dbd01_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ce32df23-c538-4b6d-a69d-1b5152dbb1b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/a256623b-0537-4571-8c34-40778a4a8787_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/f54ef866-8fa2-4c28-b48a-b0343ef42344_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 43K - 12/24 71K', 'remarks': 'Ex-Private Hire - VOSA STATES, 52K, 65K, 75K, 91K - SPARE KEY I N OFFICE', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ab60af9-186c-460d-ac2f-7ec124ba12e7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with identifier: 117830350
2026-03-28 13:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with scrape type 2
2026-03-28 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with scrape type 2
2026-03-28 13:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0, identifier: 117830350
2026-03-28 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120761701
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120761701%27 HTTP/1.1" 200 None
2026-03-28 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120761701: 0
2026-03-28 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120761770
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120761770%27 HTTP/1.1" 200 None
2026-03-28 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120761770: 0
2026-03-28 13:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120838495
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838495%27 HTTP/1.1" 200 None
2026-03-28 13:00:53 [astonbarclay.gb] INFO: Scrape type for 120838495: 2
2026-03-28 13:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 72b484ca-358d-5773-b1cf-c9c87aa55cac with identifier: 120620673
2026-03-28 13:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 72b484ca-358d-5773-b1cf-c9c87aa55cac with identifier: 120620673
2026-03-28 13:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 72b484ca-358d-5773-b1cf-c9c87aa55cac with identifier: 120620673 to the API
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120620673?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '72b484ca-358d-5773-b1cf-c9c87aa55cac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FM18PZV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120620673',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'IBIZA HATCHBACK',
'odometer': 85941,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-09',
'seller_name': 'Link Financial',
'title': 'SEAT IBIZA HATCHBACK 1.0 TSI 115 FR 5dr',
'transmission': 'manual',
'trim': '1.0 TSI 115 FR 5dr',
'vin': None,
'year': 2018}
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120620673%27 HTTP/1.1" 200 None
2026-03-28 13:00:53 [astonbarclay.gb] INFO: Saving data for 120620673: {'auction_closing_time': 1774861200.0, 'created_time': 1774271814.605129, 'last_price_update_time': 1774702853.383586}
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120620673') HTTP/1.1" 204 0
2026-03-28 13:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0ca68aac-596d-53e9-b0c6-11508ee830b9 with identifier: 120741234
2026-03-28 13:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0ca68aac-596d-53e9-b0c6-11508ee830b9 with identifier: 120741234
2026-03-28 13:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0ca68aac-596d-53e9-b0c6-11508ee830b9 with identifier: 120741234 to the API
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120741234?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '0ca68aac-596d-53e9-b0c6-11508ee830b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PJ69XPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120741234',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'GRANDLAND X DIESEL HATCHBACK',
'odometer': 77595,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-26',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'VAUXHALL GRANDLAND X DIESEL HATCHBACK 1.5 Turbo D Sport Nav 5dr',
'transmission': 'manual',
'trim': '1.5 Turbo D Sport Nav 5dr',
'vin': None,
'year': 2019}
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120741234%27 HTTP/1.1" 200 None
2026-03-28 13:00:53 [astonbarclay.gb] INFO: Saving data for 120741234: {'auction_closing_time': 1774861200.0, 'created_time': 1774379324.85105, 'last_price_update_time': 1774702853.776452}
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120741234') HTTP/1.1" 204 0
2026-03-28 13:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e164f281-7af4-522d-b787-4066a59722d4 with identifier: 120592457
2026-03-28 13:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e164f281-7af4-522d-b787-4066a59722d4 with identifier: 120592457
2026-03-28 13:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e164f281-7af4-522d-b787-4066a59722d4 with identifier: 120592457 to the API
2026-03-28 13:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592457?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'e164f281-7af4-522d-b787-4066a59722d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KX66UHW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592457',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 110095,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'KIA SPORTAGE ESTATE 1.6 GDi 1 5dr',
'transmission': 'manual',
'trim': '1.6 GDi 1 5dr',
'vin': None,
'year': 2016}
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592457%27 HTTP/1.1" 200 None
2026-03-28 13:00:54 [astonbarclay.gb] INFO: Saving data for 120592457: {'auction_closing_time': 1774861200.0, 'created_time': 1773948045.567406, 'last_price_update_time': 1774702854.199627}
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592457') HTTP/1.1" 204 0
2026-03-28 13:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f5a5a066-9f63-577d-b714-39f1a26277da with identifier: 119310122
2026-03-28 13:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f5a5a066-9f63-577d-b714-39f1a26277da with identifier: 119310122
2026-03-28 13:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f5a5a066-9f63-577d-b714-39f1a26277da with identifier: 119310122 to the API
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119310122?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': 'f5a5a066-9f63-577d-b714-39f1a26277da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ72YYU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119310122',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 87827,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119310122%27 HTTP/1.1" 200 None
2026-03-28 13:00:54 [astonbarclay.gb] INFO: Saving data for 119310122: {'auction_closing_time': 1774861200.0, 'created_time': 1773404370.899355, 'last_price_update_time': 1774702854.554555}
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119310122') HTTP/1.1" 204 0
2026-03-28 13:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with identifier: 117830350
2026-03-28 13:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with identifier: 117830350
2026-03-28 13:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with identifier: 117830350 to the API
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117830350?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': '4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF72GAO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117830350',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 91539,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27117830350%27 HTTP/1.1" 200 None
2026-03-28 13:00:54 [astonbarclay.gb] INFO: Saving data for 117830350: {'auction_closing_time': 1774861200.0, 'created_time': 1773404462.264919, 'last_price_update_time': 1774702854.960182}
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117830350') HTTP/1.1" 204 0
2026-03-28 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120826589
2026-03-28 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826589%27 HTTP/1.1" 200 None
2026-03-28 13:00:54 [astonbarclay.gb] INFO: Scrape type for 120826589: 0
2026-03-28 13:00:54 [astonbarclay.gb] INFO: Found listing with ID: 120658630
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120658630%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120658630: 2
2026-03-28 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120145776?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120820596
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120820596%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120820596: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120829588
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829588%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120829588: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120761712
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120761712%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120761712: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120826795
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826795%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120826795: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120659327
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120659327%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120659327: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120466479
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120466479%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120466479: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120466492
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120466492%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120466492: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120592412
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592412%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120592412: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120556298
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120556298%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120556298: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120838715
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838715%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120838715: 2
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120825226
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120825226%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120825226: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120007531
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120007531%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120007531: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120415846
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120415846%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120415846: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120056795
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120056795%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120056795: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120632149
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120632149%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120632149: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120759763
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120759763%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120759763: 2
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120442120
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120442120%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120442120: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120841792
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120841792%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120841792: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120379914
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120379914%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120379914: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120820135
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120820135%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120820135: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120571911
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120571911%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120571911: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120453729
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120453729%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120453729: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120580331
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120580331%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120580331: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120721726
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120721726%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120721726: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120841815
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120841815%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120841815: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120761615
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120761615%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120761615: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120668539
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668539%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120668539: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120857384
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120857384%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120857384: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120474035
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120474035%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120474035: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120454860
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120454860%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120454860: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120528674
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120528674%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120528674: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 119192578
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119192578%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 119192578: 0
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120410795
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120410795%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120410795: 2
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120145776, 'registration': 'C22FEB', 'account': 'ALL023', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid 130 GR Sport 5dr CVT', 'mileage': 6240, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1019, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-03-01', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/C22FEB/2026-03-06/image/91e26480-f5a8-4edd-937d-a09cceeb5d0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/0aa444c5-6796-44ff-98eb-f203a8a11e60_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/4d32e259-fcf4-449b-8ed3-d17a48bdcbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/c852012e-4116-48b5-877d-d454f3726409_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/3daff8d0-426e-49f6-9ac1-c1f5907f919d_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/3e877332-09e9-4112-9ecf-110592b60529_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/c1791241-b59b-4428-89c5-6aa9892fbb7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/5b5371f7-9289-4c7d-9d54-4130b983f5fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/dc3309e6-6898-47d4-97e5-98997ee7786d_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25 3K', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 96, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12137aed-3161-4539-88f9-3b1f0f5ab519.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120145776, 'registration': 'C22FEB', 'account': 'ALL023', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid 130 GR Sport 5dr CVT', 'mileage': 6240, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1019, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-03-01', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/C22FEB/2026-03-06/image/91e26480-f5a8-4edd-937d-a09cceeb5d0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/0aa444c5-6796-44ff-98eb-f203a8a11e60_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/4d32e259-fcf4-449b-8ed3-d17a48bdcbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/c852012e-4116-48b5-877d-d454f3726409_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/3daff8d0-426e-49f6-9ac1-c1f5907f919d_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/3e877332-09e9-4112-9ecf-110592b60529_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/c1791241-b59b-4428-89c5-6aa9892fbb7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/5b5371f7-9289-4c7d-9d54-4130b983f5fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/dc3309e6-6898-47d4-97e5-98997ee7786d_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25 3K', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 96, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12137aed-3161-4539-88f9-3b1f0f5ab519.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with identifier: 120145776
2026-03-28 13:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with scrape type 2
2026-03-28 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with scrape type 2
2026-03-28 13:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6, identifier: 120145776
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120465157
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120465157%27 HTTP/1.1" 200 None
2026-03-28 13:00:55 [astonbarclay.gb] INFO: Scrape type for 120465157: 2
2026-03-28 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with identifier: 120145776
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY%2FBLACK HTTP/1.1" 200 None
2026-03-28 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with identifier: 120145776
2026-03-28 13:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with identifier: 120145776 to the API
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120145776?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 96,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '6f957472-09b8-5d6e-b286-f8c4b1bcc7d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'C22FEB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120145776',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 6240,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seller_name': 'SMC GROUP',
'title': 'TOYOTA YARIS HATCHBACK 1.5 Hybrid 130 GR Sport 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid 130 GR Sport 5dr CVT',
'vin': None,
'year': 2024}
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120145776%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Saving data for 120145776: {'auction_closing_time': 1774861200.0, 'created_time': 1773404440.451985, 'last_price_update_time': 1774702856.319767}
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120145776') HTTP/1.1" 204 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120519091
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120519091%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120519091: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120584241
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120584241%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120584241: 2
2026-03-28 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119848508?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119837652?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120724030
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120724030: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120631843
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120631843%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120631843: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120657060
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120657060%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120657060: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120742052
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120742052%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120742052: 2
2026-03-28 13:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120732453
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120732453%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120732453: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120667055
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667055%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120667055: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120695982
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695982%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120695982: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120667537
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667537%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120667537: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120622611
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120622611%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120622611: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120732831
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120732831%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120732831: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120696092
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120696092: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120714496
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714496%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120714496: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120585628
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120585628%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120585628: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120668546
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668546%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120668546: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120589168
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120589168%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120589168: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120480111
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120480111%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120480111: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120675571
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120675571%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120675571: 0
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120748919
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120748919%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120748919: 2
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120749685
2026-03-28 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120749685%27 HTTP/1.1" 200 None
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Scrape type for 120749685: 2
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119848508, 'registration': 'LS74YZA', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 241 PHEV GT-Line S 5dr Auto AWD', 'mileage': 9537, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1101, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-10-26', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74YZA/2026-02-25/image/2c1ad9cc-ed6d-4ed7-9dce-ffd5bf554cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/9c41d2aa-1591-4ae6-8640-b93bdb6709c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/85c9d8b5-667f-4048-b5fc-2af728e01fb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/cc83a101-534a-46b0-a24c-a516f9787c12_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/956854e8-c662-4c24-994d-db620afea97b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/087c0233-0d10-44e2-a5f8-dc86c39ceb29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/dd2b170c-80e2-481c-9237-b8352aef3a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/8926d538-09ff-4b82-8f55-f0ad303f5dbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/147bf75c-9e57-427e-a857-71fcde4675de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/991df5a3-b493-4649-b99c-e8b6c8707392_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/989a5da9-d15d-493b-ab05-94fad0dc3a69_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 28, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10642b39-5a97-44d3-8cd1-593c06230bb4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119848508, 'registration': 'LS74YZA', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 241 PHEV GT-Line S 5dr Auto AWD', 'mileage': 9537, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1101, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-10-26', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74YZA/2026-02-25/image/2c1ad9cc-ed6d-4ed7-9dce-ffd5bf554cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/9c41d2aa-1591-4ae6-8640-b93bdb6709c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/85c9d8b5-667f-4048-b5fc-2af728e01fb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/cc83a101-534a-46b0-a24c-a516f9787c12_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/956854e8-c662-4c24-994d-db620afea97b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/087c0233-0d10-44e2-a5f8-dc86c39ceb29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/dd2b170c-80e2-481c-9237-b8352aef3a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/8926d538-09ff-4b82-8f55-f0ad303f5dbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/147bf75c-9e57-427e-a857-71fcde4675de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/991df5a3-b493-4649-b99c-e8b6c8707392_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/989a5da9-d15d-493b-ab05-94fad0dc3a69_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 28, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10642b39-5a97-44d3-8cd1-593c06230bb4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7187b681-7d8f-577c-b25e-a52d967c9dca with identifier: 119848508
2026-03-28 13:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7187b681-7d8f-577c-b25e-a52d967c9dca with scrape type 2
2026-03-28 13:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7187b681-7d8f-577c-b25e-a52d967c9dca with scrape type 2
2026-03-28 13:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7187b681-7d8f-577c-b25e-a52d967c9dca, identifier: 119848508
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119837652, 'registration': 'KY72BVM', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Tekna 5dr DCT', 'mileage': 5118, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1100, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY72BVM/2026-03-11/image/005e0bf5-6c89-4642-90b1-353721392500_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/0fef3763-20fe-4560-9233-acc47e0d6f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/32c21880-4cf3-427c-a175-c495f65d3bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/058306f6-2941-420d-926e-b347b8496809_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/4c3bf228-ace1-42ce-a73f-08c4caa5aad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/9394252d-b3fd-48f6-8992-809bb85063c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/b83c73f1-cf20-46c0-8aa1-63c7ff205693_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/e0cabe64-2e6d-4b45-b67d-0ceb05060810_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/15db1972-9a46-4014-acab-3c2863d2e7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/bdb81492-720d-4f96-9cfd-bd7f4b353f39_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24 1K', 'remarks': 'VOSA STATES, 5K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/43949f0f-bc83-4644-8a50-37386be769f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119837652, 'registration': 'KY72BVM', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Tekna 5dr DCT', 'mileage': 5118, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1100, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY72BVM/2026-03-11/image/005e0bf5-6c89-4642-90b1-353721392500_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/0fef3763-20fe-4560-9233-acc47e0d6f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/32c21880-4cf3-427c-a175-c495f65d3bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/058306f6-2941-420d-926e-b347b8496809_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/4c3bf228-ace1-42ce-a73f-08c4caa5aad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/9394252d-b3fd-48f6-8992-809bb85063c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/b83c73f1-cf20-46c0-8aa1-63c7ff205693_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/e0cabe64-2e6d-4b45-b67d-0ceb05060810_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/15db1972-9a46-4014-acab-3c2863d2e7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/bdb81492-720d-4f96-9cfd-bd7f4b353f39_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24 1K', 'remarks': 'VOSA STATES, 5K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/43949f0f-bc83-4644-8a50-37386be769f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6b352a4-6af6-550b-9788-4858a939c817 with identifier: 119837652
2026-03-28 13:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6b352a4-6af6-550b-9788-4858a939c817 with scrape type 2
2026-03-28 13:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6b352a4-6af6-550b-9788-4858a939c817 with scrape type 2
2026-03-28 13:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b6b352a4-6af6-550b-9788-4858a939c817, identifier: 119837652
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120657401
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120657401%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120657401: 0
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120667258
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667258%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120667258: 0
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120502496
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120502496%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120502496: 0
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120694526
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120694526%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120694526: 0
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120733542
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733542%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120733542: 0
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120560634
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120560634%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120560634: 0
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120764114
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120764114%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120764114: 0
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120719442
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120719442%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120719442: 0
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120589268
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120589268%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Scrape type for 120589268: 2
2026-03-28 13:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7187b681-7d8f-577c-b25e-a52d967c9dca with identifier: 119848508
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:57 [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-28 13:00:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7187b681-7d8f-577c-b25e-a52d967c9dca with identifier: 119848508
2026-03-28 13:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7187b681-7d8f-577c-b25e-a52d967c9dca with identifier: 119848508 to the API
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119848508?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 28,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '7187b681-7d8f-577c-b25e-a52d967c9dca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS74YZA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119848508',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 9537,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-26',
'seller_name': 'Motability Operations',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi 241 PHEV GT-Line S 5dr Auto AWD',
'transmission': 'automatic',
'trim': '1.6T GDi 241 PHEV GT-Line S 5dr Auto AWD',
'vin': None,
'year': 2024}
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119848508%27 HTTP/1.1" 200 None
2026-03-28 13:00:57 [astonbarclay.gb] INFO: Saving data for 119848508: {'auction_closing_time': 1774861200.0, 'created_time': 1773402113.237059, 'last_price_update_time': 1774702857.841459}
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119848508') HTTP/1.1" 204 0
2026-03-28 13:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b6b352a4-6af6-550b-9788-4858a939c817 with identifier: 119837652
2026-03-28 13:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED HTTP/1.1" 200 None
2026-03-28 13:00:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 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-28 13:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b6b352a4-6af6-550b-9788-4858a939c817 with identifier: 119837652
2026-03-28 13:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b6b352a4-6af6-550b-9788-4858a939c817 with identifier: 119837652 to the API
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119837652?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b6b352a4-6af6-550b-9788-4858a939c817',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KY72BVM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119837652',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 5118,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Motability Operations',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 Tekna 5dr DCT',
'transmission': 'automatic',
'trim': '1.0 DiG-T 114 Tekna 5dr DCT',
'vin': None,
'year': 2022}
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119837652%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Saving data for 119837652: {'auction_closing_time': 1774861200.0, 'created_time': 1773402881.178456, 'last_price_update_time': 1774702858.335887}
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119837652') HTTP/1.1" 204 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120719063
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120719063%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120719063: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120668119
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668119%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120668119: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120586055
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120586055%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120586055: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120605018
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120605018%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120605018: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120473922
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120473922%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120473922: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120733640
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733640%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120733640: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120679756
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120679756: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120679722
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120679722%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120679722: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120728826
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120728826: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120666826
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120666826%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120666826: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120859078
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120859078%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120859078: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120734864
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120734864%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120734864: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119936725
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119936725%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 119936725: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120694445
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120694445%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120694445: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120679803
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120679803%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120679803: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120761604
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120761604%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120761604: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120367525
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120367525%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120367525: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 119432954
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119432954%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 119432954: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120858984
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120858984%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120858984: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120474875
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120474875%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120474875: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120282673
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120282673%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120282673: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120237809
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120237809%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120237809: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120539218
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120539218: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120627439
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120627439: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120371603
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120371603%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120371603: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120655506
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120655506%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120655506: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120658712
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120658712%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120658712: 2
2026-03-28 13:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592922?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120755977?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690865?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120540637?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120685598
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120685598%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120685598: 2
2026-03-28 13:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120475265
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120475265%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120475265: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120484555
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120484555%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120484555: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120838436
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838436%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120838436: 2
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120454811
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120454811%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120454811: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120356596
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120356596%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120356596: 2
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120250741
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120250741%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120250741: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120056865
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120056865%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120056865: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120410940
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120410940%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120410940: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120442214
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120442214%27 HTTP/1.1" 200 None
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Scrape type for 120442214: 0
2026-03-28 13:00:58 [astonbarclay.gb] INFO: Found listing with ID: 120454651
2026-03-28 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120454651%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120454651: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120743971
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120743971%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120743971: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120605172
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120605172%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120605172: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120777798
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120777798%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120777798: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120673241
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120673241%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120673241: 2
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592922, 'registration': 'WR14VSL', 'account': 'VAN047', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 89633, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR14VSL/2026-03-24/image/ebcc91aa-f993-4f60-9e5b-6f5d735bc4b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/ba837ba9-5e60-40dc-b7df-8b1635403a92_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/56753e02-bc20-4125-a831-c4e0c42a9a8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/745f7590-5756-4738-910e-0f1c1830d3fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/33178e33-bb36-484d-a185-c4c720b29ee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/00699a10-452f-4bfc-b6f0-b18450ab4435_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/38a88ea2-e8cc-414b-ab6f-da7feac8936a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/e7581cdf-b020-41fe-8e11-d872a2f2fd4a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 09/15 - 17K, 10/16 - 27K, 11/18 - 49K, 07/21 - 70K, 07/23 - NO MILEAGE, BOTH BOOK AND INVOICES', 'remarks': '**1280** VOSA STATES 33K, 43K, 54K, 67K, 72K, 80K, 83K, 87K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13b0adb2-0528-4378-b052-a636b1f6aa6a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592922, 'registration': 'WR14VSL', 'account': 'VAN047', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 89633, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR14VSL/2026-03-24/image/ebcc91aa-f993-4f60-9e5b-6f5d735bc4b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/ba837ba9-5e60-40dc-b7df-8b1635403a92_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/56753e02-bc20-4125-a831-c4e0c42a9a8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/745f7590-5756-4738-910e-0f1c1830d3fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/33178e33-bb36-484d-a185-c4c720b29ee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/00699a10-452f-4bfc-b6f0-b18450ab4435_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/38a88ea2-e8cc-414b-ab6f-da7feac8936a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/e7581cdf-b020-41fe-8e11-d872a2f2fd4a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 09/15 - 17K, 10/16 - 27K, 11/18 - 49K, 07/21 - 70K, 07/23 - NO MILEAGE, BOTH BOOK AND INVOICES', 'remarks': '**1280** VOSA STATES 33K, 43K, 54K, 67K, 72K, 80K, 83K, 87K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13b0adb2-0528-4378-b052-a636b1f6aa6a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52595927-58a4-5797-a691-3b1165f7e3dc with identifier: 120592922
2026-03-28 13:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52595927-58a4-5797-a691-3b1165f7e3dc with scrape type 2
2026-03-28 13:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52595927-58a4-5797-a691-3b1165f7e3dc with scrape type 2
2026-03-28 13:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 52595927-58a4-5797-a691-3b1165f7e3dc, identifier: 120592922
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120755977, 'registration': 'LP73YJV', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'BZ4X ELECTRIC HATCHBACK', 'derivative': '150kW Vision 71.4kWh 5dr Auto [11kW]', 'mileage': 18912, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 164, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-01-23', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP73YJV/2026-03-25/image/3c94bbfb-106c-4637-bcf8-e20002416d71_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/58c7d7f9-b5ff-471e-a2c7-be648a82a569_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/bcbfcf90-3af3-4669-a6f1-a2f06067b415_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/72dbc03f-5c0c-411f-8187-fc5f9dfabfe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/68854460-7712-4450-a793-56059cf45882_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/7e164c19-807a-49d3-8247-d5cb29018ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/6dc963ac-0c7e-4d79-8968-f2acac685e0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/2b4d2b12-1885-456c-8b64-f12e311b4954_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/d84c4d66-4f59-4d02-bcdc-531a7993d049_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/6c009b1d-bb9d-4617-b3e3-6ba0c710b8d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/67490c90-e25f-479b-86c0-246f92db75b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/de887cb6-3d29-443b-9749-8d459506af3f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25- 9k', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be798143-1c2e-41c5-830f-f6445e56b9c0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120755977, 'registration': 'LP73YJV', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'BZ4X ELECTRIC HATCHBACK', 'derivative': '150kW Vision 71.4kWh 5dr Auto [11kW]', 'mileage': 18912, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 164, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-01-23', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP73YJV/2026-03-25/image/3c94bbfb-106c-4637-bcf8-e20002416d71_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/58c7d7f9-b5ff-471e-a2c7-be648a82a569_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/bcbfcf90-3af3-4669-a6f1-a2f06067b415_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/72dbc03f-5c0c-411f-8187-fc5f9dfabfe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/68854460-7712-4450-a793-56059cf45882_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/7e164c19-807a-49d3-8247-d5cb29018ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/6dc963ac-0c7e-4d79-8968-f2acac685e0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/2b4d2b12-1885-456c-8b64-f12e311b4954_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/d84c4d66-4f59-4d02-bcdc-531a7993d049_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/6c009b1d-bb9d-4617-b3e3-6ba0c710b8d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/67490c90-e25f-479b-86c0-246f92db75b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/de887cb6-3d29-443b-9749-8d459506af3f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25- 9k', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be798143-1c2e-41c5-830f-f6445e56b9c0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ac8f5a7-4da2-5551-acbb-99a50763f325 with identifier: 120755977
2026-03-28 13:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ac8f5a7-4da2-5551-acbb-99a50763f325 with scrape type 2
2026-03-28 13:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ac8f5a7-4da2-5551-acbb-99a50763f325 with scrape type 2
2026-03-28 13:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ac8f5a7-4da2-5551-acbb-99a50763f325, identifier: 120755977
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690865, 'registration': 'EX09BFZ', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.4 One 3dr', 'mileage': 63682, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2211, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-03-21', 'fuel': 'Petrol', 'motExpiry': '2026-04-02', 'doors': 3, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/71c04366-1ab1-4159-b165-075b6f404fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/42b6402e-939c-4a1a-a812-c7be64ee4783_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/464f6d69-2bb9-4835-bad6-aa5519ec04c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/5f19d940-d76d-43e0-be28-59528b7448ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/c95d466e-15ee-446c-9b79-5c236fdc341e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/e280bc98-59f9-4b20-a866-39146821a4f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/a9d13a69-e537-4a98-9afb-00e621b3bbd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/7d260232-b78c-4484-9927-cd497160c224_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/10 5K - 10/12 16K - 09/12 27K - 09/13 31K - 10/16 36K - 06/18 44K - 03/20 52K - 03/21 55K - 03/22 58K - 03/23 60K - 04/24 61K', 'remarks': 'VOSA STATES 58K- 60K- 61K - 62K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/caab9f70-5cfa-4330-baa5-1ee73e23ca87.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690865, 'registration': 'EX09BFZ', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.4 One 3dr', 'mileage': 63682, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2211, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-03-21', 'fuel': 'Petrol', 'motExpiry': '2026-04-02', 'doors': 3, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/71c04366-1ab1-4159-b165-075b6f404fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/42b6402e-939c-4a1a-a812-c7be64ee4783_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/464f6d69-2bb9-4835-bad6-aa5519ec04c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/5f19d940-d76d-43e0-be28-59528b7448ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/c95d466e-15ee-446c-9b79-5c236fdc341e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/e280bc98-59f9-4b20-a866-39146821a4f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/a9d13a69-e537-4a98-9afb-00e621b3bbd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/7d260232-b78c-4484-9927-cd497160c224_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/10 5K - 10/12 16K - 09/12 27K - 09/13 31K - 10/16 36K - 06/18 44K - 03/20 52K - 03/21 55K - 03/22 58K - 03/23 60K - 04/24 61K', 'remarks': 'VOSA STATES 58K- 60K- 61K - 62K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/caab9f70-5cfa-4330-baa5-1ee73e23ca87.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846fb92d-1a0e-5344-95a9-8c7100def892 with identifier: 120690865
2026-03-28 13:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846fb92d-1a0e-5344-95a9-8c7100def892 with scrape type 2
2026-03-28 13:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 846fb92d-1a0e-5344-95a9-8c7100def892 with scrape type 2
2026-03-28 13:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 846fb92d-1a0e-5344-95a9-8c7100def892, identifier: 120690865
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120540637, 'registration': 'SV12OKD', 'account': 'MAN037', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive20d SE 5dr', 'mileage': 122509, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1055, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-07', 'fuel': 'Diesel', 'motExpiry': '2027-01-24', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV12OKD/2026-03-18/image/3dd5505d-e6e7-422f-a3c1-a673c47850d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/d5efdf7d-4f2c-44d4-aa08-695fca4bbdf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/2334ce4f-dcf2-44cb-92de-2f05dfe8c19d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/7e7e224d-7980-421b-8976-9604d995b1aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/6efc303a-a21d-4f96-872d-3553dc822390_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/91dcfee9-d352-40b7-a9b9-a033edbf758c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 90K- 98K - 109K- 115K- 121K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fc6aad1b-39b5-4a28-933c-bdecdcfc1781.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120540637, 'registration': 'SV12OKD', 'account': 'MAN037', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive20d SE 5dr', 'mileage': 122509, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1055, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-07', 'fuel': 'Diesel', 'motExpiry': '2027-01-24', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV12OKD/2026-03-18/image/3dd5505d-e6e7-422f-a3c1-a673c47850d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/d5efdf7d-4f2c-44d4-aa08-695fca4bbdf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/2334ce4f-dcf2-44cb-92de-2f05dfe8c19d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/7e7e224d-7980-421b-8976-9604d995b1aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/6efc303a-a21d-4f96-872d-3553dc822390_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/91dcfee9-d352-40b7-a9b9-a033edbf758c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 90K- 98K - 109K- 115K- 121K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fc6aad1b-39b5-4a28-933c-bdecdcfc1781.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a5eec79-4f38-53e2-b753-723060375f86 with identifier: 120540637
2026-03-28 13:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a5eec79-4f38-53e2-b753-723060375f86 with scrape type 2
2026-03-28 13:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a5eec79-4f38-53e2-b753-723060375f86 with scrape type 2
2026-03-28 13:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5a5eec79-4f38-53e2-b753-723060375f86, identifier: 120540637
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120716318
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120716318%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120716318: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120716378
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120716378%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120716378: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120787611
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120787611%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120787611: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120439198
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120439198%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120439198: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120715027
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120715027%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120715027: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120715046
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120715046%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120715046: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 115487581
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27115487581%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 115487581: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120848464
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120848464%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120848464: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120862952
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120862952%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120862952: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120866986
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120866986%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120866986: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120715036
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120715036%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120715036: 0
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120685886
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120685886%27 HTTP/1.1" 200 None
2026-03-28 13:00:59 [astonbarclay.gb] INFO: Scrape type for 120685886: 2
2026-03-28 13:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 52595927-58a4-5797-a691-3b1165f7e3dc with identifier: 120592922
2026-03-28 13:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 52595927-58a4-5797-a691-3b1165f7e3dc with identifier: 120592922
2026-03-28 13:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 52595927-58a4-5797-a691-3b1165f7e3dc with identifier: 120592922 to the API
2026-03-28 13:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592922?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '52595927-58a4-5797-a691-3b1165f7e3dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR14VSL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592922',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 89633,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-28',
'seller_name': 'Vantage Motor Group',
'title': 'FIAT 500 HATCHBACK 1.2 S 3dr',
'transmission': 'manual',
'trim': '1.2 S 3dr',
'vin': None,
'year': 2014}
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120592922%27 HTTP/1.1" 200 None
2026-03-28 13:01:01 [astonbarclay.gb] INFO: Saving data for 120592922: {'auction_closing_time': 1774958400.0, 'created_time': 1774292587.462925, 'last_price_update_time': 1774702861.041478}
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592922') HTTP/1.1" 204 0
2026-03-28 13:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ac8f5a7-4da2-5551-acbb-99a50763f325 with identifier: 120755977
2026-03-28 13:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ac8f5a7-4da2-5551-acbb-99a50763f325 with identifier: 120755977
2026-03-28 13:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ac8f5a7-4da2-5551-acbb-99a50763f325 with identifier: 120755977 to the API
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120755977?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Electric',
'id': '2ac8f5a7-4da2-5551-acbb-99a50763f325',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LP73YJV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120755977',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'BZ4X ELECTRIC HATCHBACK',
'odometer': 18912,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'seller_name': 'Motability Operations',
'title': 'TOYOTA BZ4X ELECTRIC HATCHBACK 150kW Vision 71.4kWh 5dr Auto [11kW]',
'transmission': 'automatic',
'trim': '150kW Vision 71.4kWh 5dr Auto [11kW]',
'vin': None,
'year': 2024}
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120755977%27 HTTP/1.1" 200 None
2026-03-28 13:01:01 [astonbarclay.gb] INFO: Saving data for 120755977: {'auction_closing_time': 1774949400.0, 'created_time': 1774379212.673207, 'last_price_update_time': 1774702861.486632}
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120755977') HTTP/1.1" 204 0
2026-03-28 13:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 846fb92d-1a0e-5344-95a9-8c7100def892 with identifier: 120690865
2026-03-28 13:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 846fb92d-1a0e-5344-95a9-8c7100def892 with identifier: 120690865
2026-03-28 13:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 846fb92d-1a0e-5344-95a9-8c7100def892 with identifier: 120690865 to the API
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690865?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '846fb92d-1a0e-5344-95a9-8c7100def892',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX09BFZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690865',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 63682,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-03-21',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK 1.4 One 3dr',
'transmission': 'manual',
'trim': '1.4 One 3dr',
'vin': None,
'year': 2009}
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120690865%27 HTTP/1.1" 200 None
2026-03-28 13:01:01 [astonbarclay.gb] INFO: Saving data for 120690865: {'auction_closing_time': 1774888200.0, 'created_time': 1774379339.108773, 'last_price_update_time': 1774702861.832048}
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690865') HTTP/1.1" 204 0
2026-03-28 13:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5a5eec79-4f38-53e2-b753-723060375f86 with identifier: 120540637
2026-03-28 13:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5a5eec79-4f38-53e2-b753-723060375f86 with identifier: 120540637
2026-03-28 13:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5a5eec79-4f38-53e2-b753-723060375f86 with identifier: 120540637 to the API
2026-03-28 13:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120540637?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '5a5eec79-4f38-53e2-b753-723060375f86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV12OKD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120540637',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X3 DIESEL ESTATE',
'odometer': 122509,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-07',
'seller_name': 'Manamanx Ltd',
'title': 'BMW X3 DIESEL ESTATE xDrive20d SE 5dr',
'transmission': 'manual',
'trim': 'xDrive20d SE 5dr',
'vin': None,
'year': 2012}
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120540637%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Saving data for 120540637: {'auction_closing_time': 1774888200.0, 'created_time': 1773774113.66417, 'last_price_update_time': 1774702862.32051}
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120540637') HTTP/1.1" 204 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120587610
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120587610: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120471411
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120471411%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120471411: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120789909
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120789909%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120789909: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120693961
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693961%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120693961: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120587587
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120587587: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120676801
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120676801%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120676801: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120430055
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120430055%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120430055: 2
2026-03-28 13:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120621668?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120591393?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120867115
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120867115%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120867115: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120716273
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120716273%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120716273: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120866391
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120866391%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120866391: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120221428
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120221428%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120221428: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120695315
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695315%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120695315: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120748122
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120748122%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120748122: 2
2026-03-28 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-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120461368
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120461368%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120461368: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120686475
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120686475%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120686475: 2
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120747504
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120747504%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120747504: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120585528
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120585528%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120585528: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120661959
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120661959%27 HTTP/1.1" 200 None
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120661959: 0
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120686558
2026-03-28 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:01:02 [astonbarclay.gb] INFO: Scrape type for 120686558: 2
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120621668, 'registration': 'MK69EWY', 'account': 'VAN040', 'make': 'SKODA', 'model': 'SUPERB HATCHBACK', 'derivative': '1.5 TSI SE L 5dr DSG', 'mileage': 163461, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-24', 'fuel': 'Petrol', 'motExpiry': '2026-08-08', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK69EWY/2026-03-25/image/5cac461e-1789-4026-b483-0048f4abbbbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/14fb0397-5327-40e9-bc28-f319f00b0303_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/524cc537-1f52-4490-ad18-c2a7f85a99a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/7d832ce1-d020-4e80-a1e8-355de45681d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/cacbd708-00b5-4bf0-bd86-9620d7aff30d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/ef4d8f32-f274-468a-9e83-903159008ee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/4a8c6666-5336-49d3-9a66-8682cde410cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/6408b701-03a6-4c54-ba58-3e6285ac03cb_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 09/20 - 5K, 09/21 - 13K, 05/23 - 51K, 08/23 - 60K, 11/23 - 64K,', 'remarks': '**1219** Ex-Private Hire VOSA STATES 21K, 59K, 99K, 140K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b3abcc8d-5ada-4a14-98bb-1154010b7ed7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120621668, 'registration': 'MK69EWY', 'account': 'VAN040', 'make': 'SKODA', 'model': 'SUPERB HATCHBACK', 'derivative': '1.5 TSI SE L 5dr DSG', 'mileage': 163461, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-24', 'fuel': 'Petrol', 'motExpiry': '2026-08-08', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK69EWY/2026-03-25/image/5cac461e-1789-4026-b483-0048f4abbbbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/14fb0397-5327-40e9-bc28-f319f00b0303_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/524cc537-1f52-4490-ad18-c2a7f85a99a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/7d832ce1-d020-4e80-a1e8-355de45681d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/cacbd708-00b5-4bf0-bd86-9620d7aff30d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/ef4d8f32-f274-468a-9e83-903159008ee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/4a8c6666-5336-49d3-9a66-8682cde410cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/6408b701-03a6-4c54-ba58-3e6285ac03cb_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 09/20 - 5K, 09/21 - 13K, 05/23 - 51K, 08/23 - 60K, 11/23 - 64K,', 'remarks': '**1219** Ex-Private Hire VOSA STATES 21K, 59K, 99K, 140K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b3abcc8d-5ada-4a14-98bb-1154010b7ed7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with identifier: 120621668
2026-03-28 13:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with scrape type 2
2026-03-28 13:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with scrape type 2
2026-03-28 13:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288, identifier: 120621668
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120591393, 'registration': 'PX16JFG', 'account': 'VAN061', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E350 BlueTEC AMG Night Ed Premium 4dr 9G-Tronic', 'mileage': 105401, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-02', 'doors': 4, 'engineSize': 2987, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/PX16JFG/2026-03-24/image/016f1282-514c-4894-a781-b84f8a7adaca_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/b3e1242c-c331-4bfc-a6cc-de139dbedc33_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/a11e0390-d851-41c5-b7d1-ae93595b45ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/1852e5c6-cfe9-4a1b-a909-b9fd11db2441_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/e62529f2-a125-43a6-96da-9cb2c79048b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/b157e2a0-ff44-4ce9-8ad6-97bcf066544a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/d194e21f-21b5-4653-94c7-c3f15a502e78_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/ff7eb9dc-e4e8-4bb3-a7b8-626d092aa58d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/31e2cfa5-763b-4790-b887-0be208af7a52_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/20 - 44K, 08/21 - 58K, 08/22 - 70K, 11/22 - 72K, 09/23 - 79K, 09/24 - 90K, 10/25 - 102K', 'remarks': '**1269** VOSA STATES 32K, 33K, 44K, 58K, 69K, 78K, 88K, 100K, Private', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/80e75596-9b40-4c64-9fef-1f942459f713.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120591393, 'registration': 'PX16JFG', 'account': 'VAN061', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E350 BlueTEC AMG Night Ed Premium 4dr 9G-Tronic', 'mileage': 105401, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-02', 'doors': 4, 'engineSize': 2987, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/PX16JFG/2026-03-24/image/016f1282-514c-4894-a781-b84f8a7adaca_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/b3e1242c-c331-4bfc-a6cc-de139dbedc33_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/a11e0390-d851-41c5-b7d1-ae93595b45ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/1852e5c6-cfe9-4a1b-a909-b9fd11db2441_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/e62529f2-a125-43a6-96da-9cb2c79048b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/b157e2a0-ff44-4ce9-8ad6-97bcf066544a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/d194e21f-21b5-4653-94c7-c3f15a502e78_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/ff7eb9dc-e4e8-4bb3-a7b8-626d092aa58d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/31e2cfa5-763b-4790-b887-0be208af7a52_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/20 - 44K, 08/21 - 58K, 08/22 - 70K, 11/22 - 72K, 09/23 - 79K, 09/24 - 90K, 10/25 - 102K', 'remarks': '**1269** VOSA STATES 32K, 33K, 44K, 58K, 69K, 78K, 88K, 100K, Private', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/80e75596-9b40-4c64-9fef-1f942459f713.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with identifier: 120591393
2026-03-28 13:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with scrape type 2
2026-03-28 13:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with scrape type 2
2026-03-28 13:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75, identifier: 120591393
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120693940
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693940%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120693940: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120629972
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120629972%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120629972: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120775323
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120775323%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120775323: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 119052103
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119052103%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 119052103: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120659102
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120659102%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120659102: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120237760
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120237760%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120237760: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120714940
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120714940: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120714950
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714950%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120714950: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120714966
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714966%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120714966: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120714980
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120714980%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120714980: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120733656
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733656%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120733656: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120859426
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120859426%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120859426: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120861102
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120861102%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120861102: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120862622
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120862622%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120862622: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120842137
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120842137%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120842137: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120862865
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120862865%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120862865: 0
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120728416
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120728416%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Scrape type for 120728416: 2
2026-03-28 13:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with identifier: 120621668
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=SILVER HTTP/1.1" 200 None
2026-03-28 13:01:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 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-28 13:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with identifier: 120621668
2026-03-28 13:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with identifier: 120621668 to the API
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120621668?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK69EWY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120621668',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'SUPERB HATCHBACK',
'odometer': 163461,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-24',
'seller_name': 'Vantage Motor Group',
'title': 'SKODA SUPERB HATCHBACK 1.5 TSI SE L 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI SE L 5dr DSG',
'vin': None,
'year': 2019}
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120621668%27 HTTP/1.1" 200 None
2026-03-28 13:01:03 [astonbarclay.gb] INFO: Saving data for 120621668: {'auction_closing_time': 1774958400.0, 'created_time': 1774379126.087846, 'last_price_update_time': 1774702863.8431}
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120621668') HTTP/1.1" 204 0
2026-03-28 13:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with identifier: 120591393
2026-03-28 13:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with identifier: 120591393
2026-03-28 13:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with identifier: 120591393 to the API
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120591393?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PX16JFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120591393',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL SALOON',
'odometer': 105401,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-07',
'seller_name': 'Vantage Motor Group',
'title': 'MERCEDES-BENZ E CLASS DIESEL SALOON E350 BlueTEC AMG Night Ed '
'Premium 4dr 9G-Tronic',
'transmission': 'automatic',
'trim': 'E350 BlueTEC AMG Night Ed Premium 4dr 9G-Tronic',
'vin': None,
'year': 2016}
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120591393%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Saving data for 120591393: {'auction_closing_time': 1774958400.0, 'created_time': 1774292586.417113, 'last_price_update_time': 1774702864.51549}
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120591393') HTTP/1.1" 204 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120863324
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120863324%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120863324: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120863367
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120863367%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120863367: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120863153
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120863153%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120863153: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120864236
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120864236%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120864236: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120716362
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120716362%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120716362: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120865604
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120865604%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120865604: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120865644
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120865644%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120865644: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120865521
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120865521%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120865521: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120716373
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120716373%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120716373: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120716291
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120716291: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120695356
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695356%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120695356: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120695260
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695260%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120695260: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120695242
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695242%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120695242: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120695251
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695251%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120695251: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120695286
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695286%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120695286: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120695365
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695365%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120695365: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120695273
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120695273%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120695273: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120765869
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120765869%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120765869: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120786591
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120786591%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120786591: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120765790
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120765790%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120765790: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120765878
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120765878%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120765878: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120765859
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120765859%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120765859: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120765820
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120765820%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120765820: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120765848
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120765848%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120765848: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120826147
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826147%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120826147: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120134147
2026-03-28 13:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120134147%27 HTTP/1.1" 200 None
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Scrape type for 120134147: 0
2026-03-28 13:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120826421
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826421%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120826421: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120760408
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120760408%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120760408: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120664195
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664195%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120664195: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120677539
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120677539%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120677539: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120760340
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120760340%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120760340: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120677476
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120677476%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120677476: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120758464
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120758464%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120758464: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120652259
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120652259%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120652259: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120605418
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120605418%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120605418: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120555568
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120555568%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120555568: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120555558
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120555558%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120555558: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120555519
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120555519%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120555519: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120826040
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826040%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120826040: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120826316
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826316%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120826316: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120521299
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120521299%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120521299: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120521279
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120521279%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120521279: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120484239
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120484239%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120484239: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120478150
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120478150%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120478150: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120515107
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120515107%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120515107: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120515135
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120515135%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120515135: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120515057
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120515057%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120515057: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120759795
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120759795%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120759795: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120664114
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664114%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120664114: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120515030
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120515030%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120515030: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120760388
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120760388%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120760388: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120664152
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664152%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120664152: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120664186
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664186%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120664186: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120650274
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120650274%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120650274: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120760432
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120760432%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120760432: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120859404
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120859404%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120859404: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120658115
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120658115%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120658115: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 119878423
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119878423%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 119878423: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120478141
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120478141%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120478141: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120444510
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120444510%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120444510: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120478111
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120478111%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120478111: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120444460
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120444460%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120444460: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120443912
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120443912%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120443912: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120288761
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120288761%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120288761: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120311059
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120311059%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120311059: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120263591
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120263591%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120263591: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120245728
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120245728%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120245728: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120241494
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120241494%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120241494: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120211201
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120211201%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120211201: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120174959
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120174959%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120174959: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120134274
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120134274%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120134274: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120029775
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120029775%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120029775: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 119212621
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119212621%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 119212621: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120824041
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120824041%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120824041: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120256211
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120256211%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120256211: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120760352
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120760352%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120760352: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120825637
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120825637%27 HTTP/1.1" 200 None
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Scrape type for 120825637: 0
2026-03-28 13:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120826597
2026-03-28 13:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826597%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120826597: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120677591
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120677591%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120677591: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120748860
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120748860%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120748860: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120097975
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120097975%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120097975: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120609624
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120609624%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120609624: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120828510
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828510%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120828510: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120761139
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120761139%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120761139: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120841176
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120841176%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120841176: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120664123
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664123%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120664123: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120651971
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120651971%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120651971: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120828661
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828661%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120828661: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120312968
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120312968%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120312968: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120771175
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120771175%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120771175: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 112893299
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27112893299%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 112893299: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120256176
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120256176%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120256176: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120757365
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120757365%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120757365: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120098855
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120098855%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120098855: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119628212
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119628212%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 119628212: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119734446
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119734446%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 119734446: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120664177
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664177%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120664177: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120664095
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664095%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120664095: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120825737
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120825737%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120825737: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120756423
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120756423%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120756423: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120830600
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830600%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120830600: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119709244
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119709244%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 119709244: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120760365
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120760365%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120760365: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120758234
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120758234%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120758234: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120760398
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120760398%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120760398: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120664104
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664104%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120664104: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120515008
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120515008%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120515008: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120719051
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120719051%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120719051: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120825800
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120825800%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120825800: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 117988283
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27117988283%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 117988283: 2
2026-03-28 13:01:06 [scrapy.extensions.logstats] INFO: Crawled 22 pages (at 22 pages/min), scraped 20 items (at 20 items/min)
2026-03-28 13:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690985?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120678881?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592174?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120652810
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120652810%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120652810: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120652590
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120652590%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120652590: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120664161
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664161%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120664161: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120664142
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120664142%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120664142: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120727592
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120727592%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120727592: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120689852
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120689852%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120689852: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120734951
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120734951%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120734951: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120775612
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120775612%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120775612: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120401488
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120401488%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120401488: 2
2026-03-28 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-28 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-28 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-28 13:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/114262881?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120727623
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120727623%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120727623: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120773780
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120773780%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120773780: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120775627
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120775627%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120775627: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120727640
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120727640%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120727640: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120324176
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120324176%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120324176: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120667852
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667852%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120667852: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120463208
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120463208%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120463208: 0
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120831472
2026-03-28 13:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120831472%27 HTTP/1.1" 200 None
2026-03-28 13:01:06 [astonbarclay.gb] INFO: Scrape type for 120831472: 2
2026-03-28 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-28 13:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120775656
2026-03-28 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120775656%27 HTTP/1.1" 200 None
2026-03-28 13:01:07 [astonbarclay.gb] INFO: Scrape type for 120775656: 0
2026-03-28 13:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120371964
2026-03-28 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371964%27 HTTP/1.1" 200 None
2026-03-28 13:01:07 [astonbarclay.gb] INFO: Scrape type for 120371964: 2
2026-03-28 13:01:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690985, 'registration': 'MB10HEB', 'account': 'MOT075', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '2.0 John Cooper Works II 3dr Auto [8 Speed]', 'mileage': 66707, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-03', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MB10HEB/2026-03-24/image/665ad6d7-da42-43a1-b8c9-d851f5c8c1a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/192195b1-ee6e-4632-97a8-8db90e794506_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/3b6a9b33-aece-489d-bd6e-bb6a20fd7bb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/61c71a19-9c00-4ec7-b418-ae58bb6dc5f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/1e190620-04ca-4b0c-83f1-1ac39c889418_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/4cdc70ee-d46a-4d03-b782-46f74ad61823_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/e8abac4b-dcf9-43a1-b322-772c64238b82_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/eb2311ab-aade-47c5-ab32-19798adfa0c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/fe929c15-5403-4d31-86de-55d45f22283b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/b3d0a49e-08b4-4cf6-9d01-f9f95f951b6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/40cc3975-a3f3-432c-b647-42752cfe457b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/43c7d340-ac1d-4f67-ae3a-013e068b9d90_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/7041f3ae-3c05-4d53-82df-da30fc08d694_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1686** VOSA STATES 26K, 39K, 41K, 45K, 47K, 58K, 63K,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd892934-3277-4ba4-9754-3bd7078194ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690985, 'registration': 'MB10HEB', 'account': 'MOT075', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '2.0 John Cooper Works II 3dr Auto [8 Speed]', 'mileage': 66707, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-03', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MB10HEB/2026-03-24/image/665ad6d7-da42-43a1-b8c9-d851f5c8c1a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/192195b1-ee6e-4632-97a8-8db90e794506_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/3b6a9b33-aece-489d-bd6e-bb6a20fd7bb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/61c71a19-9c00-4ec7-b418-ae58bb6dc5f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/1e190620-04ca-4b0c-83f1-1ac39c889418_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/4cdc70ee-d46a-4d03-b782-46f74ad61823_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/e8abac4b-dcf9-43a1-b322-772c64238b82_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/eb2311ab-aade-47c5-ab32-19798adfa0c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/fe929c15-5403-4d31-86de-55d45f22283b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/b3d0a49e-08b4-4cf6-9d01-f9f95f951b6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/40cc3975-a3f3-432c-b647-42752cfe457b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/43c7d340-ac1d-4f67-ae3a-013e068b9d90_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/7041f3ae-3c05-4d53-82df-da30fc08d694_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1686** VOSA STATES 26K, 39K, 41K, 45K, 47K, 58K, 63K,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd892934-3277-4ba4-9754-3bd7078194ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c9ce90-cb73-5ee1-9353-45dbca261458 with identifier: 120690985
2026-03-28 13:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c9ce90-cb73-5ee1-9353-45dbca261458 with scrape type 2
2026-03-28 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69c9ce90-cb73-5ee1-9353-45dbca261458 with scrape type 2
2026-03-28 13:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 69c9ce90-cb73-5ee1-9353-45dbca261458, identifier: 120690985
2026-03-28 13:01:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120678881, 'registration': 'LG70XCN', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 69995, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-15', 'fuel': 'Electric', 'motExpiry': '2026-09-29', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LG70XCN/2026-03-24/image/bce4871b-b815-489f-bea6-ca383adcf3de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/bcd7fd31-9ccf-41b2-91de-e951323848cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/fc0a0aab-6caa-43b1-805a-435388e5c559_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/e6f53075-703d-425a-aba7-903e8766a253_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/9cf91bc6-69c8-447b-ad5d-eee2702d3fcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/592724bc-debb-4d25-84d9-51cdf34d4cc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/c4c42fdc-fd2b-4b14-8d4a-412e295fbcec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/8c492411-70d1-4117-92bf-0cb75eeaaae8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/11527771-ee92-4f56-8621-88677b14a376_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/65cba848-19a9-4dc4-949b-b20a11b09a49_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24- 29K, 04/25- 42K, 11/25- 59K,', 'remarks': '**1470** VOSA STATES 23k, 34k, 55k,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a162978-2a46-419f-a2de-46367d566b8a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120678881, 'registration': 'LG70XCN', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 69995, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-15', 'fuel': 'Electric', 'motExpiry': '2026-09-29', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LG70XCN/2026-03-24/image/bce4871b-b815-489f-bea6-ca383adcf3de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/bcd7fd31-9ccf-41b2-91de-e951323848cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/fc0a0aab-6caa-43b1-805a-435388e5c559_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/e6f53075-703d-425a-aba7-903e8766a253_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/9cf91bc6-69c8-447b-ad5d-eee2702d3fcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/592724bc-debb-4d25-84d9-51cdf34d4cc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/c4c42fdc-fd2b-4b14-8d4a-412e295fbcec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/8c492411-70d1-4117-92bf-0cb75eeaaae8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/11527771-ee92-4f56-8621-88677b14a376_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/65cba848-19a9-4dc4-949b-b20a11b09a49_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24- 29K, 04/25- 42K, 11/25- 59K,', 'remarks': '**1470** VOSA STATES 23k, 34k, 55k,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a162978-2a46-419f-a2de-46367d566b8a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89465299-1984-5b1e-ab43-bdf414c8a46d with identifier: 120678881
2026-03-28 13:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89465299-1984-5b1e-ab43-bdf414c8a46d with scrape type 2
2026-03-28 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89465299-1984-5b1e-ab43-bdf414c8a46d with scrape type 2
2026-03-28 13:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89465299-1984-5b1e-ab43-bdf414c8a46d, identifier: 120678881
2026-03-28 13:01:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592174, 'registration': 'NV15YZE', 'account': 'VAN061', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 64801, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-22', 'fuel': 'Petrol', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV15YZE/2026-03-24/image/49214c23-25b5-4bc8-9f18-3afb60a365d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/9948ccf4-dd34-4218-93ed-8a96076f72ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/6ffca0b9-0f96-40d9-a837-531d159608b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/7f3d3f19-c19b-400a-b3c3-45aac7195b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/a699ee5e-5022-4fcd-8bd4-3d577ae63329_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/b82f0edb-ce13-42cf-b27f-2d2b5bfa92db_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/60f6160d-f013-4d8f-9b7f-2e1de7c8225b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/1714df9d-6ef1-4832-b5b9-5ed779b79cb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/ff59b45f-5677-413b-b10c-1966c0f60552_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/16 - 10K, 05/17 - 19K, 04/18 - 28K, 10/18 - 34K, 11/19 - 41K, 01/21 - 48K, NO DATE - 58K, 09/25 - 62K,', 'remarks': '**1268** VOSA STATES 31K, 36K, 48K, 53K, 56K, 58K, 62K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/813d3db6-73a6-4542-95dc-dc0992a4ba73.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592174, 'registration': 'NV15YZE', 'account': 'VAN061', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 64801, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-22', 'fuel': 'Petrol', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV15YZE/2026-03-24/image/49214c23-25b5-4bc8-9f18-3afb60a365d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/9948ccf4-dd34-4218-93ed-8a96076f72ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/6ffca0b9-0f96-40d9-a837-531d159608b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/7f3d3f19-c19b-400a-b3c3-45aac7195b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/a699ee5e-5022-4fcd-8bd4-3d577ae63329_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/b82f0edb-ce13-42cf-b27f-2d2b5bfa92db_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/60f6160d-f013-4d8f-9b7f-2e1de7c8225b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/1714df9d-6ef1-4832-b5b9-5ed779b79cb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/ff59b45f-5677-413b-b10c-1966c0f60552_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/16 - 10K, 05/17 - 19K, 04/18 - 28K, 10/18 - 34K, 11/19 - 41K, 01/21 - 48K, NO DATE - 58K, 09/25 - 62K,', 'remarks': '**1268** VOSA STATES 31K, 36K, 48K, 53K, 56K, 58K, 62K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/813d3db6-73a6-4542-95dc-dc0992a4ba73.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee45a25e-5161-5bfc-aa03-123a1f82f416 with identifier: 120592174
2026-03-28 13:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee45a25e-5161-5bfc-aa03-123a1f82f416 with scrape type 2
2026-03-28 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee45a25e-5161-5bfc-aa03-123a1f82f416 with scrape type 2
2026-03-28 13:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ee45a25e-5161-5bfc-aa03-123a1f82f416, identifier: 120592174
2026-03-28 13:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 69c9ce90-cb73-5ee1-9353-45dbca261458 with identifier: 120690985
2026-03-28 13:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:01:07 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREEN HTTP/1.1" 200 None
2026-03-28 13:01:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 69c9ce90-cb73-5ee1-9353-45dbca261458 with identifier: 120690985
2026-03-28 13:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 69c9ce90-cb73-5ee1-9353-45dbca261458 with identifier: 120690985 to the API
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690985?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '69c9ce90-cb73-5ee1-9353-45dbca261458',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MB10HEB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690985',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 66707,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-27',
'seller_name': 'MotoNovo Finance',
'title': 'MINI HATCHBACK 2.0 John Cooper Works II 3dr Auto [8 Speed]',
'transmission': 'automatic',
'trim': '2.0 John Cooper Works II 3dr Auto [8 Speed]',
'vin': None,
'year': 2018}
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690985%27 HTTP/1.1" 200 None
2026-03-28 13:01:08 [astonbarclay.gb] INFO: Saving data for 120690985: {'auction_closing_time': 1774958400.0, 'created_time': 1774292644.571448, 'last_price_update_time': 1774702868.21831}
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690985') HTTP/1.1" 204 0
2026-03-28 13:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89465299-1984-5b1e-ab43-bdf414c8a46d with identifier: 120678881
2026-03-28 13:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89465299-1984-5b1e-ab43-bdf414c8a46d with identifier: 120678881
2026-03-28 13:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89465299-1984-5b1e-ab43-bdf414c8a46d with identifier: 120678881 to the API
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120678881?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Electric',
'id': '89465299-1984-5b1e-ab43-bdf414c8a46d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LG70XCN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120678881',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 69995,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-15',
'seller_name': 'MotoNovo Finance',
'title': 'TESLA MODEL 3 SALOON Performance AWD 4dr [Performance Upgrade] Auto',
'transmission': 'automatic',
'trim': 'Performance AWD 4dr [Performance Upgrade] Auto',
'vin': None,
'year': 2020}
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678881%27 HTTP/1.1" 200 None
2026-03-28 13:01:08 [astonbarclay.gb] INFO: Saving data for 120678881: {'auction_closing_time': 1774958400.0, 'created_time': 1774292580.95499, 'last_price_update_time': 1774702868.644495}
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120678881') HTTP/1.1" 204 0
2026-03-28 13:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ee45a25e-5161-5bfc-aa03-123a1f82f416 with identifier: 120592174
2026-03-28 13:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ee45a25e-5161-5bfc-aa03-123a1f82f416 with identifier: 120592174
2026-03-28 13:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ee45a25e-5161-5bfc-aa03-123a1f82f416 with identifier: 120592174 to the API
2026-03-28 13:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592174?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee45a25e-5161-5bfc-aa03-123a1f82f416',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NV15YZE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592174',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 64801,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-22',
'seller_name': 'Vantage Motor Group',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 SE 5dr',
'transmission': 'manual',
'trim': '1.0 SE 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592174%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Saving data for 120592174: {'auction_closing_time': 1774958400.0, 'created_time': 1774292585.592412, 'last_price_update_time': 1774702869.230693}
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592174') HTTP/1.1" 204 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 112746460
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27112746460%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 112746460: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120775642
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120775642%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120775642: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120631689
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631689%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120631689: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120653827
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653827%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120653827: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120773907
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120773907%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120773907: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120834941
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120834941%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120834941: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 119816143
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119816143%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 119816143: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120805277
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120805277%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120805277: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120765504
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765504%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120765504: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120826103
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826103%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120826103: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120827794
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827794%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120827794: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120775601
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120775601%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120775601: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120735547
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735547%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120735547: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120735356
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735356%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120735356: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120536421
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120536421%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120536421: 2
2026-03-28 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120591357?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 114262881, 'registration': 'LF74JMK', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-3008 ELECTRIC ESTATE', 'derivative': '157kW GT 73kWh 5dr Auto', 'mileage': 1381, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1103, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LF74JMK/2026-03-02/image/49fe9d3e-a372-4e0f-9511-9d3e472f3409_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/d1f01fb5-243b-460f-bbd6-f474aca1c844_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/10673a0d-879f-4d54-9609-2cf2038a7e00_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/4d5a72f4-9a06-47ae-9b2d-30c66d194a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/20d7880c-11c3-422b-8c71-7a77d1f54d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/8d0c94b7-3c09-4eff-af90-8e7e38a20c43_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/66cb91b1-60b6-47b5-833f-c791d2e566a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/efb10559-f825-42e5-953a-95b5bb9b6d0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/0c2f2002-f20b-4e55-a43e-15de43f377da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/8910f818-689d-4ea1-ad61-cb59d44803d6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY FOB ONLY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/055d26a2-8aa5-4a41-aae8-6390eade1ab4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 114262881, 'registration': 'LF74JMK', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-3008 ELECTRIC ESTATE', 'derivative': '157kW GT 73kWh 5dr Auto', 'mileage': 1381, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1103, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LF74JMK/2026-03-02/image/49fe9d3e-a372-4e0f-9511-9d3e472f3409_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/d1f01fb5-243b-460f-bbd6-f474aca1c844_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/10673a0d-879f-4d54-9609-2cf2038a7e00_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/4d5a72f4-9a06-47ae-9b2d-30c66d194a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/20d7880c-11c3-422b-8c71-7a77d1f54d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/8d0c94b7-3c09-4eff-af90-8e7e38a20c43_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/66cb91b1-60b6-47b5-833f-c791d2e566a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/efb10559-f825-42e5-953a-95b5bb9b6d0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/0c2f2002-f20b-4e55-a43e-15de43f377da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/8910f818-689d-4ea1-ad61-cb59d44803d6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY FOB ONLY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/055d26a2-8aa5-4a41-aae8-6390eade1ab4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f711eaa-a366-5adf-a9ee-75f04de83793 with identifier: 114262881
2026-03-28 13:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f711eaa-a366-5adf-a9ee-75f04de83793 with scrape type 2
2026-03-28 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f711eaa-a366-5adf-a9ee-75f04de83793 with scrape type 2
2026-03-28 13:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2f711eaa-a366-5adf-a9ee-75f04de83793, identifier: 114262881
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120689713
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689713%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120689713: 0
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120506327
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120506327%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Scrape type for 120506327: 2
2026-03-28 13:01:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2f711eaa-a366-5adf-a9ee-75f04de83793 with identifier: 114262881
2026-03-28 13:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2f711eaa-a366-5adf-a9ee-75f04de83793 with identifier: 114262881
2026-03-28 13:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2f711eaa-a366-5adf-a9ee-75f04de83793 with identifier: 114262881 to the API
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/114262881?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': '2f711eaa-a366-5adf-a9ee-75f04de83793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF74JMK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/114262881',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': 'E-3008 ELECTRIC ESTATE',
'odometer': 1381,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT E-3008 ELECTRIC ESTATE 157kW GT 73kWh 5dr Auto',
'transmission': 'automatic',
'trim': '157kW GT 73kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114262881%27 HTTP/1.1" 200 None
2026-03-28 13:01:09 [astonbarclay.gb] INFO: Saving data for 114262881: {'auction_closing_time': 1774861200.0, 'created_time': 1773402895.660941, 'last_price_update_time': 1774702869.994028}
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='114262881') HTTP/1.1" 204 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 119026534
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119026534%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 119026534: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120736535
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120736535%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120736535: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120739526
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120739526%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120739526: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120829636
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120829636%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120829636: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120657451
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120657451%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120657451: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120582231
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120582231%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120582231: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120826994
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826994%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120826994: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120775671
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120775671%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120775671: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120796415
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120796415%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120796415: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120828655
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828655%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120828655: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120804920
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120804920%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120804920: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120484235
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120484235%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120484235: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120833890
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120833890%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120833890: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120724222
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120724222%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120724222: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120740344
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120740344%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120740344: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120830231
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120830231%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120830231: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 119484668
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119484668%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 119484668: 1
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120740459
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120740459%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120740459: 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120174059
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120174059%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Scrape type for 120174059: 1
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120591357, 'registration': 'PF63XET', 'account': 'VAN061', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.2 Acenta 5dr', 'mileage': 99006, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF63XET/2026-03-24/image/bc9bb6d0-63c6-44f8-8d1f-5056d98e112b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/e1faf900-ea9b-44f0-9720-fdd8025ade90_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/c39217ec-a6da-455f-9ccc-d96ecbc90a9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/ee00120f-b9cd-46cb-95de-39f3bc6683c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/80e6394d-42b5-41f9-ac59-63ef3d1e6b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/8365af89-530c-44f5-94a4-90c4ed38be38_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/27e57d43-b86a-4a19-85f5-154e32082c6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/cfdee2fa-e298-4189-89c8-923510dbcd3f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 02/22 - 56K, 11/22 - 65K, 10/23 - 75K, 11/24 - 84K, 10/25 - 94K', 'remarks': '**1354** VOSA STATES 28K, 37K, 45K, 52K, 53K, 56K, 66K, 77K, 86K, 97K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f46611c3-80ef-4632-9fca-daaf8685136c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120591357, 'registration': 'PF63XET', 'account': 'VAN061', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.2 Acenta 5dr', 'mileage': 99006, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF63XET/2026-03-24/image/bc9bb6d0-63c6-44f8-8d1f-5056d98e112b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/e1faf900-ea9b-44f0-9720-fdd8025ade90_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/c39217ec-a6da-455f-9ccc-d96ecbc90a9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/ee00120f-b9cd-46cb-95de-39f3bc6683c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/80e6394d-42b5-41f9-ac59-63ef3d1e6b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/8365af89-530c-44f5-94a4-90c4ed38be38_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/27e57d43-b86a-4a19-85f5-154e32082c6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/cfdee2fa-e298-4189-89c8-923510dbcd3f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 02/22 - 56K, 11/22 - 65K, 10/23 - 75K, 11/24 - 84K, 10/25 - 94K', 'remarks': '**1354** VOSA STATES 28K, 37K, 45K, 52K, 53K, 56K, 66K, 77K, 86K, 97K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f46611c3-80ef-4632-9fca-daaf8685136c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d95ef36-d2a7-55b0-a3af-72f066280a80 with identifier: 120591357
2026-03-28 13:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d95ef36-d2a7-55b0-a3af-72f066280a80 with scrape type 2
2026-03-28 13:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d95ef36-d2a7-55b0-a3af-72f066280a80 with scrape type 2
2026-03-28 13:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0d95ef36-d2a7-55b0-a3af-72f066280a80, identifier: 120591357
2026-03-28 13:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0d95ef36-d2a7-55b0-a3af-72f066280a80 with identifier: 120591357
2026-03-28 13:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0d95ef36-d2a7-55b0-a3af-72f066280a80 with identifier: 120591357
2026-03-28 13:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0d95ef36-d2a7-55b0-a3af-72f066280a80 with identifier: 120591357 to the API
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120591357?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '0d95ef36-d2a7-55b0-a3af-72f066280a80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PF63XET',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120591357',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 99006,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-31',
'seller_name': 'Vantage Motor Group',
'title': 'NISSAN NOTE HATCHBACK 1.2 Acenta 5dr',
'transmission': 'manual',
'trim': '1.2 Acenta 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120591357%27 HTTP/1.1" 200 None
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Saving data for 120591357: {'auction_closing_time': 1774958400.0, 'created_time': 1774292589.514162, 'last_price_update_time': 1774702870.879324}
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120591357') HTTP/1.1" 204 0
2026-03-28 13:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120753500
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753500%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120753500: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120656433
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656433%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120656433: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120828556
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828556%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120828556: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120518926
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120518926%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120518926: 2
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120741797
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120741797%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120741797: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120804304
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120804304%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120804304: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120826203
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826203%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120826203: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120772791
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120772791%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120772791: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120773822
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120773822%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120773822: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120827590
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827590%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120827590: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120736863
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120736863%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120736863: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120828777
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828777%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120828777: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120556717
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120556717%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120556717: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120473240
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473240%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120473240: 2
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120476149
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476149%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120476149: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120555132
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120555132%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120555132: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 119967315
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119967315%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 119967315: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120405343
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120405343%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120405343: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120639812
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639812%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120639812: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120059610
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120059610%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120059610: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 119334400
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119334400%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 119334400: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120059826
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120059826%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120059826: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120127097
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120127097%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120127097: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120439289
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120439289%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120439289: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 119504828
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119504828%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 119504828: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120344753
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120344753%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120344753: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120254109
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120254109%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120254109: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120279011
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120279011%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120279011: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120410050
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120410050%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120410050: 2
2026-03-28 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120440606?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120262660
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120262660%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120262660: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120473180
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473180%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120473180: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120283061
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120283061%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120283061: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120060554
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120060554%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120060554: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120442728
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442728%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120442728: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 119833119
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119833119%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 119833119: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 118758309
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118758309%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 118758309: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120463366
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120463366%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120463366: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120683497
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683497%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120683497: 2
2026-03-28 13:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120828087
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828087%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120828087: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120228997
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120228997%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120228997: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120293665
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120293665%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120293665: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120417153
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417153%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120417153: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 118463621
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118463621%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 118463621: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120176617
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120176617%27 HTTP/1.1" 200 None
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Scrape type for 120176617: 0
2026-03-28 13:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120368795
2026-03-28 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368795%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120368795: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120828068
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828068%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120828068: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119850906
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119850906%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119850906: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 118319892
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118319892%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 118319892: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119373461
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119373461%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119373461: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119639426
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119639426%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119639426: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119641868
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641868%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119641868: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120472824
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120472824%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120472824: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120368534
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368534%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120368534: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119504345
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119504345%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119504345: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120546114
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120546114%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120546114: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 117831410
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831410%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 117831410: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 117831433
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831433%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 117831433: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120278187
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120278187%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120278187: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119453456
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119453456%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119453456: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120064144
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120064144%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120064144: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120538762
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120538762%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120538762: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120484142
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484142%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120484142: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120853352
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120853352%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120853352: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119857926
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119857926%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119857926: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120450571
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120450571%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120450571: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120519906
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120519906%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120519906: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119498921
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119498921%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119498921: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120478572
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120478572%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120478572: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 114098261
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114098261%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 114098261: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119879468
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119879468%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119879468: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 118569476
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118569476%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 118569476: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119937938
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119937938%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119937938: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120151632
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120151632%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120151632: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120546496
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120546496%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120546496: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120147059
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120147059%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120147059: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 118530698
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118530698%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 118530698: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120253692
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120253692%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120253692: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 116643554
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116643554%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 116643554: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119031069
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119031069%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119031069: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 118950379
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118950379%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 118950379: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 119205512
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119205512%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 119205512: 0
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120743887
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120743887%27 HTTP/1.1" 200 None
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Scrape type for 120743887: 2
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120440606, 'registration': 'LR68BKD', 'account': 'ALL018', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 2 5dr', 'mileage': 31479, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1026, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-03', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR68BKD/2026-03-19/image/6637fd5b-ccf3-458f-a83c-53d164952440_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/8b614401-c1af-4e26-8705-3c070557f405_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/4176974d-d7d9-48da-8510-3eec91c0a969_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/bdb9cbcd-ac01-4f00-8c0e-039d1a21a4d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/f531d8b0-b191-4851-ac8c-2364196c7a4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/a62d5b27-2dfa-42b9-bea0-1b8cf7e592ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/d5bd8902-367f-4370-ab30-250ed6234927_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/a046305e-4dde-44c7-b62e-a171014de0ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/4d05f5c6-88c2-47f3-8e8f-cb9bd0d094a7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 08/19 5K - 08/20 9K - 09/21 11K - 07/22 18K -', 'remarks': 'VOSA STATES 18K- 21K- 25K- 29K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d86a89c-4b39-476a-aea0-3a6fcdc6f940.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120440606, 'registration': 'LR68BKD', 'account': 'ALL018', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 2 5dr', 'mileage': 31479, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1026, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-03', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR68BKD/2026-03-19/image/6637fd5b-ccf3-458f-a83c-53d164952440_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/8b614401-c1af-4e26-8705-3c070557f405_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/4176974d-d7d9-48da-8510-3eec91c0a969_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/bdb9cbcd-ac01-4f00-8c0e-039d1a21a4d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/f531d8b0-b191-4851-ac8c-2364196c7a4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/a62d5b27-2dfa-42b9-bea0-1b8cf7e592ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/d5bd8902-367f-4370-ab30-250ed6234927_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/a046305e-4dde-44c7-b62e-a171014de0ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/4d05f5c6-88c2-47f3-8e8f-cb9bd0d094a7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 08/19 5K - 08/20 9K - 09/21 11K - 07/22 18K -', 'remarks': 'VOSA STATES 18K- 21K- 25K- 29K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d86a89c-4b39-476a-aea0-3a6fcdc6f940.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3932252a-300c-5b79-89c4-8d1e432e4d09 with identifier: 120440606
2026-03-28 13:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3932252a-300c-5b79-89c4-8d1e432e4d09 with scrape type 2
2026-03-28 13:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3932252a-300c-5b79-89c4-8d1e432e4d09 with scrape type 2
2026-03-28 13:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3932252a-300c-5b79-89c4-8d1e432e4d09, identifier: 120440606
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120264238
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264238%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120264238: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120226993
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120226993%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120226993: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120529189
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120529189%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120529189: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120326223
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120326223%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120326223: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120409628
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120409628%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120409628: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 118435955
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118435955%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 118435955: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 117831399
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831399%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 117831399: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120404379
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120404379%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120404379: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120278101
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120278101%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120278101: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120407347
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120407347%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120407347: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120299755
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120299755%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120299755: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120372054
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120372054%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120372054: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120392758
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120392758%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120392758: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120404739
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120404739%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120404739: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120244319
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120244319%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120244319: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120411669
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411669%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120411669: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120553389
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553389%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120553389: 2
2026-03-28 13:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3932252a-300c-5b79-89c4-8d1e432e4d09 with identifier: 120440606
2026-03-28 13:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3932252a-300c-5b79-89c4-8d1e432e4d09 with identifier: 120440606
2026-03-28 13:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3932252a-300c-5b79-89c4-8d1e432e4d09 with identifier: 120440606 to the API
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120440606?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '3932252a-300c-5b79-89c4-8d1e432e4d09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR68BKD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120440606',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 31479,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-03',
'seller_name': 'SMC GROUP',
'title': 'KIA PICANTO HATCHBACK 1.0 2 5dr',
'transmission': 'manual',
'trim': '1.0 2 5dr',
'vin': None,
'year': 2018}
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120440606%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Saving data for 120440606: {'auction_closing_time': 1774861200.0, 'created_time': 1773860525.429946, 'last_price_update_time': 1774702873.741877}
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120440606') HTTP/1.1" 204 0
2026-03-28 13:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120584241?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 119371222
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119371222%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 119371222: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120415057
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415057%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120415057: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 118987563
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118987563%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 118987563: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120442920
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442920%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 120442920: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 119676270
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119676270%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 119676270: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 119755396
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119755396%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 119755396: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 119433684
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119433684%27 HTTP/1.1" 200 None
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Scrape type for 119433684: 0
2026-03-28 13:01:13 [astonbarclay.gb] INFO: Found listing with ID: 119782336
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119782336%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119782336: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120828077
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120828077%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 120828077: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120194698
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120194698%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 120194698: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119797897
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119797897%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119797897: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 117366134
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27117366134%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 117366134: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119453437
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119453437%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119453437: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 117864929
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27117864929%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 117864929: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120285956
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120285956%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 120285956: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119392712
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119392712%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119392712: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119056921
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119056921%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119056921: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119348144
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119348144%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119348144: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119388788
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119388788%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119388788: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119427785
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119427785%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119427785: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 118537231
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27118537231%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 118537231: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119669852
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119669852%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119669852: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119629584
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119629584%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119629584: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120238552
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120238552%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 120238552: 2
2026-03-28 13:01:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119203393
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119203393%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119203393: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119393289
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119393289%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119393289: 2
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119586454
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119586454%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119586454: 0
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119621371
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119621371%27 HTTP/1.1" 200 None
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Scrape type for 119621371: 2
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120584241, 'registration': 'EO17OBR', 'account': 'VAN044', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 95524, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-03-16', 'fuel': 'Petrol', 'motExpiry': '2027-03-15', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO17OBR/2026-03-20/image/627eab12-a9d0-448c-8c8f-c48bcb1f1787_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/753d89d7-c959-49e3-a0d1-640d1e1e2e4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/ef58eaf5-8e23-4a3c-b950-85a65e1d409d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/7a25905b-c80c-42aa-97ad-715b0f354b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/acf29506-1619-474f-8702-b125ab770329_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/5c751d94-509e-4505-9274-5a887eb01e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/dd58d61f-c240-483c-8755-995e8bbadc2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/6f088aa3-5f56-4755-9a8c-fb80e289afab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/aad7c1fe-bcb5-46a7-a53d-5e13e12c9a15_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/18 - 10K, 02/19 - 20K, 12/19 - 32K, 12/20 - 42K, 12/21 - 50K, 12/22 - 61K, 12/23 - 71K, 11/24 - 82K, 01/26 - 93K,', 'remarks': '**1356** VOSA STATES 35K, 43K, 52K, 63K, 73K, 84K, 94K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6318fded-d081-4d68-8952-4b8157ffb39c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120584241, 'registration': 'EO17OBR', 'account': 'VAN044', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 95524, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-03-16', 'fuel': 'Petrol', 'motExpiry': '2027-03-15', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO17OBR/2026-03-20/image/627eab12-a9d0-448c-8c8f-c48bcb1f1787_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/753d89d7-c959-49e3-a0d1-640d1e1e2e4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/ef58eaf5-8e23-4a3c-b950-85a65e1d409d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/7a25905b-c80c-42aa-97ad-715b0f354b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/acf29506-1619-474f-8702-b125ab770329_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/5c751d94-509e-4505-9274-5a887eb01e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/dd58d61f-c240-483c-8755-995e8bbadc2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/6f088aa3-5f56-4755-9a8c-fb80e289afab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/aad7c1fe-bcb5-46a7-a53d-5e13e12c9a15_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/18 - 10K, 02/19 - 20K, 12/19 - 32K, 12/20 - 42K, 12/21 - 50K, 12/22 - 61K, 12/23 - 71K, 11/24 - 82K, 01/26 - 93K,', 'remarks': '**1356** VOSA STATES 35K, 43K, 52K, 63K, 73K, 84K, 94K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6318fded-d081-4d68-8952-4b8157ffb39c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2e19281-0df2-52b6-b8ec-591f87b36d56 with identifier: 120584241
2026-03-28 13:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2e19281-0df2-52b6-b8ec-591f87b36d56 with scrape type 2
2026-03-28 13:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2e19281-0df2-52b6-b8ec-591f87b36d56 with scrape type 2
2026-03-28 13:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d2e19281-0df2-52b6-b8ec-591f87b36d56, identifier: 120584241
2026-03-28 13:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d2e19281-0df2-52b6-b8ec-591f87b36d56 with identifier: 120584241
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY HTTP/1.1" 200 None
2026-03-28 13:01:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d2e19281-0df2-52b6-b8ec-591f87b36d56 with identifier: 120584241
2026-03-28 13:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d2e19281-0df2-52b6-b8ec-591f87b36d56 with identifier: 120584241 to the API
2026-03-28 13:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120584241?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd2e19281-0df2-52b6-b8ec-591f87b36d56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO17OBR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120584241',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 95524,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-16',
'seller_name': 'Vantage Motor Group',
'title': 'HYUNDAI I10 HATCHBACK 1.2 SE 5dr',
'transmission': 'manual',
'trim': '1.2 SE 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120584241%27 HTTP/1.1" 200 None
2026-03-28 13:01:16 [astonbarclay.gb] INFO: Saving data for 120584241: {'auction_closing_time': 1774958400.0, 'created_time': 1773947367.353029, 'last_price_update_time': 1774702876.986032}
2026-03-28 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120584241') HTTP/1.1" 204 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120043895
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120043895%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120043895: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120443709
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443709%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120443709: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120222920
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120222920%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120222920: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119471463
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119471463%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119471463: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119180124
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119180124%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119180124: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120114758
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120114758%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120114758: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119644304
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119644304%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119644304: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 113467296
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27113467296%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 113467296: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119066158
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119066158%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119066158: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119992447
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119992447%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119992447: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119908197
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119908197%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119908197: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119794583
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119794583%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119794583: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 118913248
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118913248%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 118913248: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 118212820
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118212820%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 118212820: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119798482
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119798482%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119798482: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120831977
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120831977%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120831977: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120657009
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657009%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120657009: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120098736
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120098736%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120098736: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119971140
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119971140%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119971140: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 117402269
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117402269%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 117402269: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120264057
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264057%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120264057: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120277955
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120277955%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120277955: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 119270827
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119270827%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 119270827: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 118344012
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118344012%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 118344012: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120859754
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120859754%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120859754: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120844750
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120844750%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120844750: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120730333
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120730333%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120730333: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120680251
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680251%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120680251: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120860142
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120860142%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120860142: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120868022
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120868022%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120868022: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120859542
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120859542%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120859542: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120819000
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120819000%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120819000: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120680236
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680236%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120680236: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120841318
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120841318%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120841318: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120818990
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120818990%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120818990: 2
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120827641
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827641%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120827641: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120865035
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120865035%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120865035: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120696832
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696832%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120696832: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120827623
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827623%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120827623: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120696888
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696888%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120696888: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120696860
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696860%27 HTTP/1.1" 200 None
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Scrape type for 120696860: 0
2026-03-28 13:01:17 [astonbarclay.gb] INFO: Found listing with ID: 120696822
2026-03-28 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696822%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120696822: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120827614
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827614%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120827614: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120002874
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120002874%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120002874: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120827632
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827632%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120827632: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120696851
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696851%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120696851: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120056601
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056601%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120056601: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120696872
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696872%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120696872: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120827653
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120827653%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120827653: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120696900
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696900%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120696900: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120589602
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589602%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120589602: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120471898
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471898%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120471898: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120521556
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521556%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120521556: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120537089
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120537089%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120537089: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120277667
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120277667%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120277667: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 118872805
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118872805%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 118872805: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 118714230
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118714230%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 118714230: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120022329
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120022329%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120022329: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120521730
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521730%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120521730: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120299965
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120299965%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120299965: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119362345
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119362345%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119362345: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119650779
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119650779%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119650779: 2
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120471162
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471162%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120471162: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120284378
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120284378%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120284378: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120309460
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120309460%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120309460: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120338114
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120338114%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120338114: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120213806
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120213806%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120213806: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120428872
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120428872%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120428872: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120261899
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120261899%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120261899: 2
2026-03-28 13:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120590755?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120413800
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120413800%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120413800: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120507514
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120507514%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120507514: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119877912
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119877912%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119877912: 2
2026-03-28 13:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120277883
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120277883%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120277883: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119244033
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119244033%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119244033: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120206283
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206283%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120206283: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120656054
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656054%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120656054: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119819209
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119819209%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119819209: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120555397
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120555397%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120555397: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 118039211
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118039211%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 118039211: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119343898
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119343898%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119343898: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120422957
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120422957%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120422957: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119286395
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119286395%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119286395: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 118276839
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118276839%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 118276839: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119670217
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119670217%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119670217: 2
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119942033
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119942033%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119942033: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 119783370
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119783370%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 119783370: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 118345369
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118345369%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 118345369: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120563695
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120563695%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120563695: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120061633
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120061633%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120061633: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 117742671
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117742671%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 117742671: 0
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120201122
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120201122%27 HTTP/1.1" 200 None
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Scrape type for 120201122: 2
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120590755, 'registration': 'PJ20DHN', 'account': 'VAN061', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 50677, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/73b7ee93-27d7-476d-a142-1dde63c5c868_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/7879ad58-f1a2-404b-bf3b-d5a935c1ad05_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/a1e0474e-5b39-4e64-827b-60640a0d649a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/5518122c-a23b-4266-8a5f-3d2581fa0f99_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/d7733e6c-2474-440f-ba06-cb3365c86975_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/2ecbc7a1-723c-4b1f-afc1-e50bc47ddf69_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/379be8fa-a1ea-4188-bdb6-5bcfc202920e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/b098ffe7-5be7-43f6-a87d-084818f1ab06_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/adc85447-c507-4cb5-87bb-dd0f2d28975e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22 - 16K, 07/24 - 36K,', 'remarks': '**1305** VOSA STATES 28K, 36K, 46K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/253bb894-320e-4abc-8bc7-a6a478d95093.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120590755, 'registration': 'PJ20DHN', 'account': 'VAN061', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 50677, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/73b7ee93-27d7-476d-a142-1dde63c5c868_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/7879ad58-f1a2-404b-bf3b-d5a935c1ad05_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/a1e0474e-5b39-4e64-827b-60640a0d649a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/5518122c-a23b-4266-8a5f-3d2581fa0f99_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/d7733e6c-2474-440f-ba06-cb3365c86975_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/2ecbc7a1-723c-4b1f-afc1-e50bc47ddf69_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/379be8fa-a1ea-4188-bdb6-5bcfc202920e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/b098ffe7-5be7-43f6-a87d-084818f1ab06_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/adc85447-c507-4cb5-87bb-dd0f2d28975e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22 - 16K, 07/24 - 36K,', 'remarks': '**1305** VOSA STATES 28K, 36K, 46K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/253bb894-320e-4abc-8bc7-a6a478d95093.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ba08445-b37a-50b3-b991-3679582f2aec with identifier: 120590755
2026-03-28 13:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ba08445-b37a-50b3-b991-3679582f2aec with scrape type 2
2026-03-28 13:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ba08445-b37a-50b3-b991-3679582f2aec with scrape type 2
2026-03-28 13:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ba08445-b37a-50b3-b991-3679582f2aec, identifier: 120590755
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120365696
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120365696%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120365696: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 119075795
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119075795%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 119075795: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 118721473
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118721473%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 118721473: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 118942407
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118942407%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 118942407: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 117599766
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117599766%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 117599766: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 119317331
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119317331%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 119317331: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120223015
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120223015%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120223015: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 118489215
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118489215%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 118489215: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120817359
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120817359%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120817359: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 119619964
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119619964%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 119619964: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120687773
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687773%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120687773: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120201490
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120201490%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120201490: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120616450
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616450%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120616450: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120618676
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120618676%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120618676: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120688360
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688360%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120688360: 2
2026-03-28 13:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ba08445-b37a-50b3-b991-3679582f2aec with identifier: 120590755
2026-03-28 13:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ba08445-b37a-50b3-b991-3679582f2aec with identifier: 120590755
2026-03-28 13:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ba08445-b37a-50b3-b991-3679582f2aec with identifier: 120590755 to the API
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120590755?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '8ba08445-b37a-50b3-b991-3679582f2aec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PJ20DHN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120590755',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'PUMA HATCHBACK',
'odometer': 50677,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-29',
'seller_name': 'Vantage Motor Group',
'title': 'FORD PUMA HATCHBACK 1.0 EcoBoost ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost ST-Line 5dr',
'vin': None,
'year': 2020}
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120590755%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Saving data for 120590755: {'auction_closing_time': 1774958400.0, 'created_time': 1774292600.06043, 'last_price_update_time': 1774702879.784908}
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120590755') HTTP/1.1" 204 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120425496
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120425496%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120425496: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120123859
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120123859%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120123859: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120507290
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120507290%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120507290: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120793011
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120793011%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120793011: 2
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120741332
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120741332%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120741332: 2
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 120664681
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120664681%27 HTTP/1.1" 200 None
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Scrape type for 120664681: 0
2026-03-28 13:01:19 [astonbarclay.gb] INFO: Found listing with ID: 119819250
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119819250%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 119819250: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120080820
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120080820%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120080820: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120315260
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120315260%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120315260: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120774856
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120774856%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120774856: 2
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120451637
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120451637%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120451637: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120123734
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120123734%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120123734: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 119707891
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119707891%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 119707891: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 119118258
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119118258%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 119118258: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 118796475
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27118796475%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 118796475: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120826668
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120826668%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120826668: 2
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120479231
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120479231%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120479231: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120056709
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120056709%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120056709: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120691672
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691672%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120691672: 2
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120615564
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120615564%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120615564: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 118978647
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27118978647%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 118978647: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120214140
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120214140%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120214140: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120099968
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120099968%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120099968: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120599506
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120599506%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120599506: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120524700
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120524700%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120524700: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120063849
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120063849%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120063849: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120594672
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120594672%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120594672: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 119766991
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119766991%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 119766991: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120663571
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120663571%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120663571: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120172268
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120172268%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120172268: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120265015
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120265015%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120265015: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120796110
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120796110%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120796110: 2
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120050021
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120050021%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120050021: 2
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120733470
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120733470%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120733470: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120593663
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120593663%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120593663: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120064021
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120064021%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120064021: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120196056
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120196056%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120196056: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120596146
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120596146%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120596146: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120128301
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120128301%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120128301: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120546136
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120546136%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120546136: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120247809
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120247809%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120247809: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120098083
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120098083%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120098083: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 117178950
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27117178950%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 117178950: 1
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120622286
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120622286%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120622286: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120060692
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120060692%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120060692: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120326071
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120326071%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120326071: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 119348978
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119348978%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 119348978: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 115321850
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27115321850%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 115321850: 0
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Found listing with ID: 120740786
2026-03-28 13:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120740786%27 HTTP/1.1" 200 None
2026-03-28 13:01:20 [astonbarclay.gb] INFO: Scrape type for 120740786: 2
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 116423054
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116423054%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 116423054: 1
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120028605
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120028605%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120028605: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120731493
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120731493%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120731493: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120635589
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120635589%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120635589: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120415240
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415240%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120415240: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120624729
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120624729%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120624729: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120631938
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631938%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120631938: 2
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120623051
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120623051%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120623051: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120695948
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695948%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120695948: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120627274
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627274%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120627274: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120618602
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120618602%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120618602: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120828387
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828387%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120828387: 2
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120835857
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120835857%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120835857: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120808490
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120808490%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120808490: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120538387
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120538387%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120538387: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120401505
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401505%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120401505: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120849253
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120849253%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120849253: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120848451
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120848451%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120848451: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120616192
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616192%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120616192: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 119798796
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119798796%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 119798796: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120847311
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120847311%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120847311: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120862317
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862317%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120862317: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 119466330
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119466330%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 119466330: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120862821
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120862821%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120862821: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120845515
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120845515%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120845515: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120613947
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120613947%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120613947: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120677113
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120677113%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120677113: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 116946906
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116946906%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 116946906: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120845773
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120845773%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120845773: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120866801
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120866801%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120866801: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120858057
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120858057%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120858057: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120697033
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120697033%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120697033: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120856713
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120856713%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120856713: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120859907
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120859907%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120859907: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120859548
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120859548%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120859548: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120800462
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120800462%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120800462: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120865694
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120865694%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120865694: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120763418
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120763418%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120763418: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120849000
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120849000%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120849000: 0
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Found listing with ID: 120417051
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417051%27 HTTP/1.1" 200 None
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Scrape type for 120417051: 0
2026-03-28 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120685886?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120685886, 'registration': 'GV10CVS', 'account': 'VAN041', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.4 VTi 16V VTR+ 5dr', 'mileage': 62003, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-25', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV10CVS/2026-03-25/image/00aa65ea-f2b7-416f-aee9-52e00b75564e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/057cbb96-3776-46aa-a184-1804902b6a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/ff620860-f4da-44fd-a345-0092866a224e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/41ed9393-654b-484f-95c2-b8226107d58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/9f2914ef-e681-46fd-81fd-8583136b5746_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/0c2845ea-7b09-45bf-a249-7da48b02c8a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/a3f918e7-4bf5-4650-a7d4-7fd81d354358_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/1e15057e-6a3f-40d6-86f3-07c5f8037352_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 11/21 - NO MILEAGE, 06/22 - 36K, 11/26 - 60K,', 'remarks': '**1253** VOSA STATES 6K, 9K, 13K, 16K, 19K, 22K, 24K, 26K, 29K, 36K, 43K, 48K, 55K, 60K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94c8f49a-6fdd-4748-9086-208b146b73c3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120685886, 'registration': 'GV10CVS', 'account': 'VAN041', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.4 VTi 16V VTR+ 5dr', 'mileage': 62003, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-25', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV10CVS/2026-03-25/image/00aa65ea-f2b7-416f-aee9-52e00b75564e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/057cbb96-3776-46aa-a184-1804902b6a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/ff620860-f4da-44fd-a345-0092866a224e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/41ed9393-654b-484f-95c2-b8226107d58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/9f2914ef-e681-46fd-81fd-8583136b5746_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/0c2845ea-7b09-45bf-a249-7da48b02c8a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/a3f918e7-4bf5-4650-a7d4-7fd81d354358_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/1e15057e-6a3f-40d6-86f3-07c5f8037352_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 11/21 - NO MILEAGE, 06/22 - 36K, 11/26 - 60K,', 'remarks': '**1253** VOSA STATES 6K, 9K, 13K, 16K, 19K, 22K, 24K, 26K, 29K, 36K, 43K, 48K, 55K, 60K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94c8f49a-6fdd-4748-9086-208b146b73c3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with identifier: 120685886
2026-03-28 13:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with scrape type 2
2026-03-28 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with scrape type 2
2026-03-28 13:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09, identifier: 120685886
2026-03-28 13:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with identifier: 120685886
2026-03-28 13:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with identifier: 120685886
2026-03-28 13:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with identifier: 120685886 to the API
2026-03-28 13:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120685886?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV10CVS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120685886',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C3 HATCHBACK',
'odometer': 62003,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-25',
'seller_name': 'Vantage Motor Group',
'title': 'CITROEN C3 HATCHBACK 1.4 VTi 16V VTR+ 5dr',
'transmission': 'manual',
'trim': '1.4 VTi 16V VTR+ 5dr',
'vin': None,
'year': 2010}
2026-03-28 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685886%27 HTTP/1.1" 200 None
2026-03-28 13:01:22 [astonbarclay.gb] INFO: Saving data for 120685886: {'auction_closing_time': 1774958400.0, 'created_time': 1774379138.380298, 'last_price_update_time': 1774702882.314207}
2026-03-28 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120685886') HTTP/1.1" 204 0
2026-03-28 13:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120748919?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117988283?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:01:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120748919, 'registration': 'VE12XRP', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'C30 SPORTS COUPE', 'derivative': '2.0 R DESIGN 3dr', 'mileage': 103580, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-29', 'doors': 3, 'engineSize': 1999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/VE12XRP/2026-03-25/image/c373fb63-19d9-4373-8cc8-1f69b31040b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/c8039e76-ca1f-4740-84eb-c49c007cc2cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/e2860e8f-064a-4887-ba18-f9154567848d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/a5585eb4-258e-4380-bbf3-716dc49e2224_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/60a1e5ff-108d-4bb0-bba3-dc102ec86a56_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/ef6d1ee7-1049-485f-9cb5-de4bc8612460_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/a67752e6-c112-442d-99ad-5c1f127cf669_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/d8bbfff1-2f3d-490b-bebb-638ea8f6ab85_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/bb0ed653-9fd0-45bd-9091-1ebc5e81bc3d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/12 - 3K, 05/13 - 8K, 05/14 - 18K, 06/15 - 28K, 06/16 - 39K, 06/17 - 46K, 06/18 - 55K, 06/19 - 60K, 06/20 - 65K, 06/21 - 69K, 06/22 - 74K, 06/23 - 79K, 06/24 - 87K, 06/25 - 96K', 'remarks': '**748** VOSA STATES 28K, 39K, 46K, 55K, 60K, 65K, 69K, 74K, 79K, 87K, 96K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/77ce4ead-5f00-4463-94c1-6a4dec27fb1b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120748919, 'registration': 'VE12XRP', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'C30 SPORTS COUPE', 'derivative': '2.0 R DESIGN 3dr', 'mileage': 103580, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-29', 'doors': 3, 'engineSize': 1999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/VE12XRP/2026-03-25/image/c373fb63-19d9-4373-8cc8-1f69b31040b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/c8039e76-ca1f-4740-84eb-c49c007cc2cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/e2860e8f-064a-4887-ba18-f9154567848d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/a5585eb4-258e-4380-bbf3-716dc49e2224_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/60a1e5ff-108d-4bb0-bba3-dc102ec86a56_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/ef6d1ee7-1049-485f-9cb5-de4bc8612460_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/a67752e6-c112-442d-99ad-5c1f127cf669_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/d8bbfff1-2f3d-490b-bebb-638ea8f6ab85_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/bb0ed653-9fd0-45bd-9091-1ebc5e81bc3d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/12 - 3K, 05/13 - 8K, 05/14 - 18K, 06/15 - 28K, 06/16 - 39K, 06/17 - 46K, 06/18 - 55K, 06/19 - 60K, 06/20 - 65K, 06/21 - 69K, 06/22 - 74K, 06/23 - 79K, 06/24 - 87K, 06/25 - 96K', 'remarks': '**748** VOSA STATES 28K, 39K, 46K, 55K, 60K, 65K, 69K, 74K, 79K, 87K, 96K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/77ce4ead-5f00-4463-94c1-6a4dec27fb1b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1effd74-fab6-5de4-9801-6cab6b5419a4 with identifier: 120748919
2026-03-28 13:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1effd74-fab6-5de4-9801-6cab6b5419a4 with scrape type 2
2026-03-28 13:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1effd74-fab6-5de4-9801-6cab6b5419a4 with scrape type 2
2026-03-28 13:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1effd74-fab6-5de4-9801-6cab6b5419a4, identifier: 120748919
2026-03-28 13:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1effd74-fab6-5de4-9801-6cab6b5419a4 with identifier: 120748919
2026-03-28 13:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1effd74-fab6-5de4-9801-6cab6b5419a4 with identifier: 120748919
2026-03-28 13:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1effd74-fab6-5de4-9801-6cab6b5419a4 with identifier: 120748919 to the API
2026-03-28 13:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120748919?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 177,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'c1effd74-fab6-5de4-9801-6cab6b5419a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VE12XRP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120748919',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'C30 SPORTS COUPE',
'odometer': 103580,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-29',
'seller_name': 'UKCGR - Trade',
'title': 'VOLVO C30 SPORTS COUPE 2.0 R DESIGN 3dr',
'transmission': 'manual',
'trim': '2.0 R DESIGN 3dr',
'vin': None,
'year': 2012}
2026-03-28 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748919%27 HTTP/1.1" 200 None
2026-03-28 13:01:23 [astonbarclay.gb] INFO: Saving data for 120748919: {'auction_closing_time': 1774958400.0, 'created_time': 1774379511.533752, 'last_price_update_time': 1774702883.753799}
2026-03-28 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120748919') HTTP/1.1" 204 0
2026-03-28 13:01:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117988283, 'registration': 'LR18JVF', 'account': 'WIL004', 'make': 'JEEP', 'model': 'COMPASS SW DIESEL', 'derivative': '2.0 Multijet 170 Limited 5dr Auto', 'mileage': 66153, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 114}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-03-16', 'fuel': 'Diesel', 'motExpiry': '2026-06-01', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/LR18JVF/2026-02-23/image/9fdc79bf-81f0-4df0-b1c4-6de8ea053498_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/571465aa-d868-492a-a85a-f907dc8eed35_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/c06405e7-8b35-4377-983b-79cbb3a53570_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/3a718095-e005-46b4-a2db-3e976eb84ee9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/5ba654fa-551a-49da-844b-db6f910d50e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/6813f199-8e02-45d8-b345-b3ebd733335b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/70e407fe-bbfc-4568-9547-faa8b402092d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/de94c136-392a-4955-b03d-a60f5ffb7651_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/58deef3c-60fd-4369-8bba-c52db7dbf572_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/7ba3da70-0daa-4fa6-b4b3-57d328c6ff87_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/ddd86d46-dc83-41d9-ba1b-4217524d6a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/911df383-11f4-43a8-abc1-b3676891f8f1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book SB 02/19 10K 12/19 18K 03/20 21K 02/21 27K 02/22 36K 01/24 53K / INV 06/25 101KM', 'remarks': 'SKEY / VOSA AND INV IN KM AND MILES', 'virtual': False, 'seller': 'Wilsons', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6c205b93-f32e-465f-bea6-6d50034b7e8d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117988283, 'registration': 'LR18JVF', 'account': 'WIL004', 'make': 'JEEP', 'model': 'COMPASS SW DIESEL', 'derivative': '2.0 Multijet 170 Limited 5dr Auto', 'mileage': 66153, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 114}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-03-16', 'fuel': 'Diesel', 'motExpiry': '2026-06-01', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/LR18JVF/2026-02-23/image/9fdc79bf-81f0-4df0-b1c4-6de8ea053498_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/571465aa-d868-492a-a85a-f907dc8eed35_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/c06405e7-8b35-4377-983b-79cbb3a53570_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/3a718095-e005-46b4-a2db-3e976eb84ee9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/5ba654fa-551a-49da-844b-db6f910d50e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/6813f199-8e02-45d8-b345-b3ebd733335b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/70e407fe-bbfc-4568-9547-faa8b402092d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/de94c136-392a-4955-b03d-a60f5ffb7651_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/58deef3c-60fd-4369-8bba-c52db7dbf572_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/7ba3da70-0daa-4fa6-b4b3-57d328c6ff87_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/ddd86d46-dc83-41d9-ba1b-4217524d6a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR18JVF/2026-02-23/image/911df383-11f4-43a8-abc1-b3676891f8f1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book SB 02/19 10K 12/19 18K 03/20 21K 02/21 27K 02/22 36K 01/24 53K / INV 06/25 101KM', 'remarks': 'SKEY / VOSA AND INV IN KM AND MILES', 'virtual': False, 'seller': 'Wilsons', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6c205b93-f32e-465f-bea6-6d50034b7e8d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86fcb225-830e-5ded-b317-aeb580a43f60 with identifier: 117988283
2026-03-28 13:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86fcb225-830e-5ded-b317-aeb580a43f60 with scrape type 2
2026-03-28 13:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86fcb225-830e-5ded-b317-aeb580a43f60 with scrape type 2
2026-03-28 13:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86fcb225-830e-5ded-b317-aeb580a43f60, identifier: 117988283
2026-03-28 13:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86fcb225-830e-5ded-b317-aeb580a43f60 with identifier: 117988283
2026-03-28 13:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86fcb225-830e-5ded-b317-aeb580a43f60 with identifier: 117988283
2026-03-28 13:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86fcb225-830e-5ded-b317-aeb580a43f60 with identifier: 117988283 to the API
2026-03-28 13:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117988283?view=catalogue>
{'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-04-01T08:45:00Z',
'fuel_type': 'Diesel',
'id': '86fcb225-830e-5ded-b317-aeb580a43f60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR18JVF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117988283',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'JEEP',
'model': 'COMPASS SW DIESEL',
'odometer': 66153,
'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': 'Wilsons',
'title': 'JEEP COMPASS SW DIESEL 2.0 Multijet 170 Limited 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 Multijet 170 Limited 5dr Auto',
'vin': None,
'year': 2018}
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117988283%27 HTTP/1.1" 200 None
2026-03-28 13:01:24 [astonbarclay.gb] INFO: Saving data for 117988283: {'auction_closing_time': 1775033100.0, 'created_time': 1774605759.367373, 'last_price_update_time': 1774702884.209378}
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117988283') HTTP/1.1" 204 0
2026-03-28 13:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120430055?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120430055, 'registration': 'AB61HOR', 'account': 'MOT129', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 96171, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-06', 'fuel': 'Diesel', 'motExpiry': '2025-10-02', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AB61HOR/2026-03-18/image/ccd3299a-417b-498a-bf83-3e94eec04d66_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/872319cb-a021-4aae-9f4f-1a625a07da5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/9e4b8442-fb82-43d9-922f-dddc56aa2256_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/25958b24-2af7-4d77-a3d6-37bf2aa6afa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/b1668acd-a877-4f36-b18b-12c815b14edf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/3553a3d2-4fa6-4481-960c-b01bb03ad1fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/0c88dab3-dcb4-4423-be38-bfc0c268afc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/891e8d89-43a9-4605-a9ac-959eaf18d165_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/69ae63c3-856d-45c7-ab96-3278e1b62c30_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1760** VOSA STATES 20K, 28K, 44K, 56K, 69K, 78K, 89K, SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3190d262-9b8f-4300-a82f-db050f329767.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120430055, 'registration': 'AB61HOR', 'account': 'MOT129', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 96171, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-06', 'fuel': 'Diesel', 'motExpiry': '2025-10-02', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AB61HOR/2026-03-18/image/ccd3299a-417b-498a-bf83-3e94eec04d66_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/872319cb-a021-4aae-9f4f-1a625a07da5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/9e4b8442-fb82-43d9-922f-dddc56aa2256_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/25958b24-2af7-4d77-a3d6-37bf2aa6afa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/b1668acd-a877-4f36-b18b-12c815b14edf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/3553a3d2-4fa6-4481-960c-b01bb03ad1fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/0c88dab3-dcb4-4423-be38-bfc0c268afc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/891e8d89-43a9-4605-a9ac-959eaf18d165_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/69ae63c3-856d-45c7-ab96-3278e1b62c30_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1760** VOSA STATES 20K, 28K, 44K, 56K, 69K, 78K, 89K, SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3190d262-9b8f-4300-a82f-db050f329767.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac0a84b-4318-5f9b-b9be-f82820610b85 with identifier: 120430055
2026-03-28 13:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac0a84b-4318-5f9b-b9be-f82820610b85 with scrape type 2
2026-03-28 13:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aac0a84b-4318-5f9b-b9be-f82820610b85 with scrape type 2
2026-03-28 13:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aac0a84b-4318-5f9b-b9be-f82820610b85, identifier: 120430055
2026-03-28 13:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aac0a84b-4318-5f9b-b9be-f82820610b85 with identifier: 120430055
2026-03-28 13:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aac0a84b-4318-5f9b-b9be-f82820610b85 with identifier: 120430055
2026-03-28 13:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aac0a84b-4318-5f9b-b9be-f82820610b85 with identifier: 120430055 to the API
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120430055?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'aac0a84b-4318-5f9b-b9be-f82820610b85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AB61HOR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120430055',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'JUKE DIESEL HATCHBACK',
'odometer': 96171,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-06',
'seller_name': 'MotoNovo Finance',
'title': 'NISSAN JUKE DIESEL HATCHBACK 1.5 dCi Tekna 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Tekna 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120430055%27 HTTP/1.1" 200 None
2026-03-28 13:01:24 [astonbarclay.gb] INFO: Saving data for 120430055: {'auction_closing_time': 1774958400.0, 'created_time': 1773666722.867629, 'last_price_update_time': 1774702884.695015}
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120430055') HTTP/1.1" 204 0
2026-03-28 13:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120465157?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120465157, 'registration': 'ET65NUW', 'account': 'VAN041', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 Blue Drive Premium 5dr', 'mileage': 98634, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-27', 'fuel': 'Petrol', 'motExpiry': '2026-11-05', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET65NUW/2026-03-19/image/3120f3a8-e730-46ed-bdb7-5bd74c16765a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/24b3ddae-43f2-4888-ae43-fdab81111a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/f1a2f69e-994a-4f0e-a169-8deb37d3aaca_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/3f5fdfc7-8a1c-4632-ab30-e1945b2f826c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/d9a08ea8-e90c-4e2c-bb7a-9579a4641b29_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/18394d7e-be89-4523-9ed1-51fbc630bd91_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/9ad2b796-e303-42fc-bac3-d96c65929a97_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/2427672a-6ea9-44ce-b654-7a500b64f50c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/48e1d461-ad5d-44ee-bede-578c3ef638c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16 - 10K, 07/17 - 13K, 07/18 - 24K, 06/21 - 31K, 11/22 - 41K, 10/24 - 75K,', 'remarks': '**1221** VOSA STATES 26K, 27K, 28K, 33K, 41K, 41K, 56K, 75K, 91K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ec232fc-ff7d-40cd-9325-82034c3d45e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120465157, 'registration': 'ET65NUW', 'account': 'VAN041', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 Blue Drive Premium 5dr', 'mileage': 98634, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-27', 'fuel': 'Petrol', 'motExpiry': '2026-11-05', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET65NUW/2026-03-19/image/3120f3a8-e730-46ed-bdb7-5bd74c16765a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/24b3ddae-43f2-4888-ae43-fdab81111a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/f1a2f69e-994a-4f0e-a169-8deb37d3aaca_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/3f5fdfc7-8a1c-4632-ab30-e1945b2f826c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/d9a08ea8-e90c-4e2c-bb7a-9579a4641b29_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/18394d7e-be89-4523-9ed1-51fbc630bd91_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/9ad2b796-e303-42fc-bac3-d96c65929a97_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/2427672a-6ea9-44ce-b654-7a500b64f50c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/48e1d461-ad5d-44ee-bede-578c3ef638c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16 - 10K, 07/17 - 13K, 07/18 - 24K, 06/21 - 31K, 11/22 - 41K, 10/24 - 75K,', 'remarks': '**1221** VOSA STATES 26K, 27K, 28K, 33K, 41K, 41K, 56K, 75K, 91K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ec232fc-ff7d-40cd-9325-82034c3d45e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 980a979b-91cc-5564-be11-0ddec96ca4d9 with identifier: 120465157
2026-03-28 13:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 980a979b-91cc-5564-be11-0ddec96ca4d9 with scrape type 2
2026-03-28 13:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 980a979b-91cc-5564-be11-0ddec96ca4d9 with scrape type 2
2026-03-28 13:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 980a979b-91cc-5564-be11-0ddec96ca4d9, identifier: 120465157
2026-03-28 13:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 980a979b-91cc-5564-be11-0ddec96ca4d9 with identifier: 120465157
2026-03-28 13:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 980a979b-91cc-5564-be11-0ddec96ca4d9 with identifier: 120465157
2026-03-28 13:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 980a979b-91cc-5564-be11-0ddec96ca4d9 with identifier: 120465157 to the API
2026-03-28 13:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120465157?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '980a979b-91cc-5564-be11-0ddec96ca4d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ET65NUW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120465157',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 98634,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-27',
'seller_name': 'Vantage Motor Group',
'title': 'HYUNDAI I10 HATCHBACK 1.0 Blue Drive Premium 5dr',
'transmission': 'manual',
'trim': '1.0 Blue Drive Premium 5dr',
'vin': None,
'year': 2016}
2026-03-28 13:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120465157%27 HTTP/1.1" 200 None
2026-03-28 13:01:26 [astonbarclay.gb] INFO: Saving data for 120465157: {'auction_closing_time': 1774958400.0, 'created_time': 1773862705.425234, 'last_price_update_time': 1774702886.688281}
2026-03-28 13:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120465157') HTTP/1.1" 204 0
2026-03-28 13:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120658712?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:01:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120658712, 'registration': 'YT13UHU', 'account': 'VAN041', 'make': 'SKODA', 'model': 'CITIGO HATCHBACK', 'derivative': '1.0 MPI SE 5dr', 'mileage': 83280, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-04-05', 'fuel': 'Petrol', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT13UHU/2026-03-25/image/6e8b391c-6745-4bc6-b53d-df776a977d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/a6485499-fe10-4f62-a347-981de96f9558_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/87365b44-ec95-4b56-bc7b-54dc547aa69a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/ab3c9ed0-bbbe-462e-8c99-bf19446cfc9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/e1ea7d89-d02f-48a2-ac58-5ff189102643_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/9a444a63-ef47-4142-9dfc-1bb8893072af_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/2c099f8d-4afa-4b0b-b321-588526afb822_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/b69275d0-ea99-4043-b88b-896431d05281_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 01/14 - 4K, 01/15 - 11K, 01/16 - 17K, 01/17 - 25K, 01/19 - 42K, 01/20 - 48K, 03/21 - 52K, 03/22 - 56K, 03/23 - 59K, 03/24 - 66K, 03/25 - 74K,', 'remarks': '**1371** VOSA STATES 20K, 27K, 36K, 43K, 49K, 52K, 56K, 59K, 66K, 74K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0d948b19-d277-463b-a68a-575eb7478616.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120658712, 'registration': 'YT13UHU', 'account': 'VAN041', 'make': 'SKODA', 'model': 'CITIGO HATCHBACK', 'derivative': '1.0 MPI SE 5dr', 'mileage': 83280, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-04-05', 'fuel': 'Petrol', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT13UHU/2026-03-25/image/6e8b391c-6745-4bc6-b53d-df776a977d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/a6485499-fe10-4f62-a347-981de96f9558_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/87365b44-ec95-4b56-bc7b-54dc547aa69a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/ab3c9ed0-bbbe-462e-8c99-bf19446cfc9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/e1ea7d89-d02f-48a2-ac58-5ff189102643_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/9a444a63-ef47-4142-9dfc-1bb8893072af_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/2c099f8d-4afa-4b0b-b321-588526afb822_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/b69275d0-ea99-4043-b88b-896431d05281_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 01/14 - 4K, 01/15 - 11K, 01/16 - 17K, 01/17 - 25K, 01/19 - 42K, 01/20 - 48K, 03/21 - 52K, 03/22 - 56K, 03/23 - 59K, 03/24 - 66K, 03/25 - 74K,', 'remarks': '**1371** VOSA STATES 20K, 27K, 36K, 43K, 49K, 52K, 56K, 59K, 66K, 74K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0d948b19-d277-463b-a68a-575eb7478616.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d63e41e0-5b76-52e9-90a5-51e62e1ed53f with identifier: 120658712
2026-03-28 13:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d63e41e0-5b76-52e9-90a5-51e62e1ed53f with scrape type 2
2026-03-28 13:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d63e41e0-5b76-52e9-90a5-51e62e1ed53f with scrape type 2
2026-03-28 13:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d63e41e0-5b76-52e9-90a5-51e62e1ed53f, identifier: 120658712
2026-03-28 13:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d63e41e0-5b76-52e9-90a5-51e62e1ed53f with identifier: 120658712
2026-03-28 13:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d63e41e0-5b76-52e9-90a5-51e62e1ed53f with identifier: 120658712
2026-03-28 13:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d63e41e0-5b76-52e9-90a5-51e62e1ed53f with identifier: 120658712 to the API
2026-03-28 13:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120658712?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd63e41e0-5b76-52e9-90a5-51e62e1ed53f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YT13UHU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120658712',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'CITIGO HATCHBACK',
'odometer': 83280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-05',
'seller_name': 'Vantage Motor Group',
'title': 'SKODA CITIGO HATCHBACK 1.0 MPI SE 5dr',
'transmission': 'manual',
'trim': '1.0 MPI SE 5dr',
'vin': None,
'year': 2013}
2026-03-28 13:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120658712%27 HTTP/1.1" 200 None
2026-03-28 13:01:27 [astonbarclay.gb] INFO: Saving data for 120658712: {'auction_closing_time': 1774958400.0, 'created_time': 1774379126.635331, 'last_price_update_time': 1774702887.801216}
2026-03-28 13:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120658712') HTTP/1.1" 204 0
2026-03-28 13:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120536421?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:01:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120536421, 'registration': 'DY17LYT', 'account': 'MOT075', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 115100, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-23', 'fuel': 'Diesel', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY17LYT/2026-03-18/image/cff0d645-fa12-491f-8600-efbd158352ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/afa1ec06-b849-4ddd-8899-57bc951afdfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/6bff55ce-351d-42d0-8fa4-b61838a4dda2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/479c8973-1439-4c11-bed8-44d74c3a9b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/2848ebc7-9f4e-44ee-b1d3-73bdbaecd8e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/f282b57e-2c77-443c-892e-af2f3320f58e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/fb884840-bb7d-44b5-8ae9-6e3c2da26537_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/d849f35d-be8e-474d-b6b1-f5aac455dd2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/478da3f3-bc32-4136-8dc2-f819a47f34ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/67e9c131-0c6a-4961-a804-affce395d928_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/18 - 12K, 07/18 - 16K, 04/19 - 26K, 03/20 - 39K, 07/21 - 53K, 05/25 - 104K,', 'remarks': 'VOSA STATES 70K, 81K, 96K, 110K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e76e9dbd-7c8c-48ba-9b17-84f0deccd550.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120536421, 'registration': 'DY17LYT', 'account': 'MOT075', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 115100, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-23', 'fuel': 'Diesel', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY17LYT/2026-03-18/image/cff0d645-fa12-491f-8600-efbd158352ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/afa1ec06-b849-4ddd-8899-57bc951afdfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/6bff55ce-351d-42d0-8fa4-b61838a4dda2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/479c8973-1439-4c11-bed8-44d74c3a9b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/2848ebc7-9f4e-44ee-b1d3-73bdbaecd8e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/f282b57e-2c77-443c-892e-af2f3320f58e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/fb884840-bb7d-44b5-8ae9-6e3c2da26537_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/d849f35d-be8e-474d-b6b1-f5aac455dd2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/478da3f3-bc32-4136-8dc2-f819a47f34ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/67e9c131-0c6a-4961-a804-affce395d928_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/18 - 12K, 07/18 - 16K, 04/19 - 26K, 03/20 - 39K, 07/21 - 53K, 05/25 - 104K,', 'remarks': 'VOSA STATES 70K, 81K, 96K, 110K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e76e9dbd-7c8c-48ba-9b17-84f0deccd550.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11caf4a2-05bc-5385-bf41-3c6a97abde72 with identifier: 120536421
2026-03-28 13:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11caf4a2-05bc-5385-bf41-3c6a97abde72 with scrape type 2
2026-03-28 13:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11caf4a2-05bc-5385-bf41-3c6a97abde72 with scrape type 2
2026-03-28 13:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 11caf4a2-05bc-5385-bf41-3c6a97abde72, identifier: 120536421
2026-03-28 13:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 11caf4a2-05bc-5385-bf41-3c6a97abde72 with identifier: 120536421
2026-03-28 13:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 11caf4a2-05bc-5385-bf41-3c6a97abde72 with identifier: 120536421
2026-03-28 13:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 11caf4a2-05bc-5385-bf41-3c6a97abde72 with identifier: 120536421 to the API
2026-03-28 13:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120536421?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '11caf4a2-05bc-5385-bf41-3c6a97abde72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DY17LYT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120536421',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'KADJAR DIESEL HATCHBACK',
'odometer': 115100,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-23',
'seller_name': 'MotoNovo Finance',
'title': 'RENAULT KADJAR DIESEL HATCHBACK 1.5 dCi Dynamique Nav 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Dynamique Nav 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120536421%27 HTTP/1.1" 200 None
2026-03-28 13:01:28 [astonbarclay.gb] INFO: Saving data for 120536421: {'auction_closing_time': 1774861200.0, 'created_time': 1773860537.855299, 'last_price_update_time': 1774702888.303473}
2026-03-28 13:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120536421') HTTP/1.1" 204 0
2026-03-28 13:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120728416?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120728416, 'registration': 'DX19GRK', 'account': 'HAT008', 'make': 'AUDI', 'model': 'A6 DIESEL AVANT', 'derivative': '50 TDI Quattro S Line 5dr Tip Auto', 'mileage': 57157, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-08', 'fuel': 'Diesel', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DX19GRK/2026-03-25/image/4ffd7f04-d3f2-4780-a09c-91570071e7d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/9254bc0e-d178-4ea9-a6e9-8337654ac6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/32afbdd6-4b2f-49f3-bd2f-d82efb0aa40e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/d65e3501-b92f-4256-83e3-8e315dc6800c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/ca74ac0b-4f2d-4838-8b6d-c91b72c7f453_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/d870a462-ccf4-45c3-b72b-166c08f8b639_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/b919614a-966d-457d-a952-50aa22270ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/b907cd96-575d-4a08-b81c-0df1f70906cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/7ca48751-9280-46f5-b7b0-7cf23866be77_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/23 - 33K, PHOTOCOPY OF INVOICES @ 03/24 - 40K, 03/25 - 47K, 02/26 - 55K,', 'remarks': '**45** VOSA STATES 33K, 33K, 36K, 45K, 51K, V5 PHOTOCOPY', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0f5d1d0-2b99-4241-8d5a-942ade306734.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120728416, 'registration': 'DX19GRK', 'account': 'HAT008', 'make': 'AUDI', 'model': 'A6 DIESEL AVANT', 'derivative': '50 TDI Quattro S Line 5dr Tip Auto', 'mileage': 57157, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-08', 'fuel': 'Diesel', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DX19GRK/2026-03-25/image/4ffd7f04-d3f2-4780-a09c-91570071e7d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/9254bc0e-d178-4ea9-a6e9-8337654ac6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/32afbdd6-4b2f-49f3-bd2f-d82efb0aa40e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/d65e3501-b92f-4256-83e3-8e315dc6800c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/ca74ac0b-4f2d-4838-8b6d-c91b72c7f453_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/d870a462-ccf4-45c3-b72b-166c08f8b639_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/b919614a-966d-457d-a952-50aa22270ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/b907cd96-575d-4a08-b81c-0df1f70906cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/7ca48751-9280-46f5-b7b0-7cf23866be77_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/23 - 33K, PHOTOCOPY OF INVOICES @ 03/24 - 40K, 03/25 - 47K, 02/26 - 55K,', 'remarks': '**45** VOSA STATES 33K, 33K, 36K, 45K, 51K, V5 PHOTOCOPY', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0f5d1d0-2b99-4241-8d5a-942ade306734.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8e615a9-21a8-5c97-8181-a441ca9bfca3 with identifier: 120728416
2026-03-28 13:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8e615a9-21a8-5c97-8181-a441ca9bfca3 with scrape type 2
2026-03-28 13:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8e615a9-21a8-5c97-8181-a441ca9bfca3 with scrape type 2
2026-03-28 13:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8e615a9-21a8-5c97-8181-a441ca9bfca3, identifier: 120728416
2026-03-28 13:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8e615a9-21a8-5c97-8181-a441ca9bfca3 with identifier: 120728416
2026-03-28 13:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8e615a9-21a8-5c97-8181-a441ca9bfca3 with identifier: 120728416
2026-03-28 13:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a8e615a9-21a8-5c97-8181-a441ca9bfca3 with identifier: 120728416 to the API
2026-03-28 13:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120728416?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'a8e615a9-21a8-5c97-8181-a441ca9bfca3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DX19GRK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120728416',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A6 DIESEL AVANT',
'odometer': 57157,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-08',
'seller_name': 'Hatfields Group',
'title': 'AUDI A6 DIESEL AVANT 50 TDI Quattro S Line 5dr Tip Auto',
'transmission': 'automatic',
'trim': '50 TDI Quattro S Line 5dr Tip Auto',
'vin': None,
'year': 2019}
2026-03-28 13:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120728416%27 HTTP/1.1" 200 None
2026-03-28 13:01:32 [astonbarclay.gb] INFO: Saving data for 120728416: {'auction_closing_time': 1774958400.0, 'created_time': 1774379139.819631, 'last_price_update_time': 1774702892.859862}
2026-03-28 13:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120728416') HTTP/1.1" 204 0
2026-03-28 13:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120410050?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120410050, 'registration': 'GP52CLK', 'account': 'PIN011', 'make': 'MERCEDES-BENZ', 'model': 'CLK COUPE', 'derivative': '320 Avantgarde 2dr Tip Auto', 'mileage': 92386, 'mileageWarranty': False, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2002-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-11-26', 'doors': 2, 'engineSize': 3199, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/GP52CLK/2026-03-16/image/fc977bc4-aedc-4c8a-8b91-75f7419d7162_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/5a2742ef-8f85-4b93-a2c0-aa6ba2e32522_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/b741c900-deec-4627-ad90-3194bc3e5d08_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/debd3304-727e-4be7-acaa-67676eff3434_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/f8d3f1bc-91bd-44cf-a593-b74611c28455_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/117d5738-5dfe-4be6-86d7-f51294007ffc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/1223f59c-f025-4cb7-8dbe-9fad87cf954d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/e7bf4e89-57e3-4055-b859-80da9045e155_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 11/24-??, 03/26-92k', 'remarks': 'VOSA@ 21k, 28k, 3k, 42k, 47k, 54k, 60k, 63k, 69k, 74k, 78k, 87k, 89k, 91k VOSA DISCREPANCY', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 250, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b8a6c3e-43be-4510-b796-4dbe5c42fb53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120410050, 'registration': 'GP52CLK', 'account': 'PIN011', 'make': 'MERCEDES-BENZ', 'model': 'CLK COUPE', 'derivative': '320 Avantgarde 2dr Tip Auto', 'mileage': 92386, 'mileageWarranty': False, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2002-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-11-26', 'doors': 2, 'engineSize': 3199, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/GP52CLK/2026-03-16/image/fc977bc4-aedc-4c8a-8b91-75f7419d7162_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/5a2742ef-8f85-4b93-a2c0-aa6ba2e32522_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/b741c900-deec-4627-ad90-3194bc3e5d08_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/debd3304-727e-4be7-acaa-67676eff3434_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/f8d3f1bc-91bd-44cf-a593-b74611c28455_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/117d5738-5dfe-4be6-86d7-f51294007ffc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/1223f59c-f025-4cb7-8dbe-9fad87cf954d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GP52CLK/2026-03-16/image/e7bf4e89-57e3-4055-b859-80da9045e155_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 11/24-??, 03/26-92k', 'remarks': 'VOSA@ 21k, 28k, 3k, 42k, 47k, 54k, 60k, 63k, 69k, 74k, 78k, 87k, 89k, 91k VOSA DISCREPANCY', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 250, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b8a6c3e-43be-4510-b796-4dbe5c42fb53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a29c4c05-a694-5a6d-9a68-e43f8cac49c2 with identifier: 120410050
2026-03-28 13:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a29c4c05-a694-5a6d-9a68-e43f8cac49c2 with scrape type 2
2026-03-28 13:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a29c4c05-a694-5a6d-9a68-e43f8cac49c2 with scrape type 2
2026-03-28 13:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a29c4c05-a694-5a6d-9a68-e43f8cac49c2, identifier: 120410050
2026-03-28 13:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a29c4c05-a694-5a6d-9a68-e43f8cac49c2 with identifier: 120410050
2026-03-28 13:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a29c4c05-a694-5a6d-9a68-e43f8cac49c2 with identifier: 120410050
2026-03-28 13:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a29c4c05-a694-5a6d-9a68-e43f8cac49c2 with identifier: 120410050 to the API
2026-03-28 13:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120410050?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 250,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '3.2L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'a29c4c05-a694-5a6d-9a68-e43f8cac49c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GP52CLK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120410050',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MERCEDES-BENZ',
'model': 'CLK COUPE',
'odometer': 92386,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-09-18',
'seller_name': 'Pinkstones',
'title': 'MERCEDES-BENZ CLK COUPE 320 Avantgarde 2dr Tip Auto',
'transmission': 'automatic',
'trim': '320 Avantgarde 2dr Tip Auto',
'vin': None,
'year': 2002}
2026-03-28 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120410050%27 HTTP/1.1" 200 None
2026-03-28 13:01:36 [astonbarclay.gb] INFO: Saving data for 120410050: {'auction_closing_time': 1774947600.0, 'created_time': 1773402910.204071, 'last_price_update_time': 1774702896.089064}
2026-03-28 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120410050') HTTP/1.1" 204 0
2026-03-28 13:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120828387?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120828387, 'registration': 'EK73YUD', 'account': 'MOT070', 'make': 'HONDA', 'model': 'HR-V HATCHBACK', 'derivative': '1.5 eHEV Elegance 5dr CVT', 'mileage': 9868, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK73YUD/2026-03-27/image/1e3ad76c-1e15-4952-a166-7f6ee7b4b3a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/b897fa4d-43f3-402c-b04f-c9d8dc3c84c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/be5c7506-5f49-43fd-9736-c6fb0113c873_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/246718e1-8bd6-4e24-8a7d-90cea25805bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/7c3d3f29-aac6-400c-9e24-b814a6229737_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/8ec03da5-8d0f-418c-b435-bc1aa85fe79e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/87f5d44b-e877-4805-84a8-19ab3c6c8314_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/fe0f2e2e-210e-48fd-8900-6c707d36949b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/2ffb0408-ec31-4bc8-85d3-5c04a7a5ad35_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/355ad2e1-ee99-40c4-95aa-ca2b3cfb0682.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120828387, 'registration': 'EK73YUD', 'account': 'MOT070', 'make': 'HONDA', 'model': 'HR-V HATCHBACK', 'derivative': '1.5 eHEV Elegance 5dr CVT', 'mileage': 9868, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK73YUD/2026-03-27/image/1e3ad76c-1e15-4952-a166-7f6ee7b4b3a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/b897fa4d-43f3-402c-b04f-c9d8dc3c84c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/be5c7506-5f49-43fd-9736-c6fb0113c873_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/246718e1-8bd6-4e24-8a7d-90cea25805bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/7c3d3f29-aac6-400c-9e24-b814a6229737_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/8ec03da5-8d0f-418c-b435-bc1aa85fe79e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/87f5d44b-e877-4805-84a8-19ab3c6c8314_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/fe0f2e2e-210e-48fd-8900-6c707d36949b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73YUD/2026-03-27/image/2ffb0408-ec31-4bc8-85d3-5c04a7a5ad35_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/355ad2e1-ee99-40c4-95aa-ca2b3cfb0682.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 474071d4-86ac-543d-8af2-8e501745ca1f with identifier: 120828387
2026-03-28 13:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 474071d4-86ac-543d-8af2-8e501745ca1f with scrape type 2
2026-03-28 13:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 474071d4-86ac-543d-8af2-8e501745ca1f with scrape type 2
2026-03-28 13:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 474071d4-86ac-543d-8af2-8e501745ca1f, identifier: 120828387
2026-03-28 13:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 474071d4-86ac-543d-8af2-8e501745ca1f with identifier: 120828387
2026-03-28 13:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 474071d4-86ac-543d-8af2-8e501745ca1f with identifier: 120828387
2026-03-28 13:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 474071d4-86ac-543d-8af2-8e501745ca1f with identifier: 120828387 to the API
2026-03-28 13:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120828387?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '474071d4-86ac-543d-8af2-8e501745ca1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK73YUD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120828387',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'HR-V HATCHBACK',
'odometer': 9868,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-30',
'seller_name': 'Motability Operations',
'title': 'HONDA HR-V HATCHBACK 1.5 eHEV Elegance 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 eHEV Elegance 5dr CVT',
'vin': None,
'year': 2023}
2026-03-28 13:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120828387%27 HTTP/1.1" 200 None
2026-03-28 13:01:37 [astonbarclay.gb] INFO: Saving data for 120828387: {'auction_closing_time': 1776675600.0, 'created_time': 1774605786.974218, 'last_price_update_time': 1774702897.511475}
2026-03-28 13:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120828387') HTTP/1.1" 204 0
2026-03-28 13:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120261899?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120261899, 'registration': 'CX24WUR', 'account': 'ZEN002', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 110 Xcellence Lux 5dr DSG', 'mileage': 27158, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-06-27', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX24WUR/2026-03-16/image/9788993b-8fbb-45e7-841c-cecc97f13c61_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/5f2e59a4-bf5c-486d-ad77-d863f3a8f765_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/be6b62da-d590-4c48-baeb-adf0cf183bdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/644b7947-f189-47a4-8691-88c53628f80f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/be246f85-ec47-45a7-bf51-1722c539c5fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/a8574997-50da-4fad-b7f0-f63e3ff2fb0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/0776f37c-2457-42ec-96f5-7286c7e9dbc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/f257fec8-15ab-4184-b7c3-f141fa52111e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/59a6e11a-a7d1-4f33-aff6-e4eadd93f6c9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25-18K, 03/26-27K,', 'remarks': '**1082** 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/60228106-015f-4038-acc9-46f0a4ecf2c7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120261899, 'registration': 'CX24WUR', 'account': 'ZEN002', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 110 Xcellence Lux 5dr DSG', 'mileage': 27158, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-06-27', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX24WUR/2026-03-16/image/9788993b-8fbb-45e7-841c-cecc97f13c61_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/5f2e59a4-bf5c-486d-ad77-d863f3a8f765_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/be6b62da-d590-4c48-baeb-adf0cf183bdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/644b7947-f189-47a4-8691-88c53628f80f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/be246f85-ec47-45a7-bf51-1722c539c5fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/a8574997-50da-4fad-b7f0-f63e3ff2fb0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/0776f37c-2457-42ec-96f5-7286c7e9dbc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/f257fec8-15ab-4184-b7c3-f141fa52111e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX24WUR/2026-03-16/image/59a6e11a-a7d1-4f33-aff6-e4eadd93f6c9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25-18K, 03/26-27K,', 'remarks': '**1082** 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/60228106-015f-4038-acc9-46f0a4ecf2c7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f73a826e-7b47-5e79-afaf-dad1fdca2a09 with identifier: 120261899
2026-03-28 13:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f73a826e-7b47-5e79-afaf-dad1fdca2a09 with scrape type 2
2026-03-28 13:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f73a826e-7b47-5e79-afaf-dad1fdca2a09 with scrape type 2
2026-03-28 13:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f73a826e-7b47-5e79-afaf-dad1fdca2a09, identifier: 120261899
2026-03-28 13:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f73a826e-7b47-5e79-afaf-dad1fdca2a09 with identifier: 120261899
2026-03-28 13:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f73a826e-7b47-5e79-afaf-dad1fdca2a09 with identifier: 120261899
2026-03-28 13:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f73a826e-7b47-5e79-afaf-dad1fdca2a09 with identifier: 120261899 to the API
2026-03-28 13:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120261899?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'f73a826e-7b47-5e79-afaf-dad1fdca2a09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CX24WUR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120261899',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SEAT',
'model': 'IBIZA HATCHBACK',
'odometer': 27158,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-27',
'seller_name': '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-28 13:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120261899%27 HTTP/1.1" 200 None
2026-03-28 13:01:46 [astonbarclay.gb] INFO: Saving data for 120261899: {'auction_closing_time': 1775637900.0, 'created_time': 1773752663.718297, 'last_price_update_time': 1774702906.142227}
2026-03-28 13:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120261899') HTTP/1.1" 204 0
2026-03-28 13:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/116423054?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 116423054, 'registration': 'KW20LBK', 'account': 'MOT070', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '2.0 Cooper S Sport II 3dr Auto', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-08-11', 'fuel': 'Petrol', 'motExpiry': '2024-08-10', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KW20LBK/2025-10-16/image/9a8492b1-bc88-4d38-9ae0-a79e0ccb957c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW20LBK/2025-10-16/image/a5d5cda2-bae5-4cb9-884d-c1a85f8863d6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES, 24K', 'virtual': False, 'seller': 'Motability Operations', '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/cf7d4b56-d891-4ee2-beb6-61492b5a1c22.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 116423054, 'registration': 'KW20LBK', 'account': 'MOT070', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '2.0 Cooper S Sport II 3dr Auto', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-08-11', 'fuel': 'Petrol', 'motExpiry': '2024-08-10', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KW20LBK/2025-10-16/image/9a8492b1-bc88-4d38-9ae0-a79e0ccb957c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW20LBK/2025-10-16/image/a5d5cda2-bae5-4cb9-884d-c1a85f8863d6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES, 24K', 'virtual': False, 'seller': 'Motability Operations', '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/cf7d4b56-d891-4ee2-beb6-61492b5a1c22.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4c6cd7c-37c5-5562-bae5-ced679320979 with identifier: 116423054
2026-03-28 13:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4c6cd7c-37c5-5562-bae5-ced679320979 with scrape type 1
2026-03-28 13:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 2 photos for item f4c6cd7c-37c5-5562-bae5-ced679320979
2026-03-28 13:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01: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%252FKW20LBK%252F2025-10-16%252Fimage%252F9a8492b1-bc88-4d38-9ae0-a79e0ccb957c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KW20LBK/2025-10-16/image/9a8492b1-bc88-4d38-9ae0-a79e0ccb957c_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01: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%252FKW20LBK%252F2025-10-16%252Fimage%252Fa5d5cda2-bae5-4cb9-884d-c1a85f8863d6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KW20LBK/2025-10-16/image/a5d5cda2-bae5-4cb9-884d-c1a85f8863d6_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:01:48 [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-28 13:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', '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': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09: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-28 13:01:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', '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': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09: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-28 13:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with identifier: 120553389
2026-03-28 13:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with scrape type 2
2026-03-28 13:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with scrape type 2
2026-03-28 13:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1, identifier: 120553389
2026-03-28 13:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with identifier: 120553389
2026-03-28 13:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with identifier: 120553389
2026-03-28 13:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d55e624a-4d74-5f71-9a62-4e8e7a86bcc1 with identifier: 120553389 to the API
2026-03-28 13:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:01:48 [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-31T09: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-28 13:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553389%27 HTTP/1.1" 200 None
2026-03-28 13:01:48 [astonbarclay.gb] INFO: Saving data for 120553389: {'auction_closing_time': 1774947600.0, 'created_time': 1773838846.10595, 'last_price_update_time': 1774702908.501083}
2026-03-28 13:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120553389') HTTP/1.1" 204 0
2026-03-28 13:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KW20LBK/2025-10-16/image/a5d5cda2-bae5-4cb9-884d-c1a85f8863d6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/116423054?view=catalogue)
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7e5554d0>
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-28 13:01:49 [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-28 13:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4c6cd7c-37c5-5562-bae5-ced679320979/f4c6cd7c-37c5-5562-bae5-ced679320979_image_1.jpg HTTP/1.1" 201 0
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKW20LBK%252F2025-10-16%252Fimage%252Fa5d5cda2-bae5-4cb9-884d-c1a85f8863d6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KW20LBK/2025-10-16/image/a5d5cda2-bae5-4cb9-884d-c1a85f8863d6_removebg.jpg?w=600 saved to cache
2026-03-28 13:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f4c6cd7c-37c5-5562-bae5-ced679320979
2026-03-28 13:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KW20LBK/2025-10-16/image/9a8492b1-bc88-4d38-9ae0-a79e0ccb957c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/116423054?view=catalogue)
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7e766490>
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:01:49 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4c6cd7c-37c5-5562-bae5-ced679320979/f4c6cd7c-37c5-5562-bae5-ced679320979_image_0.jpg HTTP/1.1" 201 0
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKW20LBK%252F2025-10-16%252Fimage%252F9a8492b1-bc88-4d38-9ae0-a79e0ccb957c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KW20LBK/2025-10-16/image/9a8492b1-bc88-4d38-9ae0-a79e0ccb957c_removebg.jpg?w=600 saved to cache
2026-03-28 13:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f4c6cd7c-37c5-5562-bae5-ced679320979
2026-03-28 13:01:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4c6cd7c-37c5-5562-bae5-ced679320979, skipping ID generation
2026-03-28 13:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4c6cd7c-37c5-5562-bae5-ced679320979 with scrape type 1
2026-03-28 13:01:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4c6cd7c-37c5-5562-bae5-ced679320979 sending to next pipeline
2026-03-28 13:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f4c6cd7c-37c5-5562-bae5-ced679320979, identifier: 116423054
2026-03-28 13:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f4c6cd7c-37c5-5562-bae5-ced679320979 with identifier: 116423054
2026-03-28 13:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f4c6cd7c-37c5-5562-bae5-ced679320979 with identifier: 116423054
2026-03-28 13:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f4c6cd7c-37c5-5562-bae5-ced679320979 with identifier: 116423054 to the API
2026-03-28 13:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:01: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-28 13:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KW20LBK/2025-10-16/image/9a8492b1-bc88-4d38-9ae0-a79e0ccb957c_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'f4c6cd7c-37c5-5562-bae5-ced679320979',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW20LBK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/116423054',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 2,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4c6cd7c-37c5-5562-bae5-ced679320979/f4c6cd7c-37c5-5562-bae5-ced679320979_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35710,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KW20LBK/2025-10-16/image/9a8492b1-bc88-4d38-9ae0-a79e0ccb957c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4c6cd7c-37c5-5562-bae5-ced679320979/f4c6cd7c-37c5-5562-bae5-ced679320979_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69192,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KW20LBK/2025-10-16/image/a5d5cda2-bae5-4cb9-884d-c1a85f8863d6_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-11',
'seller_name': 'Motability Operations',
'title': 'MINI HATCHBACK 2.0 Cooper S Sport II 3dr Auto',
'transmission': 'automatic',
'trim': '2.0 Cooper S Sport II 3dr Auto',
'vin': None,
'year': 2020}
2026-03-28 13:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116423054%27 HTTP/1.1" 200 None
2026-03-28 13:01:50 [astonbarclay.gb] INFO: Saving data for 116423054: {'created_time': 1774702910.236868, 'last_price_update_time': 1774702910.236882, 'auction_closing_time': 1776675600.0}
2026-03-28 13:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='116423054') HTTP/1.1" 204 0
2026-03-28 13:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117178950?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117178950, 'registration': 'LG22XBO', 'account': 'MOT070', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] M Sport 5dr [Live Cockpit Professional]', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-03-26', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG22XBO/2025-11-14/image/c6d36585-71d7-4c71-a0a5-ab79ea620c4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22XBO/2025-11-14/image/61a4b03e-8e26-4074-bc12-d993bb380065_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 02/23 7K - 04/24 14K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f298423-2bfc-4213-9c54-52776fe4afc5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117178950, 'registration': 'LG22XBO', 'account': 'MOT070', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] M Sport 5dr [Live Cockpit Professional]', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-03-26', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG22XBO/2025-11-14/image/c6d36585-71d7-4c71-a0a5-ab79ea620c4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22XBO/2025-11-14/image/61a4b03e-8e26-4074-bc12-d993bb380065_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 02/23 7K - 04/24 14K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f298423-2bfc-4213-9c54-52776fe4afc5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dc154e5-6f65-5b90-b12a-8d647f892b3c with identifier: 117178950
2026-03-28 13:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc154e5-6f65-5b90-b12a-8d647f892b3c with scrape type 1
2026-03-28 13:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 2 photos for item 7dc154e5-6f65-5b90-b12a-8d647f892b3c
2026-03-28 13:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01: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%252FLG22XBO%252F2025-11-14%252Fimage%252Fc6d36585-71d7-4c71-a0a5-ab79ea620c4c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LG22XBO/2025-11-14/image/c6d36585-71d7-4c71-a0a5-ab79ea620c4c_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01: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%252FLG22XBO%252F2025-11-14%252Fimage%252F61a4b03e-8e26-4074-bc12-d993bb380065_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LG22XBO/2025-11-14/image/61a4b03e-8e26-4074-bc12-d993bb380065_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120740786?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:01:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:01:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120740786, 'registration': 'GL24PGO', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 Allure 5dr', 'mileage': 10397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-05-21', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL24PGO/2026-03-25/image/314ca8a3-ac45-45f5-8115-d201a9aecb81_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/a52b19ca-f91a-4302-9450-83d7e23b2a8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/cdb12b51-fd26-4301-be75-3b5f4de51c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/d1314b9e-ff3d-45d2-9184-3f8fd7f31493_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/efa385f3-ca3d-43f4-8c4d-7e4a7c184efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/a6419f78-4163-4032-b4b1-d1fc3799fcc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/cb987ca5-733a-44de-beac-d72c397d0afb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/11b76c41-1959-411f-8559-79abdae44dc3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/25 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e07c5ff1-0c64-441b-b2a0-94b37d01a9ef.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120740786, 'registration': 'GL24PGO', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 Allure 5dr', 'mileage': 10397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-05-21', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL24PGO/2026-03-25/image/314ca8a3-ac45-45f5-8115-d201a9aecb81_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/a52b19ca-f91a-4302-9450-83d7e23b2a8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/cdb12b51-fd26-4301-be75-3b5f4de51c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/d1314b9e-ff3d-45d2-9184-3f8fd7f31493_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/efa385f3-ca3d-43f4-8c4d-7e4a7c184efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/a6419f78-4163-4032-b4b1-d1fc3799fcc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/cb987ca5-733a-44de-beac-d72c397d0afb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL24PGO/2026-03-25/image/11b76c41-1959-411f-8559-79abdae44dc3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/25 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e07c5ff1-0c64-441b-b2a0-94b37d01a9ef.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec0722f0-352e-5165-970a-8a29c08dbdcf with identifier: 120740786
2026-03-28 13:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec0722f0-352e-5165-970a-8a29c08dbdcf with scrape type 2
2026-03-28 13:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec0722f0-352e-5165-970a-8a29c08dbdcf with scrape type 2
2026-03-28 13:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ec0722f0-352e-5165-970a-8a29c08dbdcf, identifier: 120740786
2026-03-28 13:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ec0722f0-352e-5165-970a-8a29c08dbdcf with identifier: 120740786
2026-03-28 13:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ec0722f0-352e-5165-970a-8a29c08dbdcf with identifier: 120740786
2026-03-28 13:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ec0722f0-352e-5165-970a-8a29c08dbdcf with identifier: 120740786 to the API
2026-03-28 13:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120740786?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'ec0722f0-352e-5165-970a-8a29c08dbdcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GL24PGO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120740786',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 10397,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-21',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 100 Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 100 Allure 5dr',
'vin': None,
'year': 2024}
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120740786%27 HTTP/1.1" 200 None
2026-03-28 13:01:59 [astonbarclay.gb] INFO: Saving data for 120740786: {'auction_closing_time': 1776675600.0, 'created_time': 1774519339.192685, 'last_price_update_time': 1774702919.118283}
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120740786') HTTP/1.1" 204 0
2026-03-28 13:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LG22XBO/2025-11-14/image/61a4b03e-8e26-4074-bc12-d993bb380065_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/117178950?view=catalogue)
2026-03-28 13:01:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:01:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d32fb10>
2026-03-28 13:01:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:01:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dc154e5-6f65-5b90-b12a-8d647f892b3c/7dc154e5-6f65-5b90-b12a-8d647f892b3c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLG22XBO%252F2025-11-14%252Fimage%252F61a4b03e-8e26-4074-bc12-d993bb380065_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LG22XBO/2025-11-14/image/61a4b03e-8e26-4074-bc12-d993bb380065_removebg.jpg?w=600 saved to cache
2026-03-28 13:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7dc154e5-6f65-5b90-b12a-8d647f892b3c
2026-03-28 13:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LG22XBO/2025-11-14/image/c6d36585-71d7-4c71-a0a5-ab79ea620c4c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/117178950?view=catalogue)
2026-03-28 13:01:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:01:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7e5af9d0>
2026-03-28 13:01:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:01:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7dc154e5-6f65-5b90-b12a-8d647f892b3c/7dc154e5-6f65-5b90-b12a-8d647f892b3c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLG22XBO%252F2025-11-14%252Fimage%252Fc6d36585-71d7-4c71-a0a5-ab79ea620c4c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LG22XBO/2025-11-14/image/c6d36585-71d7-4c71-a0a5-ab79ea620c4c_removebg.jpg?w=600 saved to cache
2026-03-28 13:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7dc154e5-6f65-5b90-b12a-8d647f892b3c
2026-03-28 13:01:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7dc154e5-6f65-5b90-b12a-8d647f892b3c, skipping ID generation
2026-03-28 13:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc154e5-6f65-5b90-b12a-8d647f892b3c with scrape type 1
2026-03-28 13:01:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7dc154e5-6f65-5b90-b12a-8d647f892b3c sending to next pipeline
2026-03-28 13:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7dc154e5-6f65-5b90-b12a-8d647f892b3c, identifier: 117178950
2026-03-28 13:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7dc154e5-6f65-5b90-b12a-8d647f892b3c with identifier: 117178950
2026-03-28 13:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7dc154e5-6f65-5b90-b12a-8d647f892b3c with identifier: 117178950
2026-03-28 13:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7dc154e5-6f65-5b90-b12a-8d647f892b3c with identifier: 117178950 to the API
2026-03-28 13:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LG22XBO/2025-11-14/image/c6d36585-71d7-4c71-a0a5-ab79ea620c4c_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '7dc154e5-6f65-5b90-b12a-8d647f892b3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LG22XBO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117178950',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 2,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dc154e5-6f65-5b90-b12a-8d647f892b3c/7dc154e5-6f65-5b90-b12a-8d647f892b3c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31102,
'Height': 800,
'OriginUrl': 'https://abimg003.imgix.net/LG22XBO/2025-11-14/image/c6d36585-71d7-4c71-a0a5-ab79ea620c4c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dc154e5-6f65-5b90-b12a-8d647f892b3c/7dc154e5-6f65-5b90-b12a-8d647f892b3c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 7397,
'Height': 800,
'OriginUrl': 'https://abimg003.imgix.net/LG22XBO/2025-11-14/image/61a4b03e-8e26-4074-bc12-d993bb380065_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-26',
'seller_name': 'Motability Operations',
'title': 'BMW 1 SERIES HATCHBACK 118i [136] M Sport 5dr [Live Cockpit '
'Professional]',
'transmission': 'manual',
'trim': '118i [136] M Sport 5dr [Live Cockpit Professional]',
'vin': None,
'year': 2022}
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117178950%27 HTTP/1.1" 200 None
2026-03-28 13:02:00 [astonbarclay.gb] INFO: Saving data for 117178950: {'created_time': 1774702920.162233, 'last_price_update_time': 1774702920.162246, 'auction_closing_time': 1776675600.0}
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117178950') HTTP/1.1" 204 0
2026-03-28 13:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120796110?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120796110, 'registration': 'BW72DXM', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] Sense Plus 5dr', 'mileage': 26520, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-02-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BW72DXM/2026-03-26/image/3c721997-a2dd-4eda-9b99-8104dd43a1af_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/21883549-bdf4-4956-8acb-9822f089615e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/11cfd358-e341-4bb3-b7ea-c8197eef909e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/2e13bfec-d4cd-45b2-97d1-ba0cf6cdee8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/33c63c77-0379-4e96-aadd-973435e09d72_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/45bed1fd-86e8-421a-bdd8-c9f7ea494872_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/7615494f-52d5-43fe-acb5-2e1073da43fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/34215499-f3eb-41bd-b0cd-3dd12a004ce4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/1ed60c6f-7cb8-431b-9461-e374c41a5832_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24 10K - 02/25 19K - EMPTY SERVICE BOOK IN OFFICE', 'remarks': 'VOSA STATES, 24K - 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': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ffa8671-7bda-4c59-9b91-553a327d0867.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120796110, 'registration': 'BW72DXM', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] Sense Plus 5dr', 'mileage': 26520, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-02-22', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BW72DXM/2026-03-26/image/3c721997-a2dd-4eda-9b99-8104dd43a1af_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/21883549-bdf4-4956-8acb-9822f089615e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/11cfd358-e341-4bb3-b7ea-c8197eef909e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/2e13bfec-d4cd-45b2-97d1-ba0cf6cdee8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/33c63c77-0379-4e96-aadd-973435e09d72_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/45bed1fd-86e8-421a-bdd8-c9f7ea494872_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/7615494f-52d5-43fe-acb5-2e1073da43fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/34215499-f3eb-41bd-b0cd-3dd12a004ce4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DXM/2026-03-26/image/1ed60c6f-7cb8-431b-9461-e374c41a5832_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24 10K - 02/25 19K - EMPTY SERVICE BOOK IN OFFICE', 'remarks': 'VOSA STATES, 24K - 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': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ffa8671-7bda-4c59-9b91-553a327d0867.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d3ce698-577e-58bc-9e9f-5c1f662fc8ad with identifier: 120796110
2026-03-28 13:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d3ce698-577e-58bc-9e9f-5c1f662fc8ad with scrape type 2
2026-03-28 13:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d3ce698-577e-58bc-9e9f-5c1f662fc8ad with scrape type 2
2026-03-28 13:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8d3ce698-577e-58bc-9e9f-5c1f662fc8ad, identifier: 120796110
2026-03-28 13:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8d3ce698-577e-58bc-9e9f-5c1f662fc8ad with identifier: 120796110
2026-03-28 13:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8d3ce698-577e-58bc-9e9f-5c1f662fc8ad with identifier: 120796110
2026-03-28 13:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8d3ce698-577e-58bc-9e9f-5c1f662fc8ad with identifier: 120796110 to the API
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120796110?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '8d3ce698-577e-58bc-9e9f-5c1f662fc8ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BW72DXM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120796110',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C4 HATCHBACK',
'odometer': 26520,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-22',
'seller_name': 'Motability Operations',
'title': 'CITROEN C4 HATCHBACK 1.2 PureTech [130] Sense Plus 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech [130] Sense Plus 5dr',
'vin': None,
'year': 2023}
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120796110%27 HTTP/1.1" 200 None
2026-03-28 13:02:00 [astonbarclay.gb] INFO: Saving data for 120796110: {'auction_closing_time': 1776675600.0, 'created_time': 1774519331.436132, 'last_price_update_time': 1774702920.677422}
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120796110') HTTP/1.1" 204 0
2026-03-28 13:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691672?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691672, 'registration': 'WK73XWC', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'BAYON HATCHBACK', 'derivative': '1.0 TGDi 48V MHEV Premium 5dr', 'mileage': 20809, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-10-13', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WK73XWC/2026-03-24/image/ed18edf0-3718-47a1-a975-1a4fb6b7708c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/bd34e395-8f69-408a-aaf2-08494001c244_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/bbb5c310-b12d-4b59-8848-f2116d673357_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/53ef344a-7c78-411e-8b9a-bbcd5eeb278a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/3fdc2bc8-3daa-4207-a430-90f2d4783a83_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/4d52e2dc-c115-48fa-a0f3-3eaa1927c207_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/6e46dbcc-c564-4953-a3c9-7c0f42d37a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/eff59c6b-093f-4d18-88cf-8d160f74b4f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/56949dd6-b100-4a66-985d-5acfaad2a960_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/214eae8b-ad7c-403b-aa0c-52cc84255d44_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/24 10K - 09/25 18K', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f3bd71da-2c84-43a1-b43e-2d50b005003b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691672, 'registration': 'WK73XWC', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'BAYON HATCHBACK', 'derivative': '1.0 TGDi 48V MHEV Premium 5dr', 'mileage': 20809, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-10-13', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WK73XWC/2026-03-24/image/ed18edf0-3718-47a1-a975-1a4fb6b7708c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/bd34e395-8f69-408a-aaf2-08494001c244_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/bbb5c310-b12d-4b59-8848-f2116d673357_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/53ef344a-7c78-411e-8b9a-bbcd5eeb278a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/3fdc2bc8-3daa-4207-a430-90f2d4783a83_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/4d52e2dc-c115-48fa-a0f3-3eaa1927c207_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/6e46dbcc-c564-4953-a3c9-7c0f42d37a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/eff59c6b-093f-4d18-88cf-8d160f74b4f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/56949dd6-b100-4a66-985d-5acfaad2a960_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/214eae8b-ad7c-403b-aa0c-52cc84255d44_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/24 10K - 09/25 18K', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f3bd71da-2c84-43a1-b43e-2d50b005003b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c81864bf-9c17-57b0-8418-435cc137a4b7 with identifier: 120691672
2026-03-28 13:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c81864bf-9c17-57b0-8418-435cc137a4b7 with scrape type 2
2026-03-28 13:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c81864bf-9c17-57b0-8418-435cc137a4b7 with scrape type 2
2026-03-28 13:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c81864bf-9c17-57b0-8418-435cc137a4b7, identifier: 120691672
2026-03-28 13:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c81864bf-9c17-57b0-8418-435cc137a4b7 with identifier: 120691672
2026-03-28 13:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c81864bf-9c17-57b0-8418-435cc137a4b7 with identifier: 120691672
2026-03-28 13:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c81864bf-9c17-57b0-8418-435cc137a4b7 with identifier: 120691672 to the API
2026-03-28 13:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691672?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c81864bf-9c17-57b0-8418-435cc137a4b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WK73XWC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691672',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'BAYON HATCHBACK',
'odometer': 20809,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-13',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI BAYON HATCHBACK 1.0 TGDi 48V MHEV Premium 5dr',
'transmission': 'manual',
'trim': '1.0 TGDi 48V MHEV Premium 5dr',
'vin': None,
'year': 2023}
2026-03-28 13:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691672%27 HTTP/1.1" 200 None
2026-03-28 13:02:02 [astonbarclay.gb] INFO: Saving data for 120691672: {'auction_closing_time': 1776675600.0, 'created_time': 1774292588.930038, 'last_price_update_time': 1774702922.556479}
2026-03-28 13:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691672') HTTP/1.1" 204 0
2026-03-28 13:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120826668?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120826668, 'registration': 'GF72WTY', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ALLSPACE ESTATE', 'derivative': '1.5 TSI Life 5dr', 'mileage': 35235, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-12-15', 'fuel': 'Petrol', 'motExpiry': '2026-12-14', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF72WTY/2026-03-26/image/06a26f99-56d2-490d-bcb6-c9f6e6b44515_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/29847847-b57a-4d7b-9e3a-5e8114cff790_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/e93bae5b-c998-4bda-bb74-b191ee1c230c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/ddd8d65a-bdae-4630-a92e-089f98fd1a59_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/bf1f47f1-f8c7-4e8d-abd9-52924b81ffad_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/356c5cf7-2297-44c1-99f5-9dfcda70514f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/557227d5-1e37-4f18-b9e7-ea94997566f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/458544d6-4a99-48b5-832c-c038b6b1dc50_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/24 18K', 'remarks': 'VOSA STATES, 34K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/885257ff-8a85-475e-8213-e767410693de.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120826668, 'registration': 'GF72WTY', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ALLSPACE ESTATE', 'derivative': '1.5 TSI Life 5dr', 'mileage': 35235, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-12-15', 'fuel': 'Petrol', 'motExpiry': '2026-12-14', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GF72WTY/2026-03-26/image/06a26f99-56d2-490d-bcb6-c9f6e6b44515_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/29847847-b57a-4d7b-9e3a-5e8114cff790_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/e93bae5b-c998-4bda-bb74-b191ee1c230c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/ddd8d65a-bdae-4630-a92e-089f98fd1a59_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/bf1f47f1-f8c7-4e8d-abd9-52924b81ffad_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/356c5cf7-2297-44c1-99f5-9dfcda70514f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/557227d5-1e37-4f18-b9e7-ea94997566f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF72WTY/2026-03-26/image/458544d6-4a99-48b5-832c-c038b6b1dc50_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/24 18K', 'remarks': 'VOSA STATES, 34K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/885257ff-8a85-475e-8213-e767410693de.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dba894e-8313-5386-8464-f3dccb95f23c with identifier: 120826668
2026-03-28 13:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dba894e-8313-5386-8464-f3dccb95f23c with scrape type 2
2026-03-28 13:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dba894e-8313-5386-8464-f3dccb95f23c with scrape type 2
2026-03-28 13:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6dba894e-8313-5386-8464-f3dccb95f23c, identifier: 120826668
2026-03-28 13:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6dba894e-8313-5386-8464-f3dccb95f23c with identifier: 120826668
2026-03-28 13:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6dba894e-8313-5386-8464-f3dccb95f23c with identifier: 120826668
2026-03-28 13:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6dba894e-8313-5386-8464-f3dccb95f23c with identifier: 120826668 to the API
2026-03-28 13:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120826668?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '6dba894e-8313-5386-8464-f3dccb95f23c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF72WTY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120826668',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE ESTATE',
'odometer': 35235,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-15',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN TIGUAN ALLSPACE ESTATE 1.5 TSI Life 5dr',
'transmission': 'manual',
'trim': '1.5 TSI Life 5dr',
'vin': None,
'year': 2022}
2026-03-28 13:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120826668%27 HTTP/1.1" 200 None
2026-03-28 13:02:04 [astonbarclay.gb] INFO: Saving data for 120826668: {'auction_closing_time': 1776675600.0, 'created_time': 1774605785.781149, 'last_price_update_time': 1774702924.563807}
2026-03-28 13:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120826668') HTTP/1.1" 204 0
2026-03-28 13:02:05 [scrapy.extensions.logstats] INFO: Crawled 48 pages (at 26 pages/min), scraped 46 items (at 26 items/min)
2026-03-28 13:02:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120774856?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120774856, 'registration': 'MD23BFY', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 Allure Premium + 5dr EAT8', 'mileage': 16964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-05-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD23BFY/2026-03-26/image/6063edd3-70d0-4a7e-a9a5-aead4f556ae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/eaa96222-be2b-43a3-8eb6-c5e49f34fa46_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/dfaf0fe6-85fc-4c9b-8912-164aa5361766_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/95481836-55f0-40df-a13e-890f992127b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/a6b7995e-f528-4886-89cb-2c698ca5b894_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/22068a54-44ba-431d-ab2e-94da64f90df3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/fd907e9b-e2b6-4d57-919d-32e2a32c7230_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/6782a50c-72da-40af-91f7-42f586253cb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/de9866b4-dc89-4025-baa8-67542b933436_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/606e2789-4125-4486-bf9e-2961e23a6c0a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24 7K - 05/25 14K', '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/41dcf305-0166-47b1-8835-4394435a4f48.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120774856, 'registration': 'MD23BFY', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 Allure Premium + 5dr EAT8', 'mileage': 16964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-05-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD23BFY/2026-03-26/image/6063edd3-70d0-4a7e-a9a5-aead4f556ae5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/eaa96222-be2b-43a3-8eb6-c5e49f34fa46_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/dfaf0fe6-85fc-4c9b-8912-164aa5361766_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/95481836-55f0-40df-a13e-890f992127b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/a6b7995e-f528-4886-89cb-2c698ca5b894_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/22068a54-44ba-431d-ab2e-94da64f90df3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/fd907e9b-e2b6-4d57-919d-32e2a32c7230_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/6782a50c-72da-40af-91f7-42f586253cb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/de9866b4-dc89-4025-baa8-67542b933436_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD23BFY/2026-03-26/image/606e2789-4125-4486-bf9e-2961e23a6c0a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24 7K - 05/25 14K', '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/41dcf305-0166-47b1-8835-4394435a4f48.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b9c0317-dbe2-5d73-82ad-ca9e1648a6d0 with identifier: 120774856
2026-03-28 13:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b9c0317-dbe2-5d73-82ad-ca9e1648a6d0 with scrape type 2
2026-03-28 13:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b9c0317-dbe2-5d73-82ad-ca9e1648a6d0 with scrape type 2
2026-03-28 13:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5b9c0317-dbe2-5d73-82ad-ca9e1648a6d0, identifier: 120774856
2026-03-28 13:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5b9c0317-dbe2-5d73-82ad-ca9e1648a6d0 with identifier: 120774856
2026-03-28 13:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5b9c0317-dbe2-5d73-82ad-ca9e1648a6d0 with identifier: 120774856
2026-03-28 13:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5b9c0317-dbe2-5d73-82ad-ca9e1648a6d0 with identifier: 120774856 to the API
2026-03-28 13:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120774856?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '5b9c0317-dbe2-5d73-82ad-ca9e1648a6d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MD23BFY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120774856',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 16964,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-31',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 100 Allure Premium + 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech 100 Allure Premium + 5dr EAT8',
'vin': None,
'year': 2023}
2026-03-28 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120774856%27 HTTP/1.1" 200 None
2026-03-28 13:02:05 [astonbarclay.gb] INFO: Saving data for 120774856: {'auction_closing_time': 1776675600.0, 'created_time': 1774519348.958209, 'last_price_update_time': 1774702925.982698}
2026-03-28 13:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120774856') HTTP/1.1" 204 0
2026-03-28 13:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120741332?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120741332, 'registration': 'SN25CAC', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'BAYON HATCHBACK', 'derivative': '1.0 TGDi Advance 5dr', 'mileage': 11521, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-07-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SN25CAC/2026-03-26/image/c78ea283-7505-4b0b-8af0-3387916484be_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/7f1a9c4c-7c29-4490-9a54-b75162226b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/d8f1cfe4-780b-451a-8df4-5d49572bc13f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/b1ad1e8c-be60-4144-86a0-a5d3d6569966_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/6db17eb1-8e98-4fab-9239-2702ae902bfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/44102d9a-93fc-4d7d-9b9f-232370fa56e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/358fb01a-fed5-42e5-9d0d-cf6e7e255ec5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/f14d1444-9d80-4328-9790-f69d89ea4792_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/35db81c5-3ae4-47ec-9168-05ab4ab9c0d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/57cff9de-4df1-4c60-a9e0-1825d7f880c3_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d498ac60-24f8-45c2-8483-6d937de2d92a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120741332, 'registration': 'SN25CAC', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'BAYON HATCHBACK', 'derivative': '1.0 TGDi Advance 5dr', 'mileage': 11521, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-07-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SN25CAC/2026-03-26/image/c78ea283-7505-4b0b-8af0-3387916484be_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/7f1a9c4c-7c29-4490-9a54-b75162226b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/d8f1cfe4-780b-451a-8df4-5d49572bc13f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/b1ad1e8c-be60-4144-86a0-a5d3d6569966_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/6db17eb1-8e98-4fab-9239-2702ae902bfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/44102d9a-93fc-4d7d-9b9f-232370fa56e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/358fb01a-fed5-42e5-9d0d-cf6e7e255ec5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/f14d1444-9d80-4328-9790-f69d89ea4792_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/35db81c5-3ae4-47ec-9168-05ab4ab9c0d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN25CAC/2026-03-26/image/57cff9de-4df1-4c60-a9e0-1825d7f880c3_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d498ac60-24f8-45c2-8483-6d937de2d92a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fe2bf43-87e2-59bd-b293-8d86f9ad75b5 with identifier: 120741332
2026-03-28 13:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fe2bf43-87e2-59bd-b293-8d86f9ad75b5 with scrape type 2
2026-03-28 13:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fe2bf43-87e2-59bd-b293-8d86f9ad75b5 with scrape type 2
2026-03-28 13:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3fe2bf43-87e2-59bd-b293-8d86f9ad75b5, identifier: 120741332
2026-03-28 13:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3fe2bf43-87e2-59bd-b293-8d86f9ad75b5 with identifier: 120741332
2026-03-28 13:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3fe2bf43-87e2-59bd-b293-8d86f9ad75b5 with identifier: 120741332
2026-03-28 13:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3fe2bf43-87e2-59bd-b293-8d86f9ad75b5 with identifier: 120741332 to the API
2026-03-28 13:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120741332?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '3fe2bf43-87e2-59bd-b293-8d86f9ad75b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SN25CAC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120741332',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'BAYON HATCHBACK',
'odometer': 11521,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-31',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI BAYON HATCHBACK 1.0 TGDi Advance 5dr',
'transmission': 'manual',
'trim': '1.0 TGDi Advance 5dr',
'vin': None,
'year': 2025}
2026-03-28 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120741332%27 HTTP/1.1" 200 None
2026-03-28 13:02:08 [astonbarclay.gb] INFO: Saving data for 120741332: {'auction_closing_time': 1776675600.0, 'created_time': 1774519321.383343, 'last_price_update_time': 1774702928.002316}
2026-03-28 13:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120741332') HTTP/1.1" 204 0
2026-03-28 13:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120050021?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:02:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120050021, 'registration': 'EF23GZH', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr', 'mileage': 367, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-05-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF23GZH/2026-03-09/image/d4848732-ca93-43c4-8501-fae8fb045796_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/250011ba-7b12-4401-b4bc-e5b69036dcb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/714c6561-e123-4c5e-b24b-f0d5752a7d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/a3985fbf-7ab4-4e7a-aeb4-3f185810d5ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/ba8a3a43-b179-4df7-a828-7a46c6a78913_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/2fb5aa5f-012d-4744-8b43-4add88ec54a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/6b1eaf02-63a2-4a2f-9541-b43796488190_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/283d0ba0-9e6a-4a2a-b21a-3c22a1782d2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/ef0089a4-2bf6-46a7-ac7e-1c0d48b82e6d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/24 236 MILES', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', '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/47acc62a-54e5-4c37-9e99-f43516086c42.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120050021, 'registration': 'EF23GZH', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr', 'mileage': 367, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-05-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF23GZH/2026-03-09/image/d4848732-ca93-43c4-8501-fae8fb045796_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/250011ba-7b12-4401-b4bc-e5b69036dcb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/714c6561-e123-4c5e-b24b-f0d5752a7d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/a3985fbf-7ab4-4e7a-aeb4-3f185810d5ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/ba8a3a43-b179-4df7-a828-7a46c6a78913_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/2fb5aa5f-012d-4744-8b43-4add88ec54a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/6b1eaf02-63a2-4a2f-9541-b43796488190_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/283d0ba0-9e6a-4a2a-b21a-3c22a1782d2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF23GZH/2026-03-09/image/ef0089a4-2bf6-46a7-ac7e-1c0d48b82e6d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/24 236 MILES', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', '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/47acc62a-54e5-4c37-9e99-f43516086c42.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77d7b837-fbd2-5f5e-b681-33eac66054b5 with identifier: 120050021
2026-03-28 13:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77d7b837-fbd2-5f5e-b681-33eac66054b5 with scrape type 2
2026-03-28 13:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77d7b837-fbd2-5f5e-b681-33eac66054b5 with scrape type 2
2026-03-28 13:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 77d7b837-fbd2-5f5e-b681-33eac66054b5, identifier: 120050021
2026-03-28 13:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 77d7b837-fbd2-5f5e-b681-33eac66054b5 with identifier: 120050021
2026-03-28 13:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 77d7b837-fbd2-5f5e-b681-33eac66054b5 with identifier: 120050021
2026-03-28 13:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 77d7b837-fbd2-5f5e-b681-33eac66054b5 with identifier: 120050021 to the API
2026-03-28 13:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120050021?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '77d7b837-fbd2-5f5e-b681-33eac66054b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF23GZH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120050021',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 367,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-23',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL CORSA HATCHBACK 1.2 Turbo Ultimate 5dr',
'transmission': 'manual',
'trim': '1.2 Turbo Ultimate 5dr',
'vin': None,
'year': 2023}
2026-03-28 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120050021%27 HTTP/1.1" 200 None
2026-03-28 13:02:09 [astonbarclay.gb] INFO: Saving data for 120050021: {'auction_closing_time': 1776675600.0, 'created_time': 1774519349.623424, 'last_price_update_time': 1774702929.656605}
2026-03-28 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120050021') HTTP/1.1" 204 0
2026-03-28 13:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688360?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688360, 'registration': 'LL24NZF', 'account': 'MOT070', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] M Sport 5dr Step Auto [LCP]', 'mileage': 21222, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-05-24', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL24NZF/2026-03-25/image/6c66fd15-0958-48e2-a1c2-980647142194_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/a85eaafb-d7a1-4262-8188-afcd5f2e4995_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/1fd97de0-c5ad-4d8b-ab17-d55223405d7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/81eb76aa-ad67-491e-bf77-8de0f98eba86_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/5c6910a4-1429-464a-a325-49bedb4bf8c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/cdea43fe-1bd7-4fb2-8bc1-ce14fe4c2449_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/461e67c7-566f-41be-bedc-a399b3ac3296_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/3ea2a99c-fa89-4b9c-944c-c83c1c2ea3b9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 14K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a411bf0-28ef-4ad4-95b2-a5d77caf702b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688360, 'registration': 'LL24NZF', 'account': 'MOT070', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] M Sport 5dr Step Auto [LCP]', 'mileage': 21222, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-05-24', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL24NZF/2026-03-25/image/6c66fd15-0958-48e2-a1c2-980647142194_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/a85eaafb-d7a1-4262-8188-afcd5f2e4995_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/1fd97de0-c5ad-4d8b-ab17-d55223405d7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/81eb76aa-ad67-491e-bf77-8de0f98eba86_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/5c6910a4-1429-464a-a325-49bedb4bf8c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/cdea43fe-1bd7-4fb2-8bc1-ce14fe4c2449_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/461e67c7-566f-41be-bedc-a399b3ac3296_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/3ea2a99c-fa89-4b9c-944c-c83c1c2ea3b9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 14K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a411bf0-28ef-4ad4-95b2-a5d77caf702b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e19aceec-e3da-557b-8b03-722ef233f0f9 with identifier: 120688360
2026-03-28 13:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e19aceec-e3da-557b-8b03-722ef233f0f9 with scrape type 2
2026-03-28 13:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e19aceec-e3da-557b-8b03-722ef233f0f9 with scrape type 2
2026-03-28 13:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e19aceec-e3da-557b-8b03-722ef233f0f9, identifier: 120688360
2026-03-28 13:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e19aceec-e3da-557b-8b03-722ef233f0f9 with identifier: 120688360
2026-03-28 13:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e19aceec-e3da-557b-8b03-722ef233f0f9 with identifier: 120688360
2026-03-28 13:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e19aceec-e3da-557b-8b03-722ef233f0f9 with identifier: 120688360 to the API
2026-03-28 13:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688360?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'e19aceec-e3da-557b-8b03-722ef233f0f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL24NZF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688360',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 21222,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seller_name': 'Motability Operations',
'title': 'BMW 1 SERIES HATCHBACK 118i [136] M Sport 5dr Step Auto [LCP]',
'transmission': 'automatic',
'trim': '118i [136] M Sport 5dr Step Auto [LCP]',
'vin': None,
'year': 2024}
2026-03-28 13:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688360%27 HTTP/1.1" 200 None
2026-03-28 13:02:11 [astonbarclay.gb] INFO: Saving data for 120688360: {'auction_closing_time': 1776675600.0, 'created_time': 1774292571.983131, 'last_price_update_time': 1774702931.006463}
2026-03-28 13:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688360') HTTP/1.1" 204 0
2026-03-28 13:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120838495?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120838495, 'registration': 'KW16VWF', 'account': 'WBA001', 'make': 'DS', 'model': 'DS 4 DIESEL HATCHBACK', 'derivative': '1.6 BlueHDi Elegance 5dr EAT6', 'mileage': 77111, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-06-07', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '**704** VOSA STATES 25K, 31K, 37K, 43K, 49K, 59K, 70K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120838495, 'registration': 'KW16VWF', 'account': 'WBA001', 'make': 'DS', 'model': 'DS 4 DIESEL HATCHBACK', 'derivative': '1.6 BlueHDi Elegance 5dr EAT6', 'mileage': 77111, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-06-07', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '**704** VOSA STATES 25K, 31K, 37K, 43K, 49K, 59K, 70K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09e65c14-d0dd-5778-8e84-29de14531fbf with identifier: 120838495
2026-03-28 13:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09e65c14-d0dd-5778-8e84-29de14531fbf with scrape type 2
2026-03-28 13:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09e65c14-d0dd-5778-8e84-29de14531fbf with scrape type 2
2026-03-28 13:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 09e65c14-d0dd-5778-8e84-29de14531fbf, identifier: 120838495
2026-03-28 13:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 09e65c14-d0dd-5778-8e84-29de14531fbf with identifier: 120838495
2026-03-28 13:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 09e65c14-d0dd-5778-8e84-29de14531fbf with identifier: 120838495
2026-03-28 13:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 09e65c14-d0dd-5778-8e84-29de14531fbf with identifier: 120838495 to the API
2026-03-28 13:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120838495?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '09e65c14-d0dd-5778-8e84-29de14531fbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW16VWF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120838495',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DS',
'model': 'DS 4 DIESEL HATCHBACK',
'odometer': 77111,
'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',
'title': 'DS DS 4 DIESEL HATCHBACK 1.6 BlueHDi Elegance 5dr EAT6',
'transmission': 'automatic',
'trim': '1.6 BlueHDi Elegance 5dr EAT6',
'vin': None,
'year': 2016}
2026-03-28 13:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120838495%27 HTTP/1.1" 200 None
2026-03-28 13:02:11 [astonbarclay.gb] INFO: Saving data for 120838495: {'auction_closing_time': 1774958400.0, 'created_time': 1774605803.107216, 'last_price_update_time': 1774702931.517419}
2026-03-28 13:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120838495') HTTP/1.1" 204 0
2026-03-28 13:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120631938?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120631938, 'registration': 'EN72OTD', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 ST-Line 5dr', 'mileage': 48472, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN72OTD/2026-03-20/image/09febfc9-57c8-4cc1-b4b2-fb6403e6f7fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/31db8d81-9afe-4090-9120-92e94b5c9dc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/252dbb0f-f9a1-4af6-a81e-9ec86e5b3353_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/4e390da4-fa83-4ed8-9866-39c692486669_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/f45c9faa-311e-4be5-b544-9206cfee22be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/ee06b6ac-72c2-46ac-8170-f30e07653565_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/7f7ac170-f1c6-49f9-a1e2-05041ae246f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/6bcac70d-4001-4ed1-9e58-a988c6f4c88d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/7f4ce827-feef-4f29-b052-dcde0c3dd141_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 14k- 10/24 33k', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5970a74-3d0b-47d4-ba89-bcaff997cf59.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120631938, 'registration': 'EN72OTD', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 ST-Line 5dr', 'mileage': 48472, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN72OTD/2026-03-20/image/09febfc9-57c8-4cc1-b4b2-fb6403e6f7fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/31db8d81-9afe-4090-9120-92e94b5c9dc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/252dbb0f-f9a1-4af6-a81e-9ec86e5b3353_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/4e390da4-fa83-4ed8-9866-39c692486669_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/f45c9faa-311e-4be5-b544-9206cfee22be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/ee06b6ac-72c2-46ac-8170-f30e07653565_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/7f7ac170-f1c6-49f9-a1e2-05041ae246f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/6bcac70d-4001-4ed1-9e58-a988c6f4c88d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/7f4ce827-feef-4f29-b052-dcde0c3dd141_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 14k- 10/24 33k', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5970a74-3d0b-47d4-ba89-bcaff997cf59.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with identifier: 120631938
2026-03-28 13:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with scrape type 2
2026-03-28 13:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with scrape type 2
2026-03-28 13:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e, identifier: 120631938
2026-03-28 13:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with identifier: 120631938
2026-03-28 13:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with identifier: 120631938
2026-03-28 13:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with identifier: 120631938 to the API
2026-03-28 13:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120631938?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '88ee8d32-1af0-5e0a-8bd0-1f42b0de229e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN72OTD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120631938',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 48472,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seller_name': 'Motability Operations',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Hybrid mHEV 125 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV 125 ST-Line 5dr',
'vin': None,
'year': 2023}
2026-03-28 13:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631938%27 HTTP/1.1" 200 None
2026-03-28 13:02:13 [astonbarclay.gb] INFO: Saving data for 120631938: {'auction_closing_time': 1776675600.0, 'created_time': 1774001047.06918, 'last_price_update_time': 1774702933.536762}
2026-03-28 13:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631938') HTTP/1.1" 204 0
2026-03-28 13:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120793011?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119877912?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120793011, 'registration': 'EO72SGX', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 11455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-24', 'fuel': 'Petrol', 'motExpiry': '2026-09-15', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO72SGX/2026-03-26/image/98bdac07-1328-4c54-b5f8-dd9e4a32bda0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/16557fc9-1f46-441c-a7f0-b51aae6be2bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/356d5f15-f16f-44a1-8295-b6945d72113c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/5d5e7f8a-b24e-49ec-8cfa-b5c7e005eeb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/8b00156a-2720-463d-b741-29953b03dff1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/1a8b2a32-9bae-4a59-b23c-8a67f558367a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/7a4fb616-ec51-4b90-bb77-0a50a975cb69_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 4K - 12/24 6K', 'remarks': 'VOSA STATES, 10K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e72b2d33-a2c5-43dc-ac5c-9250d0a917d9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120793011, 'registration': 'EO72SGX', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 11455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-24', 'fuel': 'Petrol', 'motExpiry': '2026-09-15', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO72SGX/2026-03-26/image/98bdac07-1328-4c54-b5f8-dd9e4a32bda0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/16557fc9-1f46-441c-a7f0-b51aae6be2bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/356d5f15-f16f-44a1-8295-b6945d72113c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/5d5e7f8a-b24e-49ec-8cfa-b5c7e005eeb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/8b00156a-2720-463d-b741-29953b03dff1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/1a8b2a32-9bae-4a59-b23c-8a67f558367a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO72SGX/2026-03-26/image/7a4fb616-ec51-4b90-bb77-0a50a975cb69_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 4K - 12/24 6K', 'remarks': 'VOSA STATES, 10K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e72b2d33-a2c5-43dc-ac5c-9250d0a917d9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f978e431-1fe6-5245-a459-a4e6d922c5b2 with identifier: 120793011
2026-03-28 13:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f978e431-1fe6-5245-a459-a4e6d922c5b2 with scrape type 2
2026-03-28 13:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f978e431-1fe6-5245-a459-a4e6d922c5b2 with scrape type 2
2026-03-28 13:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f978e431-1fe6-5245-a459-a4e6d922c5b2, identifier: 120793011
2026-03-28 13:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f978e431-1fe6-5245-a459-a4e6d922c5b2 with identifier: 120793011
2026-03-28 13:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f978e431-1fe6-5245-a459-a4e6d922c5b2 with identifier: 120793011
2026-03-28 13:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f978e431-1fe6-5245-a459-a4e6d922c5b2 with identifier: 120793011 to the API
2026-03-28 13:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120793011?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'f978e431-1fe6-5245-a459-a4e6d922c5b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO72SGX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120793011',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 11455,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-24',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL CORSA HATCHBACK 1.2 Turbo Ultimate 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Ultimate 5dr Auto',
'vin': None,
'year': 2022}
2026-03-28 13:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120793011%27 HTTP/1.1" 200 None
2026-03-28 13:02:14 [astonbarclay.gb] INFO: Saving data for 120793011: {'auction_closing_time': 1776675600.0, 'created_time': 1774519332.146817, 'last_price_update_time': 1774702934.994036}
2026-03-28 13:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120793011') HTTP/1.1" 204 0
2026-03-28 13:02:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119877912, 'registration': 'BYZ8198', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON SPORTBACK', 'derivative': '150kW 40 82kWh S Line 5dr Auto [C+S/Tech Pack]', 'mileage': 70095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-23', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BYZ8198/2026-03-05/image/5dcfcfbb-04a4-467a-95c2-45d04d50c0af_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/4573028a-8ba6-46ed-9ea1-756f9dd2b17c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/26a6611b-eac8-4071-922a-6a08c997999b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/8b538295-6856-48d0-9ea4-bccd01634f91_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/4de1b514-f257-4bc0-9d5b-987f897320da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/4f80e274-ccb4-42ce-8568-b32b067cb751_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/27b37609-ec00-43c0-a3bd-dccd0bd5f76f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/a9fbb6b6-0f06-4dd9-a392-d534d254a6e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/d7f9f7fc-7879-4d7d-86dd-daced8e1a2b0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25-48K,', 'remarks': '**1110** CHARGING LEAD 20in 5-y Spoke Alloys\tAmbient Lighting Plus Pack\tDinamica Microfibre + Leatherette Metallic Paint 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/4920ec52-557a-4927-ab02-269cae2e6ceb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:02:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119877912, 'registration': 'BYZ8198', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON SPORTBACK', 'derivative': '150kW 40 82kWh S Line 5dr Auto [C+S/Tech Pack]', 'mileage': 70095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-23', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BYZ8198/2026-03-05/image/5dcfcfbb-04a4-467a-95c2-45d04d50c0af_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/4573028a-8ba6-46ed-9ea1-756f9dd2b17c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/26a6611b-eac8-4071-922a-6a08c997999b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/8b538295-6856-48d0-9ea4-bccd01634f91_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/4de1b514-f257-4bc0-9d5b-987f897320da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/4f80e274-ccb4-42ce-8568-b32b067cb751_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/27b37609-ec00-43c0-a3bd-dccd0bd5f76f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/a9fbb6b6-0f06-4dd9-a392-d534d254a6e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BYZ8198/2026-03-05/image/d7f9f7fc-7879-4d7d-86dd-daced8e1a2b0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25-48K,', 'remarks': '**1110** CHARGING LEAD 20in 5-y Spoke Alloys\tAmbient Lighting Plus Pack\tDinamica Microfibre + Leatherette Metallic Paint 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/4920ec52-557a-4927-ab02-269cae2e6ceb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3383d471-9b5b-5ad4-a361-45f8b8ad19a6 with identifier: 119877912
2026-03-28 13:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3383d471-9b5b-5ad4-a361-45f8b8ad19a6 with scrape type 2
2026-03-28 13:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3383d471-9b5b-5ad4-a361-45f8b8ad19a6 with scrape type 2
2026-03-28 13:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3383d471-9b5b-5ad4-a361-45f8b8ad19a6, identifier: 119877912
2026-03-28 13:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3383d471-9b5b-5ad4-a361-45f8b8ad19a6 with identifier: 119877912
2026-03-28 13:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3383d471-9b5b-5ad4-a361-45f8b8ad19a6 with identifier: 119877912
2026-03-28 13:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3383d471-9b5b-5ad4-a361-45f8b8ad19a6 with identifier: 119877912 to the API
2026-03-28 13:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119877912?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-04-08T08:45:00Z',
'fuel_type': 'Electric',
'id': '3383d471-9b5b-5ad4-a361-45f8b8ad19a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BYZ8198',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119877912',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q4 E-TRON SPORTBACK',
'odometer': 70095,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-23',
'seller_name': 'Zenith',
'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-28 13:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119877912%27 HTTP/1.1" 200 None
2026-03-28 13:02:15 [astonbarclay.gb] INFO: Saving data for 119877912: {'auction_closing_time': 1775637900.0, 'created_time': 1773752841.085504, 'last_price_update_time': 1774702935.467149}
2026-03-28 13:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119877912') HTTP/1.1" 204 0
2026-03-28 13:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120818990?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120818990, 'registration': 'DS25NWL', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 11395, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-04-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120818990, 'registration': 'DS25NWL', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 11395, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2025-04-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f237891c-8e1a-54f3-8d61-f9a4a436c065 with identifier: 120818990
2026-03-28 13:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f237891c-8e1a-54f3-8d61-f9a4a436c065 with scrape type 2
2026-03-28 13:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f237891c-8e1a-54f3-8d61-f9a4a436c065 with scrape type 2
2026-03-28 13:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f237891c-8e1a-54f3-8d61-f9a4a436c065, identifier: 120818990
2026-03-28 13:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f237891c-8e1a-54f3-8d61-f9a4a436c065 with identifier: 120818990
2026-03-28 13:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f237891c-8e1a-54f3-8d61-f9a4a436c065 with identifier: 120818990
2026-03-28 13:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f237891c-8e1a-54f3-8d61-f9a4a436c065 with identifier: 120818990 to the API
2026-03-28 13:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120818990?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol',
'id': 'f237891c-8e1a-54f3-8d61-f9a4a436c065',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DS25NWL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120818990',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 11395,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-14',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL CORSA HATCHBACK 1.2 Turbo Ultimate 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Ultimate 5dr Auto',
'vin': None,
'year': 2025}
2026-03-28 13:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120818990%27 HTTP/1.1" 200 None
2026-03-28 13:02:16 [astonbarclay.gb] INFO: Saving data for 120818990: {'auction_closing_time': 1775553300.0, 'created_time': 1774605772.052133, 'last_price_update_time': 1774702936.862352}
2026-03-28 13:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120818990') HTTP/1.1" 204 0
2026-03-28 13:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119650779?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119650779, 'registration': 'LE71BHV', 'account': 'ZEN002', 'make': 'KIA', 'model': 'EV6 ELECTRIC ESTATE', 'derivative': '166kW GT Line 77.4kWh 5dr Auto', 'mileage': 42162, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-16', 'fuel': 'Electric', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LE71BHV/2026-02-19/image/1b5c6e11-e395-4fd4-8bbd-8e251263b563_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/472ef3e1-860c-4a79-90e9-b5d458d811ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/e76b122c-0c6e-4911-8572-f490840a4c22_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/e26b4379-4fdf-4685-bb88-53f36834321f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/d0abbabf-f2d2-474b-b8e8-c19259704cc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/522a6051-f0d3-459a-9540-00831a27935a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/b160946c-1f6a-4b7e-bcce-697535c9007a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/9f8da666-7406-469f-85fc-70290ed563f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/6afef0ca-3058-4eba-a940-12a0945bab84_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/091a07d3-57c0-4a2c-a6fc-f650185eded5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 20K, 01/26- 41K,', 'remarks': '**851**VOSA STATES 29K, 39K, 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/9af3f59d-24b9-473e-a7c8-8ee070b4d246.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119650779, 'registration': 'LE71BHV', 'account': 'ZEN002', 'make': 'KIA', 'model': 'EV6 ELECTRIC ESTATE', 'derivative': '166kW GT Line 77.4kWh 5dr Auto', 'mileage': 42162, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-16', 'fuel': 'Electric', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LE71BHV/2026-02-19/image/1b5c6e11-e395-4fd4-8bbd-8e251263b563_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/472ef3e1-860c-4a79-90e9-b5d458d811ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/e76b122c-0c6e-4911-8572-f490840a4c22_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/e26b4379-4fdf-4685-bb88-53f36834321f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/d0abbabf-f2d2-474b-b8e8-c19259704cc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/522a6051-f0d3-459a-9540-00831a27935a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/b160946c-1f6a-4b7e-bcce-697535c9007a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/9f8da666-7406-469f-85fc-70290ed563f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/6afef0ca-3058-4eba-a940-12a0945bab84_removebg.jpg?w=600', 'https://abimg003.imgix.net/LE71BHV/2026-02-19/image/091a07d3-57c0-4a2c-a6fc-f650185eded5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 20K, 01/26- 41K,', 'remarks': '**851**VOSA STATES 29K, 39K, 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/9af3f59d-24b9-473e-a7c8-8ee070b4d246.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a8423d6-8f93-56de-840f-0d1e2bdb89b4 with identifier: 119650779
2026-03-28 13:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a8423d6-8f93-56de-840f-0d1e2bdb89b4 with scrape type 2
2026-03-28 13:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a8423d6-8f93-56de-840f-0d1e2bdb89b4 with scrape type 2
2026-03-28 13:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0a8423d6-8f93-56de-840f-0d1e2bdb89b4, identifier: 119650779
2026-03-28 13:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0a8423d6-8f93-56de-840f-0d1e2bdb89b4 with identifier: 119650779
2026-03-28 13:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0a8423d6-8f93-56de-840f-0d1e2bdb89b4 with identifier: 119650779
2026-03-28 13:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0a8423d6-8f93-56de-840f-0d1e2bdb89b4 with identifier: 119650779 to the API
2026-03-28 13:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119650779?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-04-08T08:45:00Z',
'fuel_type': 'Electric',
'id': '0a8423d6-8f93-56de-840f-0d1e2bdb89b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LE71BHV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119650779',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'EV6 ELECTRIC ESTATE',
'odometer': 42162,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seller_name': 'Zenith',
'title': 'KIA EV6 ELECTRIC ESTATE 166kW GT Line 77.4kWh 5dr Auto',
'transmission': 'automatic',
'trim': '166kW GT Line 77.4kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-28 13:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119650779%27 HTTP/1.1" 200 None
2026-03-28 13:02:17 [astonbarclay.gb] INFO: Saving data for 119650779: {'auction_closing_time': 1775637900.0, 'created_time': 1773752859.690386, 'last_price_update_time': 1774702937.450888}
2026-03-28 13:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119650779') HTTP/1.1" 204 0
2026-03-28 13:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119670217?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119670217, 'registration': 'MT71UZE', 'account': 'LEA009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Standard Plus 4dr Auto', 'mileage': 60704, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-11-29', 'fuel': 'Electric', 'motExpiry': '2026-11-28', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MT71UZE/2026-02-18/image/8284f28e-2ed9-4f55-b15d-0ec8a8e78f13_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/3ce010a5-bd4c-489f-b1f4-f4e0d5ef3c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/e97fffb3-3f9c-4fc5-a866-47b186caeb8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/091c4822-0fa0-48b0-af62-2dd59770b5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/2dd3c502-a3f0-43f8-b260-40f0595d6452_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/86ded345-bee1-4a19-81b0-23c1a624a621_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/90f383fd-9860-4de5-aaf4-cd2540846a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/ccb999c6-f985-435a-8643-d79d396fc95a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/6f9478af-a52d-4a2f-961b-7f8d0158b3ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/b7af93c7-fa87-44b1-9996-3eae037b0aad_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1092** VOSA STATES 43K, 56K, 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/50447b6e-7c3e-4a00-b5e8-1222bf29fb0f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119670217, 'registration': 'MT71UZE', 'account': 'LEA009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Standard Plus 4dr Auto', 'mileage': 60704, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-11-29', 'fuel': 'Electric', 'motExpiry': '2026-11-28', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MT71UZE/2026-02-18/image/8284f28e-2ed9-4f55-b15d-0ec8a8e78f13_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/3ce010a5-bd4c-489f-b1f4-f4e0d5ef3c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/e97fffb3-3f9c-4fc5-a866-47b186caeb8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/091c4822-0fa0-48b0-af62-2dd59770b5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/2dd3c502-a3f0-43f8-b260-40f0595d6452_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/86ded345-bee1-4a19-81b0-23c1a624a621_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/90f383fd-9860-4de5-aaf4-cd2540846a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/ccb999c6-f985-435a-8643-d79d396fc95a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/6f9478af-a52d-4a2f-961b-7f8d0158b3ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT71UZE/2026-02-18/image/b7af93c7-fa87-44b1-9996-3eae037b0aad_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1092** VOSA STATES 43K, 56K, 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/50447b6e-7c3e-4a00-b5e8-1222bf29fb0f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01c78163-b566-59c9-bc0f-be90c241cbab with identifier: 119670217
2026-03-28 13:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01c78163-b566-59c9-bc0f-be90c241cbab with scrape type 2
2026-03-28 13:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01c78163-b566-59c9-bc0f-be90c241cbab with scrape type 2
2026-03-28 13:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 01c78163-b566-59c9-bc0f-be90c241cbab, identifier: 119670217
2026-03-28 13:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 01c78163-b566-59c9-bc0f-be90c241cbab with identifier: 119670217
2026-03-28 13:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 01c78163-b566-59c9-bc0f-be90c241cbab with identifier: 119670217
2026-03-28 13:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 01c78163-b566-59c9-bc0f-be90c241cbab with identifier: 119670217 to the API
2026-03-28 13:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119670217?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Electric',
'id': '01c78163-b566-59c9-bc0f-be90c241cbab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MT71UZE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119670217',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 60704,
'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': 'Zenith',
'title': 'TESLA MODEL 3 SALOON Standard Plus 4dr Auto',
'transmission': 'automatic',
'trim': 'Standard Plus 4dr Auto',
'vin': None,
'year': 2021}
2026-03-28 13:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119670217%27 HTTP/1.1" 200 None
2026-03-28 13:02:21 [astonbarclay.gb] INFO: Saving data for 119670217: {'auction_closing_time': 1775637900.0, 'created_time': 1773753000.031496, 'last_price_update_time': 1774702941.384525}
2026-03-28 13:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119670217') HTTP/1.1" 204 0
2026-03-28 13:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119270827?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119270827, 'registration': 'SC15BVU', 'account': 'SMC012', 'make': 'DACIA', 'model': 'SANDERO STEPWAY DIESEL HATCHBACK', 'derivative': '1.5 dCi Laureate 5dr', 'mileage': 68876, 'mileageWarranty': True, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-05-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SC15BVU/2026-02-24/image/b53211c4-56d6-4d2c-8ae6-ed07df5f498c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/d56a772b-e78b-4082-933e-27ef67b37d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/cd994917-17f8-408f-b687-3f1ecb9c3080_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/cd014d59-dcb8-4e64-a392-96bb35534cb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/87d791bc-cfc7-4523-b418-8bfa7816bfca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/7936bebd-6db2-434f-aaf3-e0fe9e52cfef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/a298358c-8969-4460-a66b-2c1198ce02f4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'CAT D - SALVAGE - Damage is front end and undercarriage NO V5 NON-RUNNER COLLECTION ONLY CHELMSFORD - ENGINE ISSUES, MAY HAVE FURTHER FAULTS, SOLD AS SEEN - VOSA STATES 41K, 61K, 67K', 'virtual': True, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 105, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119270827, 'registration': 'SC15BVU', 'account': 'SMC012', 'make': 'DACIA', 'model': 'SANDERO STEPWAY DIESEL HATCHBACK', 'derivative': '1.5 dCi Laureate 5dr', 'mileage': 68876, 'mileageWarranty': True, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-05-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SC15BVU/2026-02-24/image/b53211c4-56d6-4d2c-8ae6-ed07df5f498c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/d56a772b-e78b-4082-933e-27ef67b37d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/cd994917-17f8-408f-b687-3f1ecb9c3080_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/cd014d59-dcb8-4e64-a392-96bb35534cb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/87d791bc-cfc7-4523-b418-8bfa7816bfca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/7936bebd-6db2-434f-aaf3-e0fe9e52cfef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/a298358c-8969-4460-a66b-2c1198ce02f4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'CAT D - SALVAGE - Damage is front end and undercarriage NO V5 NON-RUNNER COLLECTION ONLY CHELMSFORD - ENGINE ISSUES, MAY HAVE FURTHER FAULTS, SOLD AS SEEN - VOSA STATES 41K, 61K, 67K', 'virtual': True, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 105, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with identifier: 119270827
2026-03-28 13:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with scrape type 2
2026-03-28 13:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with scrape type 2
2026-03-28 13:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1f2514bd-a63b-5c3d-847d-17cacdf4a862, identifier: 119270827
2026-03-28 13:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with identifier: 119270827
2026-03-28 13:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with identifier: 119270827
2026-03-28 13:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with identifier: 119270827 to the API
2026-03-28 13:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119270827?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '1f2514bd-a63b-5c3d-847d-17cacdf4a862',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SC15BVU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119270827',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'DACIA',
'model': 'SANDERO STEPWAY DIESEL HATCHBACK',
'odometer': 68876,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-29',
'seller_name': 'SMC Group',
'title': 'DACIA SANDERO STEPWAY DIESEL HATCHBACK 1.5 dCi Laureate 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Laureate 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119270827%27 HTTP/1.1" 200 None
2026-03-28 13:02:33 [astonbarclay.gb] INFO: Saving data for 119270827: {'auction_closing_time': 1775210400.0, 'created_time': 1773404606.428196, 'last_price_update_time': 1774702953.43195}
2026-03-28 13:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119270827') HTTP/1.1" 204 0
2026-03-28 13:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120841318?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120841318, 'registration': 'DC72BZR', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 28046, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-14', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DC72BZR/2026-03-27/image/08165cb5-6f48-4343-a356-286be35302c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/68780a82-e7d5-47e3-8303-b222a59da2c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/8a0d6d53-7077-4a7a-a2d5-bc9d8e65ceaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/050fc1bc-c74e-489a-bd29-56c5bf1ee9ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/fbec7456-03b5-4cb8-b53e-1a743f962061_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/2622f5f7-7792-42c5-b2b6-9c5f37ee7971_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/6f614f57-5096-4739-86d3-e3bd2d05de55_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/89cafb2a-43c1-4454-aca3-7358aecb88ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/4794082e-f97e-4318-a3cc-99bd79987b43_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24-9K 02/25-18K', 'remarks': 'vosa@ 26k 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e64a312f-a890-4303-bc5b-06b62714a5da.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120841318, 'registration': 'DC72BZR', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 28046, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-14', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DC72BZR/2026-03-27/image/08165cb5-6f48-4343-a356-286be35302c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/68780a82-e7d5-47e3-8303-b222a59da2c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/8a0d6d53-7077-4a7a-a2d5-bc9d8e65ceaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/050fc1bc-c74e-489a-bd29-56c5bf1ee9ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/fbec7456-03b5-4cb8-b53e-1a743f962061_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/2622f5f7-7792-42c5-b2b6-9c5f37ee7971_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/6f614f57-5096-4739-86d3-e3bd2d05de55_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/89cafb2a-43c1-4454-aca3-7358aecb88ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC72BZR/2026-03-27/image/4794082e-f97e-4318-a3cc-99bd79987b43_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24-9K 02/25-18K', 'remarks': 'vosa@ 26k 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e64a312f-a890-4303-bc5b-06b62714a5da.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05d3b3d5-d3ca-53ed-ae50-039b1a9d0d8c with identifier: 120841318
2026-03-28 13:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05d3b3d5-d3ca-53ed-ae50-039b1a9d0d8c with scrape type 2
2026-03-28 13:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05d3b3d5-d3ca-53ed-ae50-039b1a9d0d8c with scrape type 2
2026-03-28 13:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 05d3b3d5-d3ca-53ed-ae50-039b1a9d0d8c, identifier: 120841318
2026-03-28 13:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 05d3b3d5-d3ca-53ed-ae50-039b1a9d0d8c with identifier: 120841318
2026-03-28 13:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 05d3b3d5-d3ca-53ed-ae50-039b1a9d0d8c with identifier: 120841318
2026-03-28 13:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 05d3b3d5-d3ca-53ed-ae50-039b1a9d0d8c with identifier: 120841318 to the API
2026-03-28 13:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120841318?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '05d3b3d5-d3ca-53ed-ae50-039b1a9d0d8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DC72BZR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120841318',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 28046,
'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': '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-28 13:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120841318%27 HTTP/1.1" 200 None
2026-03-28 13:02:36 [astonbarclay.gb] INFO: Saving data for 120841318: {'auction_closing_time': 1775553300.0, 'created_time': 1774605797.462445, 'last_price_update_time': 1774702956.390284}
2026-03-28 13:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120841318') HTTP/1.1" 204 0
2026-03-28 13:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120819000?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120819000, 'registration': 'WJ72MPU', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ALLSPACE ESTATE', 'derivative': '1.5 TSI Life 5dr DSG', 'mileage': 8793, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-10-17', 'fuel': 'Petrol', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', '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': 163, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120819000, 'registration': 'WJ72MPU', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ALLSPACE ESTATE', 'derivative': '1.5 TSI Life 5dr DSG', 'mileage': 8793, 'mileageWarranty': True, 'type': 'car', 'saleId': 19182, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-04-07T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-10-17', 'fuel': 'Petrol', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', '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': 163, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49821af9-0002-5607-8084-497588748c51 with identifier: 120819000
2026-03-28 13:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49821af9-0002-5607-8084-497588748c51 with scrape type 2
2026-03-28 13:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49821af9-0002-5607-8084-497588748c51 with scrape type 2
2026-03-28 13:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 49821af9-0002-5607-8084-497588748c51, identifier: 120819000
2026-03-28 13:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 49821af9-0002-5607-8084-497588748c51 with identifier: 120819000
2026-03-28 13:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 49821af9-0002-5607-8084-497588748c51 with identifier: 120819000
2026-03-28 13:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 49821af9-0002-5607-8084-497588748c51 with identifier: 120819000 to the API
2026-03-28 13:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120819000?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 163,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-07T09:15:00Z',
'fuel_type': 'Petrol',
'id': '49821af9-0002-5607-8084-497588748c51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WJ72MPU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120819000',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE ESTATE',
'odometer': 8793,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-17',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN TIGUAN ALLSPACE ESTATE 1.5 TSI Life 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI Life 5dr DSG',
'vin': None,
'year': 2022}
2026-03-28 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120819000%27 HTTP/1.1" 200 None
2026-03-28 13:02:37 [astonbarclay.gb] INFO: Saving data for 120819000: {'auction_closing_time': 1775553300.0, 'created_time': 1774605771.280851, 'last_price_update_time': 1774702957.18138}
2026-03-28 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120819000') HTTP/1.1" 204 0
2026-03-28 13:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118212820?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118212820, 'registration': 'BW18OCF', 'account': 'MOT131', 'make': 'ALFA ROMEO', 'model': 'GIULIA DIESEL SALOON', 'derivative': '2.2 JTDM-2 180 Tecnica 4dr Auto', 'mileage': 113934, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-08-14', 'fuel': 'Diesel', 'motExpiry': '2025-11-24', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BW18OCF/2026-01-22/image/442afdd1-c932-408d-b91e-688673efa882_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/e1c2ce5b-7410-4ba0-973e-7c7878aa66de_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/53b5e908-9a4c-46ef-89c6-01074caba961_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/aea0b47f-2ef3-4949-906b-3c60cd511b71_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/6e5d481b-ab9e-4a53-914d-c1d28eaaa51c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/e1041ea9-a87f-478c-9d36-1832eb180452_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 12K, 08/21 - 52K, 03/22 - 62K, 07/22 - 69K, 01/23 - 84K, 10/23 - 99K', 'remarks': '****NON-RUNNER , ENGINE SEIZED, POSSIBLE FURTHER PROBLEMS, COLLECTION ONLY FROM CHELMSFORD*****NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 52K, 69K, 94K, 110K', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 109, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9375e23b-a52f-41cb-99ca-9954d8853ba8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118212820, 'registration': 'BW18OCF', 'account': 'MOT131', 'make': 'ALFA ROMEO', 'model': 'GIULIA DIESEL SALOON', 'derivative': '2.2 JTDM-2 180 Tecnica 4dr Auto', 'mileage': 113934, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-08-14', 'fuel': 'Diesel', 'motExpiry': '2025-11-24', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BW18OCF/2026-01-22/image/442afdd1-c932-408d-b91e-688673efa882_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/e1c2ce5b-7410-4ba0-973e-7c7878aa66de_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/53b5e908-9a4c-46ef-89c6-01074caba961_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/aea0b47f-2ef3-4949-906b-3c60cd511b71_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/6e5d481b-ab9e-4a53-914d-c1d28eaaa51c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/e1041ea9-a87f-478c-9d36-1832eb180452_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 12K, 08/21 - 52K, 03/22 - 62K, 07/22 - 69K, 01/23 - 84K, 10/23 - 99K', 'remarks': '****NON-RUNNER , ENGINE SEIZED, POSSIBLE FURTHER PROBLEMS, COLLECTION ONLY FROM CHELMSFORD*****NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 52K, 69K, 94K, 110K', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 109, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9375e23b-a52f-41cb-99ca-9954d8853ba8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b34d5a-2ed6-55b3-b75f-984fa71368fc with identifier: 118212820
2026-03-28 13:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b34d5a-2ed6-55b3-b75f-984fa71368fc with scrape type 2
2026-03-28 13:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3b34d5a-2ed6-55b3-b75f-984fa71368fc with scrape type 2
2026-03-28 13:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c3b34d5a-2ed6-55b3-b75f-984fa71368fc, identifier: 118212820
2026-03-28 13:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c3b34d5a-2ed6-55b3-b75f-984fa71368fc with identifier: 118212820
2026-03-28 13:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c3b34d5a-2ed6-55b3-b75f-984fa71368fc with identifier: 118212820
2026-03-28 13:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c3b34d5a-2ed6-55b3-b75f-984fa71368fc with identifier: 118212820 to the API
2026-03-28 13:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118212820?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c3b34d5a-2ed6-55b3-b75f-984fa71368fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BW18OCF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118212820',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'ALFA ROMEO',
'model': 'GIULIA DIESEL SALOON',
'odometer': 113934,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-14',
'seller_name': 'MotoNovo Finance',
'title': 'ALFA ROMEO GIULIA DIESEL SALOON 2.2 JTDM-2 180 Tecnica 4dr Auto',
'transmission': 'automatic',
'trim': '2.2 JTDM-2 180 Tecnica 4dr Auto',
'vin': None,
'year': 2018}
2026-03-28 13:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118212820%27 HTTP/1.1" 200 None
2026-03-28 13:02:41 [astonbarclay.gb] INFO: Saving data for 118212820: {'auction_closing_time': 1775210400.0, 'created_time': 1773948112.010629, 'last_price_update_time': 1774702961.387108}
2026-03-28 13:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118212820') HTTP/1.1" 204 0
2026-03-28 13:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120114758?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120114758, 'registration': 'RJ17KZK', 'account': 'MOT131', 'make': 'BMW', 'model': '3 SERIES DIESEL TOURING (NR)', 'derivative': '335d xDrive M Sport 5dr Step Auto', 'mileage': 114983, 'mileageWarranty': True, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-06-07', 'fuel': 'Diesel', 'motExpiry': '2026-07-02', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/44b89d28-ce01-4bf4-8ee0-214f8dc1b9b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/b8f63700-a53a-4f8c-9200-d3b8296c0277_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/408bb666-0fff-45e6-a0a2-60b4e791e66f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/834d8a3b-5eef-4e24-8c6a-e0a540770c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/8adc8063-ffa1-4af9-9401-cb797bcb2400_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/bf95d380-1da4-4af8-af43-8da3ecdc509d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/cf199003-f3d1-4264-9944-dc006c947224_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/3c0700cb-fa06-43cd-be27-32a157ba5afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/1e21f7b8-af91-4654-b250-8de97dc8dfd6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 06/25 107k', 'remarks': '*NON-RUNNER BATTERY DISCONNECTED – NO DELIVERY AVAILABLE (WESTBURY) ENGINE KNOCKING, REQUIRES NEW ENGINE - MAY HAVE FURTHER FAULTS* - s/key', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 151, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120114758, 'registration': 'RJ17KZK', 'account': 'MOT131', 'make': 'BMW', 'model': '3 SERIES DIESEL TOURING (NR)', 'derivative': '335d xDrive M Sport 5dr Step Auto', 'mileage': 114983, 'mileageWarranty': True, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-06-07', 'fuel': 'Diesel', 'motExpiry': '2026-07-02', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/44b89d28-ce01-4bf4-8ee0-214f8dc1b9b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/b8f63700-a53a-4f8c-9200-d3b8296c0277_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/408bb666-0fff-45e6-a0a2-60b4e791e66f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/834d8a3b-5eef-4e24-8c6a-e0a540770c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/8adc8063-ffa1-4af9-9401-cb797bcb2400_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/bf95d380-1da4-4af8-af43-8da3ecdc509d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/cf199003-f3d1-4264-9944-dc006c947224_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/3c0700cb-fa06-43cd-be27-32a157ba5afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/1e21f7b8-af91-4654-b250-8de97dc8dfd6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 06/25 107k', 'remarks': '*NON-RUNNER BATTERY DISCONNECTED – NO DELIVERY AVAILABLE (WESTBURY) ENGINE KNOCKING, REQUIRES NEW ENGINE - MAY HAVE FURTHER FAULTS* - s/key', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 151, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dba9062-4211-54cd-89e9-4bc35f72fb10 with identifier: 120114758
2026-03-28 13:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dba9062-4211-54cd-89e9-4bc35f72fb10 with scrape type 2
2026-03-28 13:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dba9062-4211-54cd-89e9-4bc35f72fb10 with scrape type 2
2026-03-28 13:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9dba9062-4211-54cd-89e9-4bc35f72fb10, identifier: 120114758
2026-03-28 13:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9dba9062-4211-54cd-89e9-4bc35f72fb10 with identifier: 120114758
2026-03-28 13:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9dba9062-4211-54cd-89e9-4bc35f72fb10 with identifier: 120114758
2026-03-28 13:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9dba9062-4211-54cd-89e9-4bc35f72fb10 with identifier: 120114758 to the API
2026-03-28 13:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120114758?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9dba9062-4211-54cd-89e9-4bc35f72fb10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ17KZK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120114758',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'BMW',
'model': '3 SERIES DIESEL TOURING (NR)',
'odometer': 114983,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-07',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 3 SERIES DIESEL TOURING (NR) 335d xDrive M Sport 5dr Step Auto',
'transmission': 'automatic',
'trim': '335d xDrive M Sport 5dr Step Auto',
'vin': None,
'year': 2017}
2026-03-28 13:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120114758%27 HTTP/1.1" 200 None
2026-03-28 13:02:43 [astonbarclay.gb] INFO: Saving data for 120114758: {'auction_closing_time': 1775210400.0, 'created_time': 1774271559.051754, 'last_price_update_time': 1774702963.442607}
2026-03-28 13:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120114758') HTTP/1.1" 204 0
2026-03-28 13:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119908197?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119908197, 'registration': 'BU18ZTS', 'account': 'MOT131', 'make': 'KIA', 'model': 'SPORTAGE ESTATE (NR)', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-03-19', 'fuel': 'Petrol', 'motExpiry': '2024-03-18', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/07bc058e-7507-4058-a912-1fa2fa310069_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/a72d55d0-6920-405c-a8f9-6eb04f5ba440_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/b1ae110b-3f2d-4ec6-96ce-e767df1f59aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/805c16ec-85a7-4da2-97f4-07b1c8de6023_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/15459243-61d6-4a5a-a2db-45669bf990c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/e8ffb717-3e6e-4271-965c-3ac271f80133_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/f9dd33d2-fe6b-4a3c-aaa7-7c248c1ae41b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 3/19 6K, 3/20 142k', 'remarks': '**NON-RUNNER - *Battery disconnected for safety* Replacement Engine needed - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE** - *No Spare Key* - "TRUE MILEAGE UNKNOWN - ODOMETER CANNOT BE READ - MILEAGE ESTIMATED AT 49k AS PER LAST KNOWN VOSA ON 02/23 AND CAP FIGURES TO REFLECT THIS ESTIMATE"', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 147, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119908197, 'registration': 'BU18ZTS', 'account': 'MOT131', 'make': 'KIA', 'model': 'SPORTAGE ESTATE (NR)', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-03-19', 'fuel': 'Petrol', 'motExpiry': '2024-03-18', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/07bc058e-7507-4058-a912-1fa2fa310069_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/a72d55d0-6920-405c-a8f9-6eb04f5ba440_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/b1ae110b-3f2d-4ec6-96ce-e767df1f59aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/805c16ec-85a7-4da2-97f4-07b1c8de6023_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/15459243-61d6-4a5a-a2db-45669bf990c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/e8ffb717-3e6e-4271-965c-3ac271f80133_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/f9dd33d2-fe6b-4a3c-aaa7-7c248c1ae41b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 3/19 6K, 3/20 142k', 'remarks': '**NON-RUNNER - *Battery disconnected for safety* Replacement Engine needed - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE** - *No Spare Key* - "TRUE MILEAGE UNKNOWN - ODOMETER CANNOT BE READ - MILEAGE ESTIMATED AT 49k AS PER LAST KNOWN VOSA ON 02/23 AND CAP FIGURES TO REFLECT THIS ESTIMATE"', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 147, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf967890-5c85-5fe2-88fb-42b68ee32e7a with identifier: 119908197
2026-03-28 13:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf967890-5c85-5fe2-88fb-42b68ee32e7a with scrape type 2
2026-03-28 13:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf967890-5c85-5fe2-88fb-42b68ee32e7a with scrape type 2
2026-03-28 13:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cf967890-5c85-5fe2-88fb-42b68ee32e7a, identifier: 119908197
2026-03-28 13:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cf967890-5c85-5fe2-88fb-42b68ee32e7a with identifier: 119908197
2026-03-28 13:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cf967890-5c85-5fe2-88fb-42b68ee32e7a with identifier: 119908197
2026-03-28 13:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cf967890-5c85-5fe2-88fb-42b68ee32e7a with identifier: 119908197 to the API
2026-03-28 13:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:02:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119908197?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cf967890-5c85-5fe2-88fb-42b68ee32e7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU18ZTS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119908197',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'KIA',
'model': 'SPORTAGE ESTATE (NR)',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-19',
'seller_name': 'MotoNovo Finance',
'title': 'KIA SPORTAGE ESTATE (NR) 1.6 GDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.6 GDi ISG 2 5dr',
'vin': None,
'year': 2018}
2026-03-28 13:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119908197%27 HTTP/1.1" 200 None
2026-03-28 13:02:58 [astonbarclay.gb] INFO: Saving data for 119908197: {'auction_closing_time': 1775210400.0, 'created_time': 1773839094.297898, 'last_price_update_time': 1774702978.06985}
2026-03-28 13:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119908197') HTTP/1.1" 204 0
2026-03-28 13:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119180124?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:02:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:02:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119180124, 'registration': 'SA59TNZ', 'account': 'LON007', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 72775, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2009-09-22', 'fuel': 'Petrol', 'motExpiry': '2026-03-23', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/dc5a3d30-8751-4792-baf3-c73045cecf5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/24d461cf-c22e-4af6-acf4-65637bfe8746_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/7f56ed44-3282-45c4-a5b7-6390173319c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/8e4d1cff-6516-4f7a-a14f-c033fd116915_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/76490fda-2ed2-47fb-a175-312a6dc056f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/08ae1f3a-aef3-4c11-aba8-dbc3efdab236_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/e4b7f2e5-011a-42d5-ae7c-e2076f4dfabe_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 1/11 11K - 10/11 19K - 10/12 28K - 04/13 31K - 01/14 33K - 04/23 60K', 'remarks': 'VOSA STATES, 56K, 60K, 65K, 69K - SPARE KEY IN OFFICE NON RUNNER COLLECTION ONLY CHELMSFORD CLUTCH GONE MAY HAVE FURTHER FAULTS SOLD AS SEEN', 'virtual': True, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119180124, 'registration': 'SA59TNZ', 'account': 'LON007', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 72775, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2009-09-22', 'fuel': 'Petrol', 'motExpiry': '2026-03-23', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/dc5a3d30-8751-4792-baf3-c73045cecf5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/24d461cf-c22e-4af6-acf4-65637bfe8746_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/7f56ed44-3282-45c4-a5b7-6390173319c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/8e4d1cff-6516-4f7a-a14f-c033fd116915_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/76490fda-2ed2-47fb-a175-312a6dc056f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/08ae1f3a-aef3-4c11-aba8-dbc3efdab236_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/e4b7f2e5-011a-42d5-ae7c-e2076f4dfabe_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 1/11 11K - 10/11 19K - 10/12 28K - 04/13 31K - 01/14 33K - 04/23 60K', 'remarks': 'VOSA STATES, 56K, 60K, 65K, 69K - SPARE KEY IN OFFICE NON RUNNER COLLECTION ONLY CHELMSFORD CLUTCH GONE MAY HAVE FURTHER FAULTS SOLD AS SEEN', 'virtual': True, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with identifier: 119180124
2026-03-28 13:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with scrape type 2
2026-03-28 13:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with scrape type 2
2026-03-28 13:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 34ad4dbc-c60a-5cd7-af46-0906979d44f6, identifier: 119180124
2026-03-28 13:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with identifier: 119180124
2026-03-28 13:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with identifier: 119180124
2026-03-28 13:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with identifier: 119180124 to the API
2026-03-28 13:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119180124?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': '34ad4dbc-c60a-5cd7-af46-0906979d44f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SA59TNZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119180124',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 72775,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-22',
'seller_name': '.',
'title': 'FORD FIESTA HATCHBACK 1.4 Zetec 5dr',
'transmission': 'manual',
'trim': '1.4 Zetec 5dr',
'vin': None,
'year': 2009}
2026-03-28 13:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119180124%27 HTTP/1.1" 200 None
2026-03-28 13:02:59 [astonbarclay.gb] INFO: Saving data for 119180124: {'auction_closing_time': 1775210400.0, 'created_time': 1773404408.727204, 'last_price_update_time': 1774702979.96021}
2026-03-28 13:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119180124') HTTP/1.1" 204 0
2026-03-28 13:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119621371?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119621371, 'registration': 'HG16HLC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi VTR+ 5dr EAT6', 'mileage': 19999, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-06-16', 'fuel': 'Diesel', 'motExpiry': '2027-01-21', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG16HLC/2026-02-25/image/eb179b12-4b07-4ebe-b51b-807793ff3937_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/8bdeeeed-db82-403c-8c8f-cd33d6454d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/5b21c6ef-0df3-4b91-aaa5-c1448e67e8f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/a9c1199f-4cbb-4167-bad5-0c3255d7d8f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/fec161ab-aa05-443f-baa1-80dff960f2f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/347fd909-4971-40c7-82f0-bda080ca676d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/f20daead-b234-4591-8fd8-eab5c65a9859_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/24-112K, 09/24-124K, 12/24-126K', 'remarks': "Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - FRONT - STARTS AND DRIVES FOR LOADING PURPOSES ANY OTHER UNKNOWN VIEWING BY PRIOR ARRANGEMENT IS RECOMMENDED. DESCRIPTION IS A GUIDE ONLY.- DELIVERY AVAILABLE - PLEASE CALL **NON-RUNNER - GEARBOX ISSUES - VEHICLE WON'T START- MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN CHELMSFORD, ESSEX** Ex-Private Hire, VOSA STATES 122K, 133K, 162K, 196K", 'virtual': True, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2066afb4-0531-46ac-b856-e51f2cfc2e71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119621371, 'registration': 'HG16HLC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi VTR+ 5dr EAT6', 'mileage': 19999, 'mileageWarranty': False, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-06-16', 'fuel': 'Diesel', 'motExpiry': '2027-01-21', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG16HLC/2026-02-25/image/eb179b12-4b07-4ebe-b51b-807793ff3937_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/8bdeeeed-db82-403c-8c8f-cd33d6454d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/5b21c6ef-0df3-4b91-aaa5-c1448e67e8f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/a9c1199f-4cbb-4167-bad5-0c3255d7d8f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/fec161ab-aa05-443f-baa1-80dff960f2f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/347fd909-4971-40c7-82f0-bda080ca676d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/f20daead-b234-4591-8fd8-eab5c65a9859_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/24-112K, 09/24-124K, 12/24-126K', 'remarks': "Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - FRONT - STARTS AND DRIVES FOR LOADING PURPOSES ANY OTHER UNKNOWN VIEWING BY PRIOR ARRANGEMENT IS RECOMMENDED. DESCRIPTION IS A GUIDE ONLY.- DELIVERY AVAILABLE - PLEASE CALL **NON-RUNNER - GEARBOX ISSUES - VEHICLE WON'T START- MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN CHELMSFORD, ESSEX** Ex-Private Hire, VOSA STATES 122K, 133K, 162K, 196K", 'virtual': True, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2066afb4-0531-46ac-b856-e51f2cfc2e71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0db88fa-0257-58d4-945d-198cbe5bdec7 with identifier: 119621371
2026-03-28 13:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0db88fa-0257-58d4-945d-198cbe5bdec7 with scrape type 2
2026-03-28 13:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0db88fa-0257-58d4-945d-198cbe5bdec7 with scrape type 2
2026-03-28 13:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a0db88fa-0257-58d4-945d-198cbe5bdec7, identifier: 119621371
2026-03-28 13:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a0db88fa-0257-58d4-945d-198cbe5bdec7 with identifier: 119621371
2026-03-28 13:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a0db88fa-0257-58d4-945d-198cbe5bdec7 with identifier: 119621371
2026-03-28 13:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a0db88fa-0257-58d4-945d-198cbe5bdec7 with identifier: 119621371 to the API
2026-03-28 13:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119621371?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a0db88fa-0257-58d4-945d-198cbe5bdec7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG16HLC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119621371',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'CITROEN',
'model': 'GRAND C4 PICASSO DIESEL ESTATE',
'odometer': 19999,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-16',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN GRAND C4 PICASSO DIESEL ESTATE 1.6 BlueHDi VTR+ 5dr EAT6',
'transmission': 'automatic',
'trim': '1.6 BlueHDi VTR+ 5dr EAT6',
'vin': None,
'year': 2016}
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119621371%27 HTTP/1.1" 200 None
2026-03-28 13:03:02 [astonbarclay.gb] INFO: Saving data for 119621371: {'auction_closing_time': 1775210400.0, 'created_time': 1773404499.020164, 'last_price_update_time': 1774702982.453377}
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119621371') HTTP/1.1" 204 0
2026-03-28 13:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686558?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686558, 'registration': 'DV67JDZ', 'account': 'AST058', 'make': 'VAUXHALL', 'model': 'VIVARO L1 DIESEL', 'derivative': '2900 1.6CDTI BiTurbo 125PS Sportive H1 Van', 'mileage': 74861, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-11-20', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': None, 'engineSize': 1598, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/9c86dba3-43bb-49b0-bc26-97d751a82e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/d22e2a8a-ad50-485a-a130-01479696042c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/d75df8df-0b3a-4281-be49-af8f305e2af0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/278b06fd-5748-4086-8b5b-7dee1c919198_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/30d7789e-1153-498a-bd37-07500a87120a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/fed0bed9-9edf-4f8b-8ea5-31125ef6ffdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/03f9d7d2-2157-4e10-beea-a23b20e1a5ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/25319fca-3f8b-4662-ac17-792420762939_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 07/18- 14K, NO DATE- 38K, 03/22- 49K, 02/23- 58K, 11/25- 74K', 'remarks': '**1732** VOSA STATES 38K, 49K, 58K, 67K, 74K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1ccb264f-8180-4bc8-8c35-9714e7cbd087.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686558, 'registration': 'DV67JDZ', 'account': 'AST058', 'make': 'VAUXHALL', 'model': 'VIVARO L1 DIESEL', 'derivative': '2900 1.6CDTI BiTurbo 125PS Sportive H1 Van', 'mileage': 74861, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-11-20', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': None, 'engineSize': 1598, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/9c86dba3-43bb-49b0-bc26-97d751a82e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/d22e2a8a-ad50-485a-a130-01479696042c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/d75df8df-0b3a-4281-be49-af8f305e2af0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/278b06fd-5748-4086-8b5b-7dee1c919198_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/30d7789e-1153-498a-bd37-07500a87120a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/fed0bed9-9edf-4f8b-8ea5-31125ef6ffdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/03f9d7d2-2157-4e10-beea-a23b20e1a5ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV67JDZ/2026-03-26/image/25319fca-3f8b-4662-ac17-792420762939_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 07/18- 14K, NO DATE- 38K, 03/22- 49K, 02/23- 58K, 11/25- 74K', 'remarks': '**1732** VOSA STATES 38K, 49K, 58K, 67K, 74K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1ccb264f-8180-4bc8-8c35-9714e7cbd087.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02b34ff-3ad8-5920-954c-cd308efd4df5 with identifier: 120686558
2026-03-28 13:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02b34ff-3ad8-5920-954c-cd308efd4df5 with scrape type 2
2026-03-28 13:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b02b34ff-3ad8-5920-954c-cd308efd4df5 with scrape type 2
2026-03-28 13:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b02b34ff-3ad8-5920-954c-cd308efd4df5, identifier: 120686558
2026-03-28 13:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b02b34ff-3ad8-5920-954c-cd308efd4df5 with identifier: 120686558
2026-03-28 13:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b02b34ff-3ad8-5920-954c-cd308efd4df5 with identifier: 120686558
2026-03-28 13:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b02b34ff-3ad8-5920-954c-cd308efd4df5 with identifier: 120686558 to the API
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686558?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 155,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'b02b34ff-3ad8-5920-954c-cd308efd4df5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV67JDZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686558',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'VIVARO L1 DIESEL',
'odometer': 74861,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-20',
'seller_name': 'LDG',
'title': 'VAUXHALL VIVARO L1 DIESEL 2900 1.6CDTI BiTurbo 125PS Sportive H1 '
'Van',
'transmission': 'manual',
'trim': '2900 1.6CDTI BiTurbo 125PS Sportive H1 Van',
'vin': None,
'year': 2017}
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686558%27 HTTP/1.1" 200 None
2026-03-28 13:03:02 [astonbarclay.gb] INFO: Saving data for 120686558: {'auction_closing_time': 1774958400.0, 'created_time': 1774292576.938889, 'last_price_update_time': 1774702982.955598}
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686558') HTTP/1.1" 204 0
2026-03-28 13:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120238552?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120238552, 'registration': 'MA23JXB', 'account': 'KIN032', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'RWD 5dr Auto', 'mileage': 57302, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-08', 'fuel': 'Electric', 'motExpiry': '2027-03-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA23JXB/2026-03-10/image/9a1fd022-21fd-4e68-8c89-3b677a7c4e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/a0149e13-d19e-4eed-adeb-d1aff27f3d28_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/8c58d806-32c4-41bf-b37b-ee68929eac0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/01662f24-d953-4b36-b942-1925004aaad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/f79fdf9a-8a39-43f2-9c0d-7bbf7a3eecd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/23ebd43c-c551-4b37-8c70-6d3281a57698_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/33551808-80bd-4085-ba3f-fd492466d8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/29ded611-8aa6-43fb-82b5-f750fcdd6e2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/501d57c3-1716-4ef8-94e3-bd2b862d88e1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '(NO SERVICE HISTORY)', 'remarks': '**420** VOSA STATES 55K, Metallic - Deep blue\t/ Premium engineered material - Black seatCHARGING 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/aa70ea09-b3b6-4a95-b168-e7484bf58e74.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:03:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120238552, 'registration': 'MA23JXB', 'account': 'KIN032', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'RWD 5dr Auto', 'mileage': 57302, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-08', 'fuel': 'Electric', 'motExpiry': '2027-03-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA23JXB/2026-03-10/image/9a1fd022-21fd-4e68-8c89-3b677a7c4e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/a0149e13-d19e-4eed-adeb-d1aff27f3d28_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/8c58d806-32c4-41bf-b37b-ee68929eac0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/01662f24-d953-4b36-b942-1925004aaad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/f79fdf9a-8a39-43f2-9c0d-7bbf7a3eecd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/23ebd43c-c551-4b37-8c70-6d3281a57698_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/33551808-80bd-4085-ba3f-fd492466d8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/29ded611-8aa6-43fb-82b5-f750fcdd6e2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA23JXB/2026-03-10/image/501d57c3-1716-4ef8-94e3-bd2b862d88e1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '(NO SERVICE HISTORY)', 'remarks': '**420** VOSA STATES 55K, Metallic - Deep blue\t/ Premium engineered material - Black seatCHARGING 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/aa70ea09-b3b6-4a95-b168-e7484bf58e74.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 703a7e99-b092-51a0-bc16-25eab0f1d82f with identifier: 120238552
2026-03-28 13:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 703a7e99-b092-51a0-bc16-25eab0f1d82f with scrape type 2
2026-03-28 13:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 703a7e99-b092-51a0-bc16-25eab0f1d82f with scrape type 2
2026-03-28 13:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 703a7e99-b092-51a0-bc16-25eab0f1d82f, identifier: 120238552
2026-03-28 13:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 703a7e99-b092-51a0-bc16-25eab0f1d82f with identifier: 120238552
2026-03-28 13:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 703a7e99-b092-51a0-bc16-25eab0f1d82f with identifier: 120238552
2026-03-28 13:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 703a7e99-b092-51a0-bc16-25eab0f1d82f with identifier: 120238552 to the API
2026-03-28 13:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120238552?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-04-01T08:45:00Z',
'fuel_type': 'Electric',
'id': '703a7e99-b092-51a0-bc16-25eab0f1d82f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA23JXB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120238552',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 57302,
'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': 'Kinto',
'title': 'TESLA MODEL Y HATCHBACK RWD 5dr Auto',
'transmission': 'automatic',
'trim': 'RWD 5dr Auto',
'vin': None,
'year': 2023}
2026-03-28 13:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120238552%27 HTTP/1.1" 200 None
2026-03-28 13:03:04 [astonbarclay.gb] INFO: Saving data for 120238552: {'auction_closing_time': 1775033100.0, 'created_time': 1773666934.500733, 'last_price_update_time': 1774702984.474791}
2026-03-28 13:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120238552') HTTP/1.1" 204 0
2026-03-28 13:03:05 [scrapy.extensions.logstats] INFO: Crawled 69 pages (at 21 pages/min), scraped 67 items (at 21 items/min)
2026-03-28 13:03:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120043895?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120043895, 'registration': 'OY69RVJ', 'account': 'WBA003', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.0 T-GDi SE 5dr Auto', 'mileage': 109274, 'mileageWarranty': True, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-04-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/d542191b-4a4d-4335-aa17-e4489612dd52_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/b8e50d95-33c2-471b-b4a9-25ba7f0b91cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/d7406160-b08c-440e-bc8f-190012dd3747_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/5496dd94-e154-4c77-8f1f-be48c490dece_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/5da6eeb1-7458-410b-bdfd-a4010739a9f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/3faae7e9-c345-4f77-af89-13afc4b7a243_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/1e417960-1a8f-41dd-ab99-e65b6aa21ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/f2a3a9cb-67ae-440d-a88d-45c917d08c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/36055cd2-cedb-4961-b561-0b40a0a4b88c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 11/23 57K,', 'remarks': 'SPARE KEY - **Oil Contamination - Poor Gear Selection - Engine Knocking - EML - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE**', 'virtual': True, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120043895, 'registration': 'OY69RVJ', 'account': 'WBA003', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.0 T-GDi SE 5dr Auto', 'mileage': 109274, 'mileageWarranty': True, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-04-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/d542191b-4a4d-4335-aa17-e4489612dd52_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/b8e50d95-33c2-471b-b4a9-25ba7f0b91cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/d7406160-b08c-440e-bc8f-190012dd3747_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/5496dd94-e154-4c77-8f1f-be48c490dece_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/5da6eeb1-7458-410b-bdfd-a4010739a9f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/3faae7e9-c345-4f77-af89-13afc4b7a243_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/1e417960-1a8f-41dd-ab99-e65b6aa21ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/f2a3a9cb-67ae-440d-a88d-45c917d08c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/36055cd2-cedb-4961-b561-0b40a0a4b88c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 11/23 57K,', 'remarks': 'SPARE KEY - **Oil Contamination - Poor Gear Selection - Engine Knocking - EML - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE**', 'virtual': True, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1baaec57-230b-5f60-b5e2-82bc204792d9 with identifier: 120043895
2026-03-28 13:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1baaec57-230b-5f60-b5e2-82bc204792d9 with scrape type 2
2026-03-28 13:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1baaec57-230b-5f60-b5e2-82bc204792d9 with scrape type 2
2026-03-28 13:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1baaec57-230b-5f60-b5e2-82bc204792d9, identifier: 120043895
2026-03-28 13:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1baaec57-230b-5f60-b5e2-82bc204792d9 with identifier: 120043895
2026-03-28 13:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1baaec57-230b-5f60-b5e2-82bc204792d9 with identifier: 120043895
2026-03-28 13:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1baaec57-230b-5f60-b5e2-82bc204792d9 with identifier: 120043895 to the API
2026-03-28 13:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120043895?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1baaec57-230b-5f60-b5e2-82bc204792d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY69RVJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120043895',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'HYUNDAI',
'model': 'I20 HATCHBACK',
'odometer': 109274,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-18',
'seller_name': 'UKCGR - Select',
'title': 'HYUNDAI I20 HATCHBACK 1.0 T-GDi SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.0 T-GDi SE 5dr Auto',
'vin': None,
'year': 2019}
2026-03-28 13:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120043895%27 HTTP/1.1" 200 None
2026-03-28 13:03:14 [astonbarclay.gb] INFO: Saving data for 120043895: {'auction_closing_time': 1775210400.0, 'created_time': 1773404507.101584, 'last_price_update_time': 1774702994.543495}
2026-03-28 13:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120043895') HTTP/1.1" 204 0
2026-03-28 13:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120683497?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120683497, 'registration': 'LR60WDD', 'account': 'PIN003', 'make': 'KIA', 'model': 'SOUL DIESEL HATCHBACK', 'derivative': '1.6 CRDi Echo 5dr', 'mileage': 121089, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2010-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR60WDD/2026-03-25/image/30144122-0280-4f8c-84ec-5bd90207cbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/8c5fe66e-0457-48e6-8040-44c463f62ca5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/e08a364b-fcec-46a8-800b-acc68021ed64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/b2ebc011-544e-4ff5-b6ad-03315149d654_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/df4215fe-5ffe-4892-b3b0-5899563f0021_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/890ef433-d21e-447f-9903-b1478bf529af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/9b99bb1d-f5cf-46ed-996c-b0f5ac2249f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/11- 3k, 09/12- 9k, 09/13- 14k, 09/14- 27k, 09/15- 39k, 09/16- 49k, 09/17- 61k, 09/18- 71k, 09/20- 84k', 'remarks': 'vosa @ 14k 27k 39k 49k 61k 71k 78k 84k 91k 99k 105k 111k 117k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a8e75c3-c4d0-48b2-ad22-65bbaf48c763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120683497, 'registration': 'LR60WDD', 'account': 'PIN003', 'make': 'KIA', 'model': 'SOUL DIESEL HATCHBACK', 'derivative': '1.6 CRDi Echo 5dr', 'mileage': 121089, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2010-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR60WDD/2026-03-25/image/30144122-0280-4f8c-84ec-5bd90207cbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/8c5fe66e-0457-48e6-8040-44c463f62ca5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/e08a364b-fcec-46a8-800b-acc68021ed64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/b2ebc011-544e-4ff5-b6ad-03315149d654_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/df4215fe-5ffe-4892-b3b0-5899563f0021_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/890ef433-d21e-447f-9903-b1478bf529af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/9b99bb1d-f5cf-46ed-996c-b0f5ac2249f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/11- 3k, 09/12- 9k, 09/13- 14k, 09/14- 27k, 09/15- 39k, 09/16- 49k, 09/17- 61k, 09/18- 71k, 09/20- 84k', 'remarks': 'vosa @ 14k 27k 39k 49k 61k 71k 78k 84k 91k 99k 105k 111k 117k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a8e75c3-c4d0-48b2-ad22-65bbaf48c763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea74b97c-12aa-555c-8894-f516d4a824bc with identifier: 120683497
2026-03-28 13:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea74b97c-12aa-555c-8894-f516d4a824bc with scrape type 2
2026-03-28 13:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea74b97c-12aa-555c-8894-f516d4a824bc with scrape type 2
2026-03-28 13:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ea74b97c-12aa-555c-8894-f516d4a824bc, identifier: 120683497
2026-03-28 13:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ea74b97c-12aa-555c-8894-f516d4a824bc with identifier: 120683497
2026-03-28 13:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ea74b97c-12aa-555c-8894-f516d4a824bc with identifier: 120683497
2026-03-28 13:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ea74b97c-12aa-555c-8894-f516d4a824bc with identifier: 120683497 to the API
2026-03-28 13:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120683497?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'ea74b97c-12aa-555c-8894-f516d4a824bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR60WDD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120683497',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'SOUL DIESEL HATCHBACK',
'odometer': 121089,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-29',
'seller_name': 'Pinkstones',
'title': 'KIA SOUL DIESEL HATCHBACK 1.6 CRDi Echo 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi Echo 5dr',
'vin': None,
'year': 2010}
2026-03-28 13:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683497%27 HTTP/1.1" 200 None
2026-03-28 13:03:16 [astonbarclay.gb] INFO: Saving data for 120683497: {'auction_closing_time': 1774947600.0, 'created_time': 1774271720.984297, 'last_price_update_time': 1774702996.388153}
2026-03-28 13:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120683497') HTTP/1.1" 204 0
2026-03-28 13:03:20 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.846(s), this was the 1st time calling it.
2026-03-28 13:03:20 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.257315862181645 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-28 13:03:20 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 133.783(s), this was the 1st time calling it.
2026-03-28 13:03:20 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.506331715993394 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-28 13:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119393289?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119393289, 'registration': 'GU72VHH', 'account': 'KIN032', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line 80kWh 5dr Auto', 'mileage': 38107, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-07', 'fuel': 'Electric', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GU72VHH/2026-02-10/image/a4be3dee-2fc6-4261-a5ad-5d2fc9b92b15_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/e3e9b5ff-94b6-49a6-a2f7-333c2ab97f70_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/c5ab889b-475a-4b67-8a07-85dddf82446c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/b4e56369-29d2-4ee2-9a7c-852ab3d3ee37_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/bf9d01e9-0d13-4f07-ac94-c6fa4d14c114_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/cd3af201-7012-41ef-a7dc-d91633be7564_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/b89290be-c1c5-4a53-b0ad-8c3c87997630_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/62b09365-a1ad-4715-ae68-e7b918d437f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/fecd9d28-f0ee-4c97-85c2-5a68bfbe5e0f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/23 - 9K, 09/24 - 22K, 08/25 - 31K', 'remarks': '**240** VOSA STATES 31K, Metallic - Graphite grey\t/ Leather - Black 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/259c5ccf-61d0-48c4-82c5-f9253b7c5e2a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:03:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119393289, 'registration': 'GU72VHH', 'account': 'KIN032', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line 80kWh 5dr Auto', 'mileage': 38107, 'mileageWarranty': True, 'type': 'car', 'saleId': 19212, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-07', 'fuel': 'Electric', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GU72VHH/2026-02-10/image/a4be3dee-2fc6-4261-a5ad-5d2fc9b92b15_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/e3e9b5ff-94b6-49a6-a2f7-333c2ab97f70_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/c5ab889b-475a-4b67-8a07-85dddf82446c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/b4e56369-29d2-4ee2-9a7c-852ab3d3ee37_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/bf9d01e9-0d13-4f07-ac94-c6fa4d14c114_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/cd3af201-7012-41ef-a7dc-d91633be7564_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/b89290be-c1c5-4a53-b0ad-8c3c87997630_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/62b09365-a1ad-4715-ae68-e7b918d437f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU72VHH/2026-02-10/image/fecd9d28-f0ee-4c97-85c2-5a68bfbe5e0f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/23 - 9K, 09/24 - 22K, 08/25 - 31K', 'remarks': '**240** VOSA STATES 31K, Metallic - Graphite grey\t/ Leather - Black 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/259c5ccf-61d0-48c4-82c5-f9253b7c5e2a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc7ec0da-e8dc-5e06-8f5c-87b07dfacba1 with identifier: 119393289
2026-03-28 13:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc7ec0da-e8dc-5e06-8f5c-87b07dfacba1 with scrape type 2
2026-03-28 13:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc7ec0da-e8dc-5e06-8f5c-87b07dfacba1 with scrape type 2
2026-03-28 13:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dc7ec0da-e8dc-5e06-8f5c-87b07dfacba1, identifier: 119393289
2026-03-28 13:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dc7ec0da-e8dc-5e06-8f5c-87b07dfacba1 with identifier: 119393289
2026-03-28 13:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dc7ec0da-e8dc-5e06-8f5c-87b07dfacba1 with identifier: 119393289
2026-03-28 13:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dc7ec0da-e8dc-5e06-8f5c-87b07dfacba1 with identifier: 119393289 to the API
2026-03-28 13:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119393289?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-04-01T08:45:00Z',
'fuel_type': 'Electric',
'id': 'dc7ec0da-e8dc-5e06-8f5c-87b07dfacba1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GU72VHH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119393289',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 38107,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-07',
'seller_name': 'Kinto',
'title': 'MERCEDES-BENZ EQC ESTATE EQC 400 300kW AMG Line 80kWh 5dr Auto',
'transmission': 'automatic',
'trim': 'EQC 400 300kW AMG Line 80kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-28 13:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119393289%27 HTTP/1.1" 200 None
2026-03-28 13:03:22 [astonbarclay.gb] INFO: Saving data for 119393289: {'auction_closing_time': 1775033100.0, 'created_time': 1773401719.471739, 'last_price_update_time': 1774703002.03147}
2026-03-28 13:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119393289') HTTP/1.1" 204 0
2026-03-28 13:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:03:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120518926?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120518926, 'registration': 'GN18UOB', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 SE 5dr Auto', 'mileage': 75449, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-16', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/GN18UOB/2026-03-25/image/9d32fe02-561f-46de-932b-23240dc0ab7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/9800c1d8-3122-45b9-866d-5036dff2bbcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/d11e0f62-b87d-47a6-8f68-a9b0a5ec3bda_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/435ae9d5-831d-431c-9b0b-e58b3ec928f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/141f4600-c577-4275-b278-9e93f1c0661f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/30cc1af6-2895-4091-84f1-a01187d05759_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/4ca0e570-9060-45bf-9a3f-d4584a38513c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/842b41e0-29ee-4e55-bb0b-6017aec4801b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/b363f4a5-7d2c-4437-b489-3e1a0d21f599_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/184387ca-10cf-4cfe-b4eb-74973ebf1274_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/1eb4f753-4a1f-456b-a4d1-215d016f1a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/a3ea6e92-92d4-43bd-8ed5-a00dd73a7451_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 01/19 - 9K, 08/20 - 18K, 07/21 - 24K, 03/24 - 58K', 'remarks': 'VOSA STATES 30K, 39K, 58K, 74K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb36a3bf-c563-4fcb-b4fd-fa482e7e38dd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120518926, 'registration': 'GN18UOB', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 SE 5dr Auto', 'mileage': 75449, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-16', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/GN18UOB/2026-03-25/image/9d32fe02-561f-46de-932b-23240dc0ab7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/9800c1d8-3122-45b9-866d-5036dff2bbcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/d11e0f62-b87d-47a6-8f68-a9b0a5ec3bda_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/435ae9d5-831d-431c-9b0b-e58b3ec928f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/141f4600-c577-4275-b278-9e93f1c0661f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/30cc1af6-2895-4091-84f1-a01187d05759_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/4ca0e570-9060-45bf-9a3f-d4584a38513c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/842b41e0-29ee-4e55-bb0b-6017aec4801b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/b363f4a5-7d2c-4437-b489-3e1a0d21f599_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/184387ca-10cf-4cfe-b4eb-74973ebf1274_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/1eb4f753-4a1f-456b-a4d1-215d016f1a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/a3ea6e92-92d4-43bd-8ed5-a00dd73a7451_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 01/19 - 9K, 08/20 - 18K, 07/21 - 24K, 03/24 - 58K', 'remarks': 'VOSA STATES 30K, 39K, 58K, 74K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb36a3bf-c563-4fcb-b4fd-fa482e7e38dd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da45aa20-8161-5621-9488-7e1e8d63e1ef with identifier: 120518926
2026-03-28 13:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da45aa20-8161-5621-9488-7e1e8d63e1ef with scrape type 2
2026-03-28 13:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da45aa20-8161-5621-9488-7e1e8d63e1ef with scrape type 2
2026-03-28 13:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da45aa20-8161-5621-9488-7e1e8d63e1ef, identifier: 120518926
2026-03-28 13:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da45aa20-8161-5621-9488-7e1e8d63e1ef with identifier: 120518926
2026-03-28 13:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da45aa20-8161-5621-9488-7e1e8d63e1ef with identifier: 120518926
2026-03-28 13:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da45aa20-8161-5621-9488-7e1e8d63e1ef with identifier: 120518926 to the API
2026-03-28 13:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120518926?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'da45aa20-8161-5621-9488-7e1e8d63e1ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GN18UOB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120518926',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 75449,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-16',
'seller_name': 'MotoNovo Finance',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.0 TD4 180 SE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 180 SE 5dr Auto',
'vin': None,
'year': 2018}
2026-03-28 13:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120518926%27 HTTP/1.1" 200 None
2026-03-28 13:03:32 [astonbarclay.gb] INFO: Saving data for 120518926: {'auction_closing_time': 1774861200.0, 'created_time': 1773752528.746242, 'last_price_update_time': 1774703012.366699}
2026-03-28 13:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120518926') HTTP/1.1" 204 0
2026-03-28 13:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120589268?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120589268, 'registration': 'EF61OTA', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr [Start Stop]', 'mileage': 54297, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-01-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF61OTA/2026-03-19/image/bc9012c8-ef37-42c7-856e-71f8272ca763_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/457c3a67-237e-4ab6-8042-e2707808fc93_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/3c9ecda7-2708-44b3-997a-a535aad52787_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/0ff629ea-e749-43cb-a072-d84427cfc732_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/b7c200cd-d692-4f7e-b77f-7d28c02f0ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/af2cc6a2-00b4-490d-9e65-e0106310d95e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/a8bbb5a6-f355-4166-84f4-f0750d268e6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/d9fdf3ef-7920-4b94-ac79-fbf7362681bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/77cc4b99-ca11-4bea-9907-012c4b6a5b7c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/13-7K, 03/16-16K, 10/20-33K, 08/25-53K,', 'remarks': '**713** VOSA STATES 13K, 16K, 20K, 24K, 30K, 37K, 40K, 46K, 50K, 53K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3afa50a2-1fc4-46e4-bbe7-7473c8e6d120.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120589268, 'registration': 'EF61OTA', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr [Start Stop]', 'mileage': 54297, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-01-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF61OTA/2026-03-19/image/bc9012c8-ef37-42c7-856e-71f8272ca763_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/457c3a67-237e-4ab6-8042-e2707808fc93_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/3c9ecda7-2708-44b3-997a-a535aad52787_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/0ff629ea-e749-43cb-a072-d84427cfc732_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/b7c200cd-d692-4f7e-b77f-7d28c02f0ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/af2cc6a2-00b4-490d-9e65-e0106310d95e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/a8bbb5a6-f355-4166-84f4-f0750d268e6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/d9fdf3ef-7920-4b94-ac79-fbf7362681bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/77cc4b99-ca11-4bea-9907-012c4b6a5b7c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/13-7K, 03/16-16K, 10/20-33K, 08/25-53K,', 'remarks': '**713** VOSA STATES 13K, 16K, 20K, 24K, 30K, 37K, 40K, 46K, 50K, 53K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3afa50a2-1fc4-46e4-bbe7-7473c8e6d120.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b869cec-58ef-51ef-8afa-2afb5b15e888 with identifier: 120589268
2026-03-28 13:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b869cec-58ef-51ef-8afa-2afb5b15e888 with scrape type 2
2026-03-28 13:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b869cec-58ef-51ef-8afa-2afb5b15e888 with scrape type 2
2026-03-28 13:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b869cec-58ef-51ef-8afa-2afb5b15e888, identifier: 120589268
2026-03-28 13:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b869cec-58ef-51ef-8afa-2afb5b15e888 with identifier: 120589268
2026-03-28 13:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b869cec-58ef-51ef-8afa-2afb5b15e888 with identifier: 120589268
2026-03-28 13:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b869cec-58ef-51ef-8afa-2afb5b15e888 with identifier: 120589268 to the API
2026-03-28 13:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120589268?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '4b869cec-58ef-51ef-8afa-2afb5b15e888',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF61OTA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120589268',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KA HATCHBACK',
'odometer': 54297,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-28',
'seller_name': 'UKCGR - Trade',
'title': 'FORD KA HATCHBACK 1.2 Zetec 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Zetec 3dr [Start Stop]',
'vin': None,
'year': 2012}
2026-03-28 13:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589268%27 HTTP/1.1" 200 None
2026-03-28 13:03:35 [astonbarclay.gb] INFO: Saving data for 120589268: {'auction_closing_time': 1774958400.0, 'created_time': 1773860459.366195, 'last_price_update_time': 1774703015.053531}
2026-03-28 13:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589268') HTTP/1.1" 204 0
2026-03-28 13:03:35 [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-28 13:03:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.585100673210521 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-28 13:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119484668?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119484668, 'registration': 'LM67BFL', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'GLA DIESEL HATCHBACK', 'derivative': 'GLA 200d AMG Line 5dr Auto', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-11-30', 'fuel': 'Diesel', 'motExpiry': '2025-12-06', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LM67BFL/2026-02-11/image/ff2d74c3-120c-4a68-9332-75a9f198e3a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/b00fd855-e0b7-4d36-a77c-4df2075c6d1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/9d4ed732-9338-4d86-a984-16897926ad67_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/7ac6f30e-7f0e-46df-b081-d9c6c939cf0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/d8ea9bbc-f6aa-4fb2-95c5-45e32e9fe333_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/8867a14b-151a-425c-855c-0c984626683c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9db76cf9-1ba4-48e8-90b5-c809d24c7cc9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119484668, 'registration': 'LM67BFL', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'GLA DIESEL HATCHBACK', 'derivative': 'GLA 200d AMG Line 5dr Auto', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-11-30', 'fuel': 'Diesel', 'motExpiry': '2025-12-06', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LM67BFL/2026-02-11/image/ff2d74c3-120c-4a68-9332-75a9f198e3a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/b00fd855-e0b7-4d36-a77c-4df2075c6d1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/9d4ed732-9338-4d86-a984-16897926ad67_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/7ac6f30e-7f0e-46df-b081-d9c6c939cf0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/d8ea9bbc-f6aa-4fb2-95c5-45e32e9fe333_removebg.jpg?w=600', 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/8867a14b-151a-425c-855c-0c984626683c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9db76cf9-1ba4-48e8-90b5-c809d24c7cc9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8136f50b-cb07-5626-bb28-fba959a160eb with identifier: 119484668
2026-03-28 13:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8136f50b-cb07-5626-bb28-fba959a160eb with scrape type 1
2026-03-28 13:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8136f50b-cb07-5626-bb28-fba959a160eb
2026-03-28 13:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03: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%252FLM67BFL%252F2026-02-11%252Fimage%252Fff2d74c3-120c-4a68-9332-75a9f198e3a2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/ff2d74c3-120c-4a68-9332-75a9f198e3a2_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03: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%252FLM67BFL%252F2026-02-11%252Fimage%252Fb00fd855-e0b7-4d36-a77c-4df2075c6d1e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/b00fd855-e0b7-4d36-a77c-4df2075c6d1e_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03: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%252FLM67BFL%252F2026-02-11%252Fimage%252F9d4ed732-9338-4d86-a984-16897926ad67_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/9d4ed732-9338-4d86-a984-16897926ad67_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03: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%252FLM67BFL%252F2026-02-11%252Fimage%252F7ac6f30e-7f0e-46df-b081-d9c6c939cf0d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/7ac6f30e-7f0e-46df-b081-d9c6c939cf0d_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03: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%252FLM67BFL%252F2026-02-11%252Fimage%252Fd8ea9bbc-f6aa-4fb2-95c5-45e32e9fe333_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/d8ea9bbc-f6aa-4fb2-95c5-45e32e9fe333_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03: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%252FLM67BFL%252F2026-02-11%252Fimage%252F8867a14b-151a-425c-855c-0c984626683c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/8867a14b-151a-425c-855c-0c984626683c_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117402269?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117402269, 'registration': 'SY62NCZ', 'account': 'AST003', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI Match 5dr', 'mileage': 65251, 'mileageWarranty': True, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-09-01', 'fuel': 'Petrol', 'motExpiry': '2025-12-04', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/d9d35f0b-a929-42c1-b7d0-2f6429d42576_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/23957f83-cc4a-49e1-895f-1cd8abe3a90c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/eed7c0f6-69f3-47c4-a637-a5d560eb34fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/68cb7b54-50b2-429c-bf9d-def50dfd1963_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/8d3234c5-3293-41ac-ac3d-3736161d8a6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/28418a52-ac3a-4ea2-86d8-1b2beef1e578_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/110fe5a1-9a0f-4d0c-8955-4cc6a1c40d90_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/4096d8d1-11f3-4ee8-9d2d-db70c2b4206c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/c922ea98-3933-4346-9292-b846ab356f1f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat C Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Dealer', 'serviceHistory': '', 'remarks': "Category C Insurance Loss. Vehicle Extensively Damaged But Repairable -Insurer Decided Not To Repair VIC PASS: V5 states 'substantially repaired and/or accident damaged: identity checked on 07/04/2014' **NON-RUNNER COLLECTION ONLY CHELMSFORD - - WILL NOT START, MAY HAVE FURTHER FAULTS, SOLD AS SEEN** VOSA STATES 42K, 50K, 58K, 62K", 'virtual': True, 'seller': 'TCB Group - Value', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117402269, 'registration': 'SY62NCZ', 'account': 'AST003', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI Match 5dr', 'mileage': 65251, 'mileageWarranty': True, 'type': 'car', 'saleId': 19307, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 36}, 'saleStart': '2026-04-03T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-09-01', 'fuel': 'Petrol', 'motExpiry': '2025-12-04', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/d9d35f0b-a929-42c1-b7d0-2f6429d42576_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/23957f83-cc4a-49e1-895f-1cd8abe3a90c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/eed7c0f6-69f3-47c4-a637-a5d560eb34fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/68cb7b54-50b2-429c-bf9d-def50dfd1963_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/8d3234c5-3293-41ac-ac3d-3736161d8a6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/28418a52-ac3a-4ea2-86d8-1b2beef1e578_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/110fe5a1-9a0f-4d0c-8955-4cc6a1c40d90_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/4096d8d1-11f3-4ee8-9d2d-db70c2b4206c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/c922ea98-3933-4346-9292-b846ab356f1f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat C Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Dealer', 'serviceHistory': '', 'remarks': "Category C Insurance Loss. Vehicle Extensively Damaged But Repairable -Insurer Decided Not To Repair VIC PASS: V5 states 'substantially repaired and/or accident damaged: identity checked on 07/04/2014' **NON-RUNNER COLLECTION ONLY CHELMSFORD - - WILL NOT START, MAY HAVE FURTHER FAULTS, SOLD AS SEEN** VOSA STATES 42K, 50K, 58K, 62K", 'virtual': True, 'seller': 'TCB Group - Value', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2090a2ce-0eb5-560a-b74f-11913285045b with identifier: 117402269
2026-03-28 13:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2090a2ce-0eb5-560a-b74f-11913285045b with scrape type 2
2026-03-28 13:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2090a2ce-0eb5-560a-b74f-11913285045b with scrape type 2
2026-03-28 13:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2090a2ce-0eb5-560a-b74f-11913285045b, identifier: 117402269
2026-03-28 13:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2090a2ce-0eb5-560a-b74f-11913285045b with identifier: 117402269
2026-03-28 13:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2090a2ce-0eb5-560a-b74f-11913285045b with identifier: 117402269
2026-03-28 13:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2090a2ce-0eb5-560a-b74f-11913285045b with identifier: 117402269 to the API
2026-03-28 13:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117402269?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-04-03T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2090a2ce-0eb5-560a-b74f-11913285045b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SY62NCZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117402269',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 65251,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-01',
'seller_name': 'TCB Group - Value',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.4 TSI Match 5dr',
'transmission': 'manual',
'trim': '1.4 TSI Match 5dr',
'vin': None,
'year': 2012}
2026-03-28 13:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117402269%27 HTTP/1.1" 200 None
2026-03-28 13:03:38 [astonbarclay.gb] INFO: Saving data for 117402269: {'auction_closing_time': 1775210400.0, 'created_time': 1773404481.319452, 'last_price_update_time': 1774703018.693063}
2026-03-28 13:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117402269') HTTP/1.1" 204 0
2026-03-28 13:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LM67BFL/2026-02-11/image/8867a14b-151a-425c-855c-0c984626683c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119484668?view=catalogue)
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d32ff50>
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_5.jpg HTTP/1.1" 201 0
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLM67BFL%252F2026-02-11%252Fimage%252F8867a14b-151a-425c-855c-0c984626683c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/8867a14b-151a-425c-855c-0c984626683c_removebg.jpg?w=600 saved to cache
2026-03-28 13:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8136f50b-cb07-5626-bb28-fba959a160eb
2026-03-28 13:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LM67BFL/2026-02-11/image/d8ea9bbc-f6aa-4fb2-95c5-45e32e9fe333_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119484668?view=catalogue)
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d0ca310>
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_4.jpg HTTP/1.1" 201 0
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLM67BFL%252F2026-02-11%252Fimage%252Fd8ea9bbc-f6aa-4fb2-95c5-45e32e9fe333_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/d8ea9bbc-f6aa-4fb2-95c5-45e32e9fe333_removebg.jpg?w=600 saved to cache
2026-03-28 13:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8136f50b-cb07-5626-bb28-fba959a160eb
2026-03-28 13:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LM67BFL/2026-02-11/image/7ac6f30e-7f0e-46df-b081-d9c6c939cf0d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119484668?view=catalogue)
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d333690>
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:03:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_3.jpg HTTP/1.1" 201 0
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLM67BFL%252F2026-02-11%252Fimage%252F7ac6f30e-7f0e-46df-b081-d9c6c939cf0d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/7ac6f30e-7f0e-46df-b081-d9c6c939cf0d_removebg.jpg?w=600 saved to cache
2026-03-28 13:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8136f50b-cb07-5626-bb28-fba959a160eb
2026-03-28 13:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LM67BFL/2026-02-11/image/9d4ed732-9338-4d86-a984-16897926ad67_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119484668?view=catalogue)
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7e814110>
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_2.jpg HTTP/1.1" 201 0
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLM67BFL%252F2026-02-11%252Fimage%252F9d4ed732-9338-4d86-a984-16897926ad67_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/9d4ed732-9338-4d86-a984-16897926ad67_removebg.jpg?w=600 saved to cache
2026-03-28 13:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8136f50b-cb07-5626-bb28-fba959a160eb
2026-03-28 13:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LM67BFL/2026-02-11/image/b00fd855-e0b7-4d36-a77c-4df2075c6d1e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119484668?view=catalogue)
2026-03-28 13:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120174059?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d16b310>
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_1.jpg HTTP/1.1" 201 0
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLM67BFL%252F2026-02-11%252Fimage%252Fb00fd855-e0b7-4d36-a77c-4df2075c6d1e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/b00fd855-e0b7-4d36-a77c-4df2075c6d1e_removebg.jpg?w=600 saved to cache
2026-03-28 13:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8136f50b-cb07-5626-bb28-fba959a160eb
2026-03-28 13:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120174059, 'registration': 'DN17ODU', 'account': 'MOT075', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 150 Zetec 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-05', 'fuel': 'Diesel', 'motExpiry': '2026-01-14', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN17ODU/2026-03-05/image/a6f845ff-6768-426f-b14c-93ae19c62e70_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NO V5 - FORMER KEEPERS UNKNOWN VOSA STATES 60K, 73K, 87K, 100K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, '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-28 13:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120174059, 'registration': 'DN17ODU', 'account': 'MOT075', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 150 Zetec 5dr', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-05', 'fuel': 'Diesel', 'motExpiry': '2026-01-14', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN17ODU/2026-03-05/image/a6f845ff-6768-426f-b14c-93ae19c62e70_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NO V5 - FORMER KEEPERS UNKNOWN VOSA STATES 60K, 73K, 87K, 100K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, '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-28 13:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc6dbcdc-92a2-5415-880f-27381246f1bb with identifier: 120174059
2026-03-28 13:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc6dbcdc-92a2-5415-880f-27381246f1bb with scrape type 1
2026-03-28 13:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item bc6dbcdc-92a2-5415-880f-27381246f1bb
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03: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%252FDN17ODU%252F2026-03-05%252Fimage%252Fa6f845ff-6768-426f-b14c-93ae19c62e70_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN17ODU/2026-03-05/image/a6f845ff-6768-426f-b14c-93ae19c62e70_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LM67BFL/2026-02-11/image/ff2d74c3-120c-4a68-9332-75a9f198e3a2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119484668?view=catalogue)
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d39f3d0>
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:03:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_0.jpg HTTP/1.1" 201 0
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLM67BFL%252F2026-02-11%252Fimage%252Fff2d74c3-120c-4a68-9332-75a9f198e3a2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LM67BFL/2026-02-11/image/ff2d74c3-120c-4a68-9332-75a9f198e3a2_removebg.jpg?w=600 saved to cache
2026-03-28 13:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8136f50b-cb07-5626-bb28-fba959a160eb
2026-03-28 13:03:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8136f50b-cb07-5626-bb28-fba959a160eb, skipping ID generation
2026-03-28 13:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8136f50b-cb07-5626-bb28-fba959a160eb with scrape type 1
2026-03-28 13:03:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8136f50b-cb07-5626-bb28-fba959a160eb sending to next pipeline
2026-03-28 13:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8136f50b-cb07-5626-bb28-fba959a160eb, identifier: 119484668
2026-03-28 13:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8136f50b-cb07-5626-bb28-fba959a160eb with identifier: 119484668
2026-03-28 13:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8136f50b-cb07-5626-bb28-fba959a160eb with identifier: 119484668
2026-03-28 13:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8136f50b-cb07-5626-bb28-fba959a160eb with identifier: 119484668 to the API
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LM67BFL/2026-02-11/image/ff2d74c3-120c-4a68-9332-75a9f198e3a2_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '8136f50b-cb07-5626-bb28-fba959a160eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LM67BFL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119484668',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'GLA DIESEL HATCHBACK',
'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_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34226,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/ff2d74c3-120c-4a68-9332-75a9f198e3a2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33101,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/b00fd855-e0b7-4d36-a77c-4df2075c6d1e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36861,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/9d4ed732-9338-4d86-a984-16897926ad67_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36186,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/7ac6f30e-7f0e-46df-b081-d9c6c939cf0d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62766,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/d8ea9bbc-f6aa-4fb2-95c5-45e32e9fe333_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8136f50b-cb07-5626-bb28-fba959a160eb/8136f50b-cb07-5626-bb28-fba959a160eb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58882,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LM67BFL/2026-02-11/image/8867a14b-151a-425c-855c-0c984626683c_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-30',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ GLA DIESEL HATCHBACK GLA 200d AMG Line 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 200d AMG Line 5dr Auto',
'vin': None,
'year': 2017}
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119484668%27 HTTP/1.1" 200 None
2026-03-28 13:03:40 [astonbarclay.gb] INFO: Saving data for 119484668: {'created_time': 1774703020.998884, 'last_price_update_time': 1774703020.998901, 'auction_closing_time': 1775034000.0}
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119484668') HTTP/1.1" 204 0
2026-03-28 13:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DN17ODU/2026-03-05/image/a6f845ff-6768-426f-b14c-93ae19c62e70_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120174059?view=catalogue)
2026-03-28 13:03:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:03:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:03:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d384b90>
2026-03-28 13:03:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:03:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bc6dbcdc-92a2-5415-880f-27381246f1bb/bc6dbcdc-92a2-5415-880f-27381246f1bb_image_0.jpg HTTP/1.1" 201 0
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDN17ODU%252F2026-03-05%252Fimage%252Fa6f845ff-6768-426f-b14c-93ae19c62e70_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DN17ODU/2026-03-05/image/a6f845ff-6768-426f-b14c-93ae19c62e70_removebg.jpg?w=600 saved to cache
2026-03-28 13:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bc6dbcdc-92a2-5415-880f-27381246f1bb
2026-03-28 13:03:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc6dbcdc-92a2-5415-880f-27381246f1bb, skipping ID generation
2026-03-28 13:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc6dbcdc-92a2-5415-880f-27381246f1bb with scrape type 1
2026-03-28 13:03:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc6dbcdc-92a2-5415-880f-27381246f1bb sending to next pipeline
2026-03-28 13:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bc6dbcdc-92a2-5415-880f-27381246f1bb, identifier: 120174059
2026-03-28 13:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bc6dbcdc-92a2-5415-880f-27381246f1bb with identifier: 120174059
2026-03-28 13:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bc6dbcdc-92a2-5415-880f-27381246f1bb with identifier: 120174059
2026-03-28 13:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bc6dbcdc-92a2-5415-880f-27381246f1bb with identifier: 120174059 to the API
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/DN17ODU/2026-03-05/image/a6f845ff-6768-426f-b14c-93ae19c62e70_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'bc6dbcdc-92a2-5415-880f-27381246f1bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DN17ODU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120174059',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'S-MAX DIESEL ESTATE',
'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_bc6dbcdc-92a2-5415-880f-27381246f1bb/bc6dbcdc-92a2-5415-880f-27381246f1bb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55226,
'Height': 800,
'OriginUrl': 'https://abimg003.imgix.net/DN17ODU/2026-03-05/image/a6f845ff-6768-426f-b14c-93ae19c62e70_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-05',
'seller_name': 'MotoNovo Finance',
'title': 'FORD S-MAX DIESEL ESTATE 2.0 TDCi 150 Zetec 5dr',
'transmission': 'manual',
'trim': '2.0 TDCi 150 Zetec 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120174059%27 HTTP/1.1" 200 None
2026-03-28 13:03:41 [astonbarclay.gb] INFO: Saving data for 120174059: {'created_time': 1774703021.667319, 'last_price_update_time': 1774703021.667332, 'auction_closing_time': 1775034000.0}
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120174059') HTTP/1.1" 204 0
2026-03-28 13:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120371964?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120831472?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120371964, 'registration': 'AO16VWV', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q3 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI [184] Quattro S Line Plus 5dr S Tronic', 'mileage': 94193, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-04-21', 'fuel': 'Diesel', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/A22PCF/2026-03-13/image/887fa346-2fe3-4ed6-804b-1f77c4f5a435_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/f6037464-30ed-48ae-a43e-e22c2c3cee7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/9a877aa0-ed94-4b25-bd12-74c9d438e404_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/b7e7fb81-b6b6-4d80-9c4d-1f78e84e0804_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/2bd4f6b7-c82d-4cb5-9ef4-c0675fcf017d_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/f841d1db-862d-4f50-a730-0593075e9f0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/79b6b5a9-044f-42dc-806e-6b9523eff8d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/82973ee6-d88d-4d4f-a096-09d6a08862b3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/17 - 19K,', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 60K, 70K, 80K, 92K, 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': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c5964093-c718-42e4-bf0d-0c93b701ab1a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120371964, 'registration': 'AO16VWV', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q3 ESTATE SPECIAL EDITIONS', 'derivative': '2.0 TDI [184] Quattro S Line Plus 5dr S Tronic', 'mileage': 94193, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-04-21', 'fuel': 'Diesel', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/A22PCF/2026-03-13/image/887fa346-2fe3-4ed6-804b-1f77c4f5a435_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/f6037464-30ed-48ae-a43e-e22c2c3cee7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/9a877aa0-ed94-4b25-bd12-74c9d438e404_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/b7e7fb81-b6b6-4d80-9c4d-1f78e84e0804_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/2bd4f6b7-c82d-4cb5-9ef4-c0675fcf017d_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/f841d1db-862d-4f50-a730-0593075e9f0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/79b6b5a9-044f-42dc-806e-6b9523eff8d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/A22PCF/2026-03-13/image/82973ee6-d88d-4d4f-a096-09d6a08862b3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/17 - 19K,', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 60K, 70K, 80K, 92K, 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': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c5964093-c718-42e4-bf0d-0c93b701ab1a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01481330-cf35-5ba0-9daf-035123c93717 with identifier: 120371964
2026-03-28 13:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01481330-cf35-5ba0-9daf-035123c93717 with scrape type 2
2026-03-28 13:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01481330-cf35-5ba0-9daf-035123c93717 with scrape type 2
2026-03-28 13:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 01481330-cf35-5ba0-9daf-035123c93717, identifier: 120371964
2026-03-28 13:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120831472, 'registration': 'EK68CCE', 'account': 'WBA002', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Wildtrak 3.2 TDCi 200 Auto', 'mileage': 96381, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-09-28', 'fuel': 'Diesel', 'motExpiry': '2026-07-02', 'doors': None, 'engineSize': 3198, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/EK68CCE/2026-03-27/image/660561dc-42e2-4828-abf2-7e706445a35b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/8c30fcb7-1d2b-4ec9-abc6-3d20eae78995_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/b16c8bde-988f-4207-90c7-749d84e8e7a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/3f2a17af-e72c-4763-9c24-359624ddb278_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/fb6f991a-1c2e-473f-ab6c-8f709f6e5a02_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/9cb52fc3-1802-4ad1-9077-17af53123357_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/be698983-aea9-484e-8420-9da2fda3e177_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/f174b512-f153-4605-9173-0b805deee73c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/1b230a50-5541-4f77-bc3f-feae854191b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/bd8191c1-9917-4986-aa8c-f4d533adce1c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print and book 01/20-21K, 06/21-39K, 08/22-55K, 06/23-65K, 03/24-75K, 02/25-85K, 02/26-95K,', 'remarks': 'VOSA STATES 55K, 66K, 78K, 89K, 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': 228, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d5c91e1d-c51d-4af0-bf08-6d361ec3f3a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120831472, 'registration': 'EK68CCE', 'account': 'WBA002', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Wildtrak 3.2 TDCi 200 Auto', 'mileage': 96381, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-04-01T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-09-28', 'fuel': 'Diesel', 'motExpiry': '2026-07-02', 'doors': None, 'engineSize': 3198, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/EK68CCE/2026-03-27/image/660561dc-42e2-4828-abf2-7e706445a35b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/8c30fcb7-1d2b-4ec9-abc6-3d20eae78995_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/b16c8bde-988f-4207-90c7-749d84e8e7a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/3f2a17af-e72c-4763-9c24-359624ddb278_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/fb6f991a-1c2e-473f-ab6c-8f709f6e5a02_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/9cb52fc3-1802-4ad1-9077-17af53123357_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/be698983-aea9-484e-8420-9da2fda3e177_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/f174b512-f153-4605-9173-0b805deee73c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/1b230a50-5541-4f77-bc3f-feae854191b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68CCE/2026-03-27/image/bd8191c1-9917-4986-aa8c-f4d533adce1c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print and book 01/20-21K, 06/21-39K, 08/22-55K, 06/23-65K, 03/24-75K, 02/25-85K, 02/26-95K,', 'remarks': 'VOSA STATES 55K, 66K, 78K, 89K, 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': 228, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d5c91e1d-c51d-4af0-bf08-6d361ec3f3a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05806a96-5af0-59d0-9e25-49ac86a1e63a with identifier: 120831472
2026-03-28 13:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05806a96-5af0-59d0-9e25-49ac86a1e63a with scrape type 2
2026-03-28 13:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05806a96-5af0-59d0-9e25-49ac86a1e63a with scrape type 2
2026-03-28 13:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 05806a96-5af0-59d0-9e25-49ac86a1e63a, identifier: 120831472
2026-03-28 13:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 01481330-cf35-5ba0-9daf-035123c93717 with identifier: 120371964
2026-03-28 13:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 01481330-cf35-5ba0-9daf-035123c93717 with identifier: 120371964
2026-03-28 13:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 01481330-cf35-5ba0-9daf-035123c93717 with identifier: 120371964 to the API
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120371964?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '01481330-cf35-5ba0-9daf-035123c93717',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO16VWV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120371964',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q3 ESTATE SPECIAL EDITIONS',
'odometer': 94193,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-21',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI Q3 ESTATE SPECIAL EDITIONS 2.0 TDI [184] Quattro S Line Plus '
'5dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI [184] Quattro S Line Plus 5dr S Tronic',
'vin': None,
'year': 2016}
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371964%27 HTTP/1.1" 200 None
2026-03-28 13:03:42 [astonbarclay.gb] INFO: Saving data for 120371964: {'auction_closing_time': 1775034000.0, 'created_time': 1774519320.756103, 'last_price_update_time': 1774703022.351661}
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120371964') HTTP/1.1" 204 0
2026-03-28 13:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 05806a96-5af0-59d0-9e25-49ac86a1e63a with identifier: 120831472
2026-03-28 13:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 05806a96-5af0-59d0-9e25-49ac86a1e63a with identifier: 120831472
2026-03-28 13:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 05806a96-5af0-59d0-9e25-49ac86a1e63a with identifier: 120831472 to the API
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120831472?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 228,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 5',
'engine': '3.2L',
'expiration_date': '2026-04-01T09:00:00Z',
'fuel_type': 'Diesel',
'id': '05806a96-5af0-59d0-9e25-49ac86a1e63a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK68CCE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120831472',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'RANGER DIESEL',
'odometer': 96381,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-28',
'seller_name': 'UKCGR - Premium',
'title': 'FORD RANGER DIESEL Pick Up Double Cab Wildtrak 3.2 TDCi 200 Auto',
'transmission': 'automatic',
'trim': 'Pick Up Double Cab Wildtrak 3.2 TDCi 200 Auto',
'vin': None,
'year': 2018}
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120831472%27 HTTP/1.1" 200 None
2026-03-28 13:03:42 [astonbarclay.gb] INFO: Saving data for 120831472: {'created_time': 1774605783.112655, 'last_price_update_time': 1774703022.686765, 'auction_closing_time': 1775034000.0}
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120831472') HTTP/1.1" 204 0
2026-03-28 13:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120748122?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120748122, 'registration': 'YJ25WJE', 'account': '442001', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK', 'derivative': '1.2 Mild Hybrid Motion 5dr CVT', 'mileage': 12546, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2025-03-21', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/ae5ed0db-23b3-45cf-aa4a-f7ab64e0886a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/8548b6db-33e4-4471-a25f-397b65d9afbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/6add4953-ec79-49f7-9736-a9fc49cddbf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/27867bfe-0db2-49b0-bc21-0471285f6bbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/7254c6e2-25aa-4988-a1d9-640f1abeca60_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/c335e897-ed45-4056-8fd4-732134066a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/db9e261b-6e72-4cf0-9d27-2cb6c4318b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/61cc1d0e-c7df-45ff-a40f-7e45c8333c82_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/61b8179b-d851-471a-af23-a6e03e2c5812_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19c9459c-a4e1-4ed6-911b-5fcdcd428543.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120748122, 'registration': 'YJ25WJE', 'account': '442001', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK', 'derivative': '1.2 Mild Hybrid Motion 5dr CVT', 'mileage': 12546, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2025-03-21', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/ae5ed0db-23b3-45cf-aa4a-f7ab64e0886a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/8548b6db-33e4-4471-a25f-397b65d9afbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/6add4953-ec79-49f7-9736-a9fc49cddbf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/27867bfe-0db2-49b0-bc21-0471285f6bbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/7254c6e2-25aa-4988-a1d9-640f1abeca60_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/c335e897-ed45-4056-8fd4-732134066a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/db9e261b-6e72-4cf0-9d27-2cb6c4318b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/61cc1d0e-c7df-45ff-a40f-7e45c8333c82_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/61b8179b-d851-471a-af23-a6e03e2c5812_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19c9459c-a4e1-4ed6-911b-5fcdcd428543.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with identifier: 120748122
2026-03-28 13:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with scrape type 2
2026-03-28 13:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with scrape type 2
2026-03-28 13:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e, identifier: 120748122
2026-03-28 13:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with identifier: 120748122
2026-03-28 13:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with identifier: 120748122
2026-03-28 13:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with identifier: 120748122 to the API
2026-03-28 13:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120748122?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '14157bc3-8dc6-5d7b-8b91-90c10a312d6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YJ25WJE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120748122',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SUZUKI',
'model': 'SWIFT HATCHBACK',
'odometer': 12546,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-21',
'seller_name': 'Part of United Rental Group',
'title': 'SUZUKI SWIFT HATCHBACK 1.2 Mild Hybrid Motion 5dr CVT',
'transmission': 'automatic',
'trim': '1.2 Mild Hybrid Motion 5dr CVT',
'vin': None,
'year': 2025}
2026-03-28 13:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748122%27 HTTP/1.1" 200 None
2026-03-28 13:03:44 [astonbarclay.gb] INFO: Saving data for 120748122: {'auction_closing_time': 1774958400.0, 'created_time': 1774379135.190391, 'last_price_update_time': 1774703024.26591}
2026-03-28 13:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120748122') HTTP/1.1" 204 0
2026-03-28 13:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120506327?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120506327, 'registration': 'BL17UVW', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDI Ultra SE 4dr S Tronic', 'mileage': 143324, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-07-24', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BL17UVW/2026-03-17/image/335b4095-6260-40f6-b8be-38338928dafc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/646b7575-14b4-48d4-91a3-83d304422718_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/2fd919d8-35ef-428a-aae3-c00671019959_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/0f8ae486-625c-4a19-ba5b-ac8ad0929c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/1e71775c-4403-4343-a2eb-be5252c1c7df_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/fef40f3d-2fbd-417b-b8b5-8225f41f7180_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/22c20adc-780b-4490-b0fc-7d7017caabe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/3830ef85-7ade-4892-9516-224c94685e09_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 83K, 104K, 119K, 135K - SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d309fa2-e24a-429b-95f4-d8b8db368dc8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120506327, 'registration': 'BL17UVW', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDI Ultra SE 4dr S Tronic', 'mileage': 143324, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-07-24', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BL17UVW/2026-03-17/image/335b4095-6260-40f6-b8be-38338928dafc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/646b7575-14b4-48d4-91a3-83d304422718_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/2fd919d8-35ef-428a-aae3-c00671019959_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/0f8ae486-625c-4a19-ba5b-ac8ad0929c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/1e71775c-4403-4343-a2eb-be5252c1c7df_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/fef40f3d-2fbd-417b-b8b5-8225f41f7180_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/22c20adc-780b-4490-b0fc-7d7017caabe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/3830ef85-7ade-4892-9516-224c94685e09_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 83K, 104K, 119K, 135K - SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d309fa2-e24a-429b-95f4-d8b8db368dc8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with identifier: 120506327
2026-03-28 13:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with scrape type 2
2026-03-28 13:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with scrape type 2
2026-03-28 13:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb, identifier: 120506327
2026-03-28 13:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with identifier: 120506327
2026-03-28 13:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with identifier: 120506327
2026-03-28 13:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with identifier: 120506327 to the API
2026-03-28 13:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120506327?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '602e4358-d2f3-5995-aa5c-58fa4ba6d2eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BL17UVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120506327',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 DIESEL SALOON',
'odometer': 143324,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-31',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI A4 DIESEL SALOON 2.0 TDI Ultra SE 4dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI Ultra SE 4dr S Tronic',
'vin': None,
'year': 2017}
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120506327%27 HTTP/1.1" 200 None
2026-03-28 13:03:45 [astonbarclay.gb] INFO: Saving data for 120506327: {'auction_closing_time': 1774861200.0, 'created_time': 1773752519.780064, 'last_price_update_time': 1774703025.008155}
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120506327') HTTP/1.1" 204 0
2026-03-28 13:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120401488?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:03:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120401488, 'registration': 'MW14UDN', 'account': 'MOT075', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '2.0 TDI GTD 5dr', 'mileage': 109064, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-03-16', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW14UDN/2026-03-17/image/1cfa08df-5e32-4153-a9f5-a0aecb6a84ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/464c8b80-63ea-4379-be28-a2cee492112f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/633091c1-fbbf-491f-956d-1940885609dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/e48e5152-c7fd-4dd7-aac6-dc898aac7967_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/09f27732-1f7b-4fcb-9151-ee33d191fd84_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/ff4ddc9a-2e06-42b7-ab6f-f08ecd454f58_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/d7f83907-db9c-480d-a9ba-004d784c4413_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/7600d3f4-af2c-4d5e-b7bd-c27ea31872ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/f09fd372-b336-4930-94e9-45920d6bcc6b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 68K, 79K, 89K, 98K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ffc6e083-620b-4a7f-884b-71b6ff48b73e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120401488, 'registration': 'MW14UDN', 'account': 'MOT075', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '2.0 TDI GTD 5dr', 'mileage': 109064, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-03-16', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW14UDN/2026-03-17/image/1cfa08df-5e32-4153-a9f5-a0aecb6a84ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/464c8b80-63ea-4379-be28-a2cee492112f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/633091c1-fbbf-491f-956d-1940885609dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/e48e5152-c7fd-4dd7-aac6-dc898aac7967_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/09f27732-1f7b-4fcb-9151-ee33d191fd84_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/ff4ddc9a-2e06-42b7-ab6f-f08ecd454f58_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/d7f83907-db9c-480d-a9ba-004d784c4413_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/7600d3f4-af2c-4d5e-b7bd-c27ea31872ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/f09fd372-b336-4930-94e9-45920d6bcc6b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 68K, 79K, 89K, 98K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ffc6e083-620b-4a7f-884b-71b6ff48b73e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with identifier: 120401488
2026-03-28 13:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with scrape type 2
2026-03-28 13:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with scrape type 2
2026-03-28 13:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ea1feca3-2453-54e6-8f08-d53d5e7cdc91, identifier: 120401488
2026-03-28 13:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with identifier: 120401488
2026-03-28 13:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with identifier: 120401488
2026-03-28 13:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with identifier: 120401488 to the API
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120401488?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'ea1feca3-2453-54e6-8f08-d53d5e7cdc91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW14UDN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120401488',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF DIESEL HATCHBACK',
'odometer': 109064,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-30',
'seller_name': 'MotoNovo Finance',
'title': 'VOLKSWAGEN GOLF DIESEL HATCHBACK 2.0 TDI GTD 5dr',
'transmission': 'manual',
'trim': '2.0 TDI GTD 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401488%27 HTTP/1.1" 200 None
2026-03-28 13:03:45 [astonbarclay.gb] INFO: Saving data for 120401488: {'auction_closing_time': 1774861200.0, 'created_time': 1773667385.493229, 'last_price_update_time': 1774703025.712548}
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120401488') HTTP/1.1" 204 0
2026-03-28 13:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120749685?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:03:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120749685, 'registration': 'RJ15MSX', 'account': 'WBA004', 'make': 'DACIA', 'model': 'SANDERO STEPWAY DIESEL HATCHBACK', 'derivative': '1.5 dCi Laureate 5dr', 'mileage': 93095, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-06-25', 'fuel': 'Diesel', 'motExpiry': '2027-03-30', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/f05d97e0-69ef-4172-a1bc-df99ebad856f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/3028d38e-bd7b-47d3-b89f-e706b33ac62e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/a24d3324-a550-4df9-949e-a7441debec12_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/ec746cb1-621b-4a5e-b58d-c1c4dc744d02_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/41c5aa45-1b41-4b1c-ba3c-2b72d2a55b0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/4e49b9b5-6583-45ee-9880-8efb66ca53b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/76ae3e7c-8003-4ad8-87e6-276367f3a340_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/247c1d63-8197-4900-9eea-e0ec918ab1ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/da65e583-9a81-43cc-bb5f-3f27353e17e4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/17 - 37K, 10/18 - NO MILEAGE, 08/20 - 59K, 03/23 - 70K, 03/24 - 77K, 05/25 - 87K, 03/26 - 93K', 'remarks': '**549** VOSA STATES 54K, 59K, 65K, 68K, 70K, 77K, 85K, 93K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/688bbb83-9385-42cb-9fa9-77df14055142.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120749685, 'registration': 'RJ15MSX', 'account': 'WBA004', 'make': 'DACIA', 'model': 'SANDERO STEPWAY DIESEL HATCHBACK', 'derivative': '1.5 dCi Laureate 5dr', 'mileage': 93095, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-06-25', 'fuel': 'Diesel', 'motExpiry': '2027-03-30', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/f05d97e0-69ef-4172-a1bc-df99ebad856f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/3028d38e-bd7b-47d3-b89f-e706b33ac62e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/a24d3324-a550-4df9-949e-a7441debec12_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/ec746cb1-621b-4a5e-b58d-c1c4dc744d02_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/41c5aa45-1b41-4b1c-ba3c-2b72d2a55b0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/4e49b9b5-6583-45ee-9880-8efb66ca53b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/76ae3e7c-8003-4ad8-87e6-276367f3a340_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/247c1d63-8197-4900-9eea-e0ec918ab1ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/da65e583-9a81-43cc-bb5f-3f27353e17e4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/17 - 37K, 10/18 - NO MILEAGE, 08/20 - 59K, 03/23 - 70K, 03/24 - 77K, 05/25 - 87K, 03/26 - 93K', 'remarks': '**549** VOSA STATES 54K, 59K, 65K, 68K, 70K, 77K, 85K, 93K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/688bbb83-9385-42cb-9fa9-77df14055142.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6e309f7-7614-5908-8ea0-e390dbefc058 with identifier: 120749685
2026-03-28 13:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6e309f7-7614-5908-8ea0-e390dbefc058 with scrape type 2
2026-03-28 13:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6e309f7-7614-5908-8ea0-e390dbefc058 with scrape type 2
2026-03-28 13:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e6e309f7-7614-5908-8ea0-e390dbefc058, identifier: 120749685
2026-03-28 13:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e6e309f7-7614-5908-8ea0-e390dbefc058 with identifier: 120749685
2026-03-28 13:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e6e309f7-7614-5908-8ea0-e390dbefc058 with identifier: 120749685
2026-03-28 13:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e6e309f7-7614-5908-8ea0-e390dbefc058 with identifier: 120749685 to the API
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120749685?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'e6e309f7-7614-5908-8ea0-e390dbefc058',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ15MSX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120749685',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DACIA',
'model': 'SANDERO STEPWAY DIESEL HATCHBACK',
'odometer': 93095,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-25',
'seller_name': 'UKCGR - Trade',
'title': 'DACIA SANDERO STEPWAY DIESEL HATCHBACK 1.5 dCi Laureate 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Laureate 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120749685%27 HTTP/1.1" 200 None
2026-03-28 13:03:46 [astonbarclay.gb] INFO: Saving data for 120749685: {'auction_closing_time': 1774958400.0, 'created_time': 1774379517.499997, 'last_price_update_time': 1774703026.268524}
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120749685') HTTP/1.1" 204 0
2026-03-28 13:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120356596?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120356596, 'registration': 'PRZ4018', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 110 GT Line 5dr EAT6', 'mileage': 44381, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-06-21', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PRZ4018/2026-03-12/image/31acff32-1fdd-4a17-a65c-d222924e20e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/05107cf5-81f1-458d-986d-c36d1f74d77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/0b4079e3-aa26-4b90-9a9c-7f03d38e94a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/e1097677-56a9-410c-9676-568d61183af0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/a42ee2ff-b7aa-464b-a3a9-41bc2f600bd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/43b55d5b-1895-4ff0-8460-50dea945afcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/eec96b0f-914a-42fa-ac5b-4d535ce89d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/e4ea4aa0-b5be-4af6-80d2-4b14a838b1fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/b49fc53a-fb37-46f6-a9eb-0b64ee964f8d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/20- 5K, 06/21- 12K, 06/22- 21K, 06/23- 27K, 06/24- 31K', 'remarks': '**1430**VOSA STATES 21K, 27K, 31K, 43K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08620bdd-7896-4f7a-8cb1-213c20a6a8dc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120356596, 'registration': 'PRZ4018', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 110 GT Line 5dr EAT6', 'mileage': 44381, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-06-21', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PRZ4018/2026-03-12/image/31acff32-1fdd-4a17-a65c-d222924e20e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/05107cf5-81f1-458d-986d-c36d1f74d77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/0b4079e3-aa26-4b90-9a9c-7f03d38e94a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/e1097677-56a9-410c-9676-568d61183af0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/a42ee2ff-b7aa-464b-a3a9-41bc2f600bd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/43b55d5b-1895-4ff0-8460-50dea945afcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/eec96b0f-914a-42fa-ac5b-4d535ce89d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/e4ea4aa0-b5be-4af6-80d2-4b14a838b1fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/b49fc53a-fb37-46f6-a9eb-0b64ee964f8d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/20- 5K, 06/21- 12K, 06/22- 21K, 06/23- 27K, 06/24- 31K', 'remarks': '**1430**VOSA STATES 21K, 27K, 31K, 43K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08620bdd-7896-4f7a-8cb1-213c20a6a8dc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with identifier: 120356596
2026-03-28 13:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with scrape type 2
2026-03-28 13:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with scrape type 2
2026-03-28 13:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dd52a9ae-0f10-5610-84d8-f308ce27f5e1, identifier: 120356596
2026-03-28 13:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with identifier: 120356596
2026-03-28 13:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with identifier: 120356596
2026-03-28 13:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with identifier: 120356596 to the API
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120356596?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'dd52a9ae-0f10-5610-84d8-f308ce27f5e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PRZ4018',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120356596',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 44381,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-21',
'seller_name': 'UKCGR - Premium',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech 110 GT Line 5dr EAT6',
'transmission': 'automatic',
'trim': '1.2 PureTech 110 GT Line 5dr EAT6',
'vin': None,
'year': 2019}
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120356596%27 HTTP/1.1" 200 None
2026-03-28 13:03:46 [astonbarclay.gb] INFO: Saving data for 120356596: {'auction_closing_time': 1774958400.0, 'created_time': 1773402761.376511, 'last_price_update_time': 1774703026.79491}
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120356596') HTTP/1.1" 204 0
2026-03-28 13:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120685598?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120685598, 'registration': 'YA65UTO', 'account': 'VAN041', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '1.6 i-DTEC 160 EX 5dr', 'mileage': 95350, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-29', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/J17JGP/2026-03-25/image/917a30bc-a721-4f53-accd-ab74e7b49e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/2698abc9-b7e0-4be1-9d67-2b0a4d88cfca_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/f623cec1-d1d4-48af-b737-eb1e2f71901e_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/e348d415-e8c6-41e7-9a71-205ce4bc74eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/6140aca0-cc03-43fe-978f-56d7a3c9b82d_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/c5a9df0d-8a59-421f-ad2a-c841538b93d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/0780f5d7-6d4f-4450-aea3-7ecf2841f7f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/a058cc13-02c1-4078-80ad-2057f3d6855f_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/d24cc5f7-38e6-4d8e-80ea-27b96fcf7350_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/17 - 7K, 01/18 - 12K, 01/19 - 18K, 09/19 - 31K, 05/20 - 46K, 06/21 - 52K,', 'remarks': '**1266** VOSA STATES 15K, 33K, 48K, 61K, 70K, 75K, 83K, 92K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee7e9ee3-d1ec-4d2a-8315-c4d96323a887.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120685598, 'registration': 'YA65UTO', 'account': 'VAN041', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '1.6 i-DTEC 160 EX 5dr', 'mileage': 95350, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-29', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/J17JGP/2026-03-25/image/917a30bc-a721-4f53-accd-ab74e7b49e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/2698abc9-b7e0-4be1-9d67-2b0a4d88cfca_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/f623cec1-d1d4-48af-b737-eb1e2f71901e_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/e348d415-e8c6-41e7-9a71-205ce4bc74eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/6140aca0-cc03-43fe-978f-56d7a3c9b82d_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/c5a9df0d-8a59-421f-ad2a-c841538b93d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/0780f5d7-6d4f-4450-aea3-7ecf2841f7f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/a058cc13-02c1-4078-80ad-2057f3d6855f_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/d24cc5f7-38e6-4d8e-80ea-27b96fcf7350_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/17 - 7K, 01/18 - 12K, 01/19 - 18K, 09/19 - 31K, 05/20 - 46K, 06/21 - 52K,', 'remarks': '**1266** VOSA STATES 15K, 33K, 48K, 61K, 70K, 75K, 83K, 92K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee7e9ee3-d1ec-4d2a-8315-c4d96323a887.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with identifier: 120685598
2026-03-28 13:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with scrape type 2
2026-03-28 13:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with scrape type 2
2026-03-28 13:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1, identifier: 120685598
2026-03-28 13:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with identifier: 120685598
2026-03-28 13:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with identifier: 120685598
2026-03-28 13:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with identifier: 120685598 to the API
2026-03-28 13:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120685598?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YA65UTO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120685598',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CR-V DIESEL ESTATE',
'odometer': 95350,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-30',
'seller_name': 'Vantage Motor Group',
'title': 'HONDA CR-V DIESEL ESTATE 1.6 i-DTEC 160 EX 5dr',
'transmission': 'manual',
'trim': '1.6 i-DTEC 160 EX 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685598%27 HTTP/1.1" 200 None
2026-03-28 13:03:47 [astonbarclay.gb] INFO: Saving data for 120685598: {'auction_closing_time': 1774958400.0, 'created_time': 1774379263.319379, 'last_price_update_time': 1774703027.99685}
2026-03-28 13:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120685598') HTTP/1.1" 204 0
2026-03-28 13:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120742052?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120742052, 'registration': 'NA66NFU', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 66983, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-08', 'fuel': 'Diesel', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA66NFU/2026-03-25/image/2db3309d-24f6-430b-8f54-f5a0805d5a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/4bb0bffd-c898-4baf-b4fa-d64a810b1773_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/8aa87101-469e-412d-8c33-09a91cda94ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/06274b0a-f060-4492-8177-8d17de0ac1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/0e0adb8b-4ab7-4261-9b9b-0bf40b4896a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/df96341b-c382-45f3-b0ab-d5a85f266378_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/1c69dc04-453e-4e7b-8d7b-e50f6f9a74b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/fd2ef32d-fbeb-4231-9124-2e744fb3fb4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/f3e932e9-282a-4065-aa72-3fa5e3e155d2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/17 - 8K, 09/18 - 14K, 07/19 - 19K, 09/20 - 26K, 09/21 - 33K, 09/22 - 44K, 09/23 - 55K, 09/24 - 60K', 'remarks': '**673** VOSA STATES 19K, 26K, 33K, 44K, 55K, 60K, 63K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89420ec4-ac35-474d-b8ff-332327f0917f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120742052, 'registration': 'NA66NFU', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 66983, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-08', 'fuel': 'Diesel', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA66NFU/2026-03-25/image/2db3309d-24f6-430b-8f54-f5a0805d5a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/4bb0bffd-c898-4baf-b4fa-d64a810b1773_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/8aa87101-469e-412d-8c33-09a91cda94ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/06274b0a-f060-4492-8177-8d17de0ac1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/0e0adb8b-4ab7-4261-9b9b-0bf40b4896a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/df96341b-c382-45f3-b0ab-d5a85f266378_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/1c69dc04-453e-4e7b-8d7b-e50f6f9a74b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/fd2ef32d-fbeb-4231-9124-2e744fb3fb4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/f3e932e9-282a-4065-aa72-3fa5e3e155d2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/17 - 8K, 09/18 - 14K, 07/19 - 19K, 09/20 - 26K, 09/21 - 33K, 09/22 - 44K, 09/23 - 55K, 09/24 - 60K', 'remarks': '**673** VOSA STATES 19K, 26K, 33K, 44K, 55K, 60K, 63K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89420ec4-ac35-474d-b8ff-332327f0917f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with identifier: 120742052
2026-03-28 13:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with scrape type 2
2026-03-28 13:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with scrape type 2
2026-03-28 13:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86d8d21e-e4c6-5e90-8967-420dd328d7b4, identifier: 120742052
2026-03-28 13:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with identifier: 120742052
2026-03-28 13:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with identifier: 120742052
2026-03-28 13:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with identifier: 120742052 to the API
2026-03-28 13:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120742052?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '86d8d21e-e4c6-5e90-8967-420dd328d7b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NA66NFU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120742052',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'KADJAR DIESEL HATCHBACK',
'odometer': 66983,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-08',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT KADJAR DIESEL HATCHBACK 1.5 dCi Dynamique Nav 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Dynamique Nav 5dr',
'vin': None,
'year': 2016}
2026-03-28 13:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120742052%27 HTTP/1.1" 200 None
2026-03-28 13:03:49 [astonbarclay.gb] INFO: Saving data for 120742052: {'auction_closing_time': 1774958400.0, 'created_time': 1774379474.987479, 'last_price_update_time': 1774703029.2093}
2026-03-28 13:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120742052') HTTP/1.1" 204 0
2026-03-28 13:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120473240?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120473240, 'registration': 'SE17HVN', 'account': 'PIN003', 'make': 'VAUXHALL', 'model': 'ASTRA DIESEL HATCHBACK', 'derivative': '1.6 CDTi 16V SRi Vx-line Nav 5dr', 'mileage': 114963, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-06-28', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE17HVN/2026-03-18/image/b725af60-db26-4832-b056-796a2f64e105_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/03e2d43d-684c-477b-9698-0d99cb7e59fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/31630d1b-dc01-402a-a4cf-a1c988882f13_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/efeaaa32-bc6b-4a9b-950e-3700a469b609_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/3a30cf12-ce23-4668-8f9f-b12ad6a56f74_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/4d8c3adb-3fc9-4004-bd22-6096318ac07b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/c4f6bb02-180e-485e-a5e0-1ab9bbf6e4bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/2c45c562-aa52-41dd-9dd4-a89b2d90b496_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa @ 28k 29k 45k 56k 74k 83k 110k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edd71ebb-13f3-4447-8ab3-b219e1a1147c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120473240, 'registration': 'SE17HVN', 'account': 'PIN003', 'make': 'VAUXHALL', 'model': 'ASTRA DIESEL HATCHBACK', 'derivative': '1.6 CDTi 16V SRi Vx-line Nav 5dr', 'mileage': 114963, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-06-28', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE17HVN/2026-03-18/image/b725af60-db26-4832-b056-796a2f64e105_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/03e2d43d-684c-477b-9698-0d99cb7e59fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/31630d1b-dc01-402a-a4cf-a1c988882f13_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/efeaaa32-bc6b-4a9b-950e-3700a469b609_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/3a30cf12-ce23-4668-8f9f-b12ad6a56f74_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/4d8c3adb-3fc9-4004-bd22-6096318ac07b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/c4f6bb02-180e-485e-a5e0-1ab9bbf6e4bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE17HVN/2026-03-18/image/2c45c562-aa52-41dd-9dd4-a89b2d90b496_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa @ 28k 29k 45k 56k 74k 83k 110k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edd71ebb-13f3-4447-8ab3-b219e1a1147c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74a9f581-e48a-5f80-9f00-570c15404345 with identifier: 120473240
2026-03-28 13:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74a9f581-e48a-5f80-9f00-570c15404345 with scrape type 2
2026-03-28 13:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74a9f581-e48a-5f80-9f00-570c15404345 with scrape type 2
2026-03-28 13:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 74a9f581-e48a-5f80-9f00-570c15404345, identifier: 120473240
2026-03-28 13:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 74a9f581-e48a-5f80-9f00-570c15404345 with identifier: 120473240
2026-03-28 13:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 74a9f581-e48a-5f80-9f00-570c15404345 with identifier: 120473240
2026-03-28 13:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 74a9f581-e48a-5f80-9f00-570c15404345 with identifier: 120473240 to the API
2026-03-28 13:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120473240?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '74a9f581-e48a-5f80-9f00-570c15404345',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SE17HVN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120473240',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'ASTRA DIESEL HATCHBACK',
'odometer': 114963,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-28',
'seller_name': 'Pinkstones',
'title': 'VAUXHALL ASTRA DIESEL HATCHBACK 1.6 CDTi 16V SRi Vx-line Nav 5dr',
'transmission': 'manual',
'trim': '1.6 CDTi 16V SRi Vx-line Nav 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473240%27 HTTP/1.1" 200 None
2026-03-28 13:03:53 [astonbarclay.gb] INFO: Saving data for 120473240: {'auction_closing_time': 1774947600.0, 'created_time': 1773667149.191699, 'last_price_update_time': 1774703033.228714}
2026-03-28 13:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120473240') HTTP/1.1" 204 0
2026-03-28 13:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120838436?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120838436, 'registration': 'NJ12TFY', 'account': 'WBA001', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Limited Edition 3dr', 'mileage': 87547, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/89ee7c22-f908-4a73-b696-bf1f5b107106_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/a726620f-1253-4b1a-9d32-2697d8d01ebc_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/791a6513-0b3b-494b-b875-1d5cda581441_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/59511d59-51f9-4bae-aa36-3180b6643e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/3944c049-7387-42e1-8834-f341ded754ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/69bd1d4c-b30c-488b-9a3e-9fedf20b732d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/6b98e275-8428-436a-8195-90128a9ca19e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/b3f45699-3d6a-4834-87e9-07115d9165ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/07bc0ae0-8723-467d-bf8b-e8237680132e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 7K, 03/14 - 17K, 03/15 - 27K, 03/16 - 33K, 03/18 - 41K, 03/19 - 46K, 02/20 - 58K, 03/21 - 56K, 02/22 - 64K, 03/23 - 73K, 03/24 - 80K', 'remarks': '**755** VOSA STATES 27K, 33K, 37K, 41K, 46K, 51K, 56K, 66K, 73K, 80K, 84K,', 'virtual': False, 'seller': 'UKCGR', '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/c44e1f5e-d787-47a9-8493-c6a4b5872e36.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120838436, 'registration': 'NJ12TFY', 'account': 'WBA001', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Limited Edition 3dr', 'mileage': 87547, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 3, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/89ee7c22-f908-4a73-b696-bf1f5b107106_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/a726620f-1253-4b1a-9d32-2697d8d01ebc_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/791a6513-0b3b-494b-b875-1d5cda581441_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/59511d59-51f9-4bae-aa36-3180b6643e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/3944c049-7387-42e1-8834-f341ded754ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/69bd1d4c-b30c-488b-9a3e-9fedf20b732d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/6b98e275-8428-436a-8195-90128a9ca19e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/b3f45699-3d6a-4834-87e9-07115d9165ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ12TFY/2026-03-27/image/07bc0ae0-8723-467d-bf8b-e8237680132e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 7K, 03/14 - 17K, 03/15 - 27K, 03/16 - 33K, 03/18 - 41K, 03/19 - 46K, 02/20 - 58K, 03/21 - 56K, 02/22 - 64K, 03/23 - 73K, 03/24 - 80K', 'remarks': '**755** VOSA STATES 27K, 33K, 37K, 41K, 46K, 51K, 56K, 66K, 73K, 80K, 84K,', 'virtual': False, 'seller': 'UKCGR', '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/c44e1f5e-d787-47a9-8493-c6a4b5872e36.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a06eb61a-e760-52b0-a399-235a3a76e804 with identifier: 120838436
2026-03-28 13:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a06eb61a-e760-52b0-a399-235a3a76e804 with scrape type 2
2026-03-28 13:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a06eb61a-e760-52b0-a399-235a3a76e804 with scrape type 2
2026-03-28 13:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a06eb61a-e760-52b0-a399-235a3a76e804, identifier: 120838436
2026-03-28 13:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a06eb61a-e760-52b0-a399-235a3a76e804 with identifier: 120838436
2026-03-28 13:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a06eb61a-e760-52b0-a399-235a3a76e804 with identifier: 120838436
2026-03-28 13:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a06eb61a-e760-52b0-a399-235a3a76e804 with identifier: 120838436 to the API
2026-03-28 13:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120838436?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'a06eb61a-e760-52b0-a399-235a3a76e804',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NJ12TFY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120838436',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 87547,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-30',
'seller_name': 'UKCGR',
'title': 'VAUXHALL CORSA HATCHBACK 1.2 Limited Edition 3dr',
'transmission': 'manual',
'trim': '1.2 Limited Edition 3dr',
'vin': None,
'year': 2012}
2026-03-28 13:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120838436%27 HTTP/1.1" 200 None
2026-03-28 13:03:54 [astonbarclay.gb] INFO: Saving data for 120838436: {'auction_closing_time': 1774958400.0, 'created_time': 1774605801.500679, 'last_price_update_time': 1774703034.198772}
2026-03-28 13:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120838436') HTTP/1.1" 204 0
2026-03-28 13:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120838715?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120838715, 'registration': 'NY68OEN', 'account': 'MOT129', 'make': 'SUZUKI', 'model': 'VITARA ESTATE', 'derivative': '1.0 Boosterjet SZ-T 5dr', 'mileage': 62030, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-01-28', 'fuel': 'Petrol', 'motExpiry': '2027-02-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NY68OEN/2026-03-27/image/dc3c5083-423e-452f-b050-039ea7c7bfa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/b3c7f44b-4219-404b-84eb-2d93bf41524c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/37d4a43e-d7d5-49bd-bd2a-af10cf9641e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/c31fa080-e08a-4f4e-b02c-ede31483703d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/f2434246-21a0-443d-92f6-3c69d51ca9c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/362c42ec-38d9-4158-92e6-24ce398e7143_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/8e53c536-36cb-4700-8cad-9e01a31819bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/aedbfc8c-ae6d-423a-8f18-f8a278d675a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/cfb7263a-7198-4bdc-8932-8247834b3df9_removebg.jpg?w=600'], 'colour': 'TURQUOISE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 3K, 10/19 - 11K, 10/20 - 19K, 11/21 - 25K, 10/22 - 35K,', 'remarks': '**1715** VOSA STATES 35K, 36K, 42K, 53K, 61K, SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', '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/b6047a0a-371a-4c68-96bc-26e2022e37df.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120838715, 'registration': 'NY68OEN', 'account': 'MOT129', 'make': 'SUZUKI', 'model': 'VITARA ESTATE', 'derivative': '1.0 Boosterjet SZ-T 5dr', 'mileage': 62030, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-01-28', 'fuel': 'Petrol', 'motExpiry': '2027-02-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NY68OEN/2026-03-27/image/dc3c5083-423e-452f-b050-039ea7c7bfa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/b3c7f44b-4219-404b-84eb-2d93bf41524c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/37d4a43e-d7d5-49bd-bd2a-af10cf9641e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/c31fa080-e08a-4f4e-b02c-ede31483703d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/f2434246-21a0-443d-92f6-3c69d51ca9c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/362c42ec-38d9-4158-92e6-24ce398e7143_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/8e53c536-36cb-4700-8cad-9e01a31819bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/aedbfc8c-ae6d-423a-8f18-f8a278d675a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NY68OEN/2026-03-27/image/cfb7263a-7198-4bdc-8932-8247834b3df9_removebg.jpg?w=600'], 'colour': 'TURQUOISE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 3K, 10/19 - 11K, 10/20 - 19K, 11/21 - 25K, 10/22 - 35K,', 'remarks': '**1715** VOSA STATES 35K, 36K, 42K, 53K, 61K, SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', '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/b6047a0a-371a-4c68-96bc-26e2022e37df.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe8e07c6-bfe5-5518-94ff-8eef7ba3597c with identifier: 120838715
2026-03-28 13:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe8e07c6-bfe5-5518-94ff-8eef7ba3597c with scrape type 2
2026-03-28 13:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe8e07c6-bfe5-5518-94ff-8eef7ba3597c with scrape type 2
2026-03-28 13:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fe8e07c6-bfe5-5518-94ff-8eef7ba3597c, identifier: 120838715
2026-03-28 13:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fe8e07c6-bfe5-5518-94ff-8eef7ba3597c with identifier: 120838715
2026-03-28 13:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:03:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=TURQUOISE HTTP/1.1" 200 None
2026-03-28 13:03:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fe8e07c6-bfe5-5518-94ff-8eef7ba3597c with identifier: 120838715
2026-03-28 13:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fe8e07c6-bfe5-5518-94ff-8eef7ba3597c with identifier: 120838715 to the API
2026-03-28 13:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120838715?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'TURQUOISE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'fe8e07c6-bfe5-5518-94ff-8eef7ba3597c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NY68OEN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120838715',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SUZUKI',
'model': 'VITARA ESTATE',
'odometer': 62030,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-28',
'seller_name': 'MotoNovo Finance',
'title': 'SUZUKI VITARA ESTATE 1.0 Boosterjet SZ-T 5dr',
'transmission': 'manual',
'trim': '1.0 Boosterjet SZ-T 5dr',
'vin': None,
'year': 2019}
2026-03-28 13:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120838715%27 HTTP/1.1" 200 None
2026-03-28 13:03:55 [astonbarclay.gb] INFO: Saving data for 120838715: {'auction_closing_time': 1774958400.0, 'created_time': 1774605752.511693, 'last_price_update_time': 1774703035.907351}
2026-03-28 13:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120838715') HTTP/1.1" 204 0
2026-03-28 13:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120759763?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:03:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120759763, 'registration': 'GF14KOE', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.4 Style 5dr', 'mileage': 49106, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF14KOE/2026-03-25/image/73a2da68-a40a-4788-84e3-dc7a97ba9843_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/cda64208-b6ad-4c1f-a8cc-66e1c0b9f7fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/5a077a00-d470-45f4-ae1c-a02c9a69cc23_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/15079aaf-cda0-4c34-ba09-252fe81e094b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/d51f7728-be21-417f-a969-afbbb0d6fdf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/8b228d73-9d0c-4a95-8d1c-86024e3d68dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/ef2d046e-58c1-40d9-9b79-4a3bdc72119e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/0527e0d0-3647-4f43-9b56-93e6a0748a4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/03118eab-52f6-4f1c-a5a6-1a5156347b58_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**438** VOSA STATES 36K, 37K, 40K, 43K, 44K, 44K, 45K, 47K, 48K, 48K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2b124f7f-ba54-4704-835b-b6be591540ac.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120759763, 'registration': 'GF14KOE', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.4 Style 5dr', 'mileage': 49106, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF14KOE/2026-03-25/image/73a2da68-a40a-4788-84e3-dc7a97ba9843_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/cda64208-b6ad-4c1f-a8cc-66e1c0b9f7fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/5a077a00-d470-45f4-ae1c-a02c9a69cc23_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/15079aaf-cda0-4c34-ba09-252fe81e094b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/d51f7728-be21-417f-a969-afbbb0d6fdf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/8b228d73-9d0c-4a95-8d1c-86024e3d68dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/ef2d046e-58c1-40d9-9b79-4a3bdc72119e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/0527e0d0-3647-4f43-9b56-93e6a0748a4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/03118eab-52f6-4f1c-a5a6-1a5156347b58_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**438** VOSA STATES 36K, 37K, 40K, 43K, 44K, 44K, 45K, 47K, 48K, 48K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2b124f7f-ba54-4704-835b-b6be591540ac.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e18ece34-4d71-58b3-84a7-83484fd08f39 with identifier: 120759763
2026-03-28 13:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e18ece34-4d71-58b3-84a7-83484fd08f39 with scrape type 2
2026-03-28 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e18ece34-4d71-58b3-84a7-83484fd08f39 with scrape type 2
2026-03-28 13:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e18ece34-4d71-58b3-84a7-83484fd08f39, identifier: 120759763
2026-03-28 13:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e18ece34-4d71-58b3-84a7-83484fd08f39 with identifier: 120759763
2026-03-28 13:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e18ece34-4d71-58b3-84a7-83484fd08f39 with identifier: 120759763
2026-03-28 13:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e18ece34-4d71-58b3-84a7-83484fd08f39 with identifier: 120759763 to the API
2026-03-28 13:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120759763?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'e18ece34-4d71-58b3-84a7-83484fd08f39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF14KOE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120759763',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I20 HATCHBACK',
'odometer': 49106,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-28',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I20 HATCHBACK 1.4 Style 5dr',
'transmission': 'manual',
'trim': '1.4 Style 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120759763%27 HTTP/1.1" 200 None
2026-03-28 13:03:57 [astonbarclay.gb] INFO: Saving data for 120759763: {'auction_closing_time': 1774958400.0, 'created_time': 1774379533.792155, 'last_price_update_time': 1774703037.455519}
2026-03-28 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120759763') HTTP/1.1" 204 0
2026-03-28 13:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120658630?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120658630, 'registration': 'YT10YWA', 'account': 'VAN041', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC EX 5dr i-SHIFT Auto', 'mileage': 31799, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-10', 'fuel': 'Petrol', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT10YWA/2026-03-25/image/6c21c110-98fe-4ba2-bc80-8da96846d5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/12851c68-9737-406d-9222-b1bc7b02bbed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/a1d369bf-10a6-4f79-99c2-b2cb064c801c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/9b195aa2-c74a-4b29-b5f7-6c29122e59c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/412735cd-a429-4075-8027-066a14b6f03a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/f1697bac-991b-420e-b61a-c8213c56af84_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/9f98bec7-96f5-4022-a826-e24a5d8833a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/f9237b22-75f3-42e6-8c70-f706ec3f8cac_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/11 - 2K, 03/13 - 6K, 03/18 - 19K, 02/20 - NO MILEAGE, 03/22 - 24K, 03/24 - 28K,', 'remarks': '**1388** VOSA STATES 6K, 9K, 13K, 15K, 17K, 19K, 21K, 23K, 24K, 24K, 26K, 28K, 29K, 31K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/69555cf7-669a-44f6-895e-ef29e3239b2d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120658630, 'registration': 'YT10YWA', 'account': 'VAN041', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC EX 5dr i-SHIFT Auto', 'mileage': 31799, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-10', 'fuel': 'Petrol', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT10YWA/2026-03-25/image/6c21c110-98fe-4ba2-bc80-8da96846d5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/12851c68-9737-406d-9222-b1bc7b02bbed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/a1d369bf-10a6-4f79-99c2-b2cb064c801c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/9b195aa2-c74a-4b29-b5f7-6c29122e59c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/412735cd-a429-4075-8027-066a14b6f03a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/f1697bac-991b-420e-b61a-c8213c56af84_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/9f98bec7-96f5-4022-a826-e24a5d8833a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/f9237b22-75f3-42e6-8c70-f706ec3f8cac_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/11 - 2K, 03/13 - 6K, 03/18 - 19K, 02/20 - NO MILEAGE, 03/22 - 24K, 03/24 - 28K,', 'remarks': '**1388** VOSA STATES 6K, 9K, 13K, 15K, 17K, 19K, 21K, 23K, 24K, 24K, 26K, 28K, 29K, 31K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/69555cf7-669a-44f6-895e-ef29e3239b2d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bea7f8b2-8fff-512c-909c-ed0bd3defe35 with identifier: 120658630
2026-03-28 13:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bea7f8b2-8fff-512c-909c-ed0bd3defe35 with scrape type 2
2026-03-28 13:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bea7f8b2-8fff-512c-909c-ed0bd3defe35 with scrape type 2
2026-03-28 13:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bea7f8b2-8fff-512c-909c-ed0bd3defe35, identifier: 120658630
2026-03-28 13:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bea7f8b2-8fff-512c-909c-ed0bd3defe35 with identifier: 120658630
2026-03-28 13:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bea7f8b2-8fff-512c-909c-ed0bd3defe35 with identifier: 120658630
2026-03-28 13:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bea7f8b2-8fff-512c-909c-ed0bd3defe35 with identifier: 120658630 to the API
2026-03-28 13:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120658630?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'bea7f8b2-8fff-512c-909c-ed0bd3defe35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YT10YWA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120658630',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 31799,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-10',
'seller_name': 'Vantage Motor Group',
'title': 'HONDA JAZZ HATCHBACK 1.4 i-VTEC EX 5dr i-SHIFT Auto',
'transmission': 'automatic',
'trim': '1.4 i-VTEC EX 5dr i-SHIFT Auto',
'vin': None,
'year': 2010}
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658630%27 HTTP/1.1" 200 None
2026-03-28 13:03:58 [astonbarclay.gb] INFO: Saving data for 120658630: {'auction_closing_time': 1774958400.0, 'created_time': 1774379263.929197, 'last_price_update_time': 1774703038.048277}
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120658630') HTTP/1.1" 204 0
2026-03-28 13:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120201662?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:03:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120201662, 'registration': 'YM65NUH', 'account': 'VAN038', 'make': 'LEXUS', 'model': 'RX ESTATE', 'derivative': '450h 3.5 Premier 5dr CVT [Sunroof]', 'mileage': 28396, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2025-12-19', 'doors': 5, 'engineSize': 3456, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YM65NUH/2026-03-24/image/a36c9bda-9820-4723-b0cc-e093fa479e5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/03de3da9-e622-49d1-9945-e0004e4d51a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/9cbd24b6-d632-4c0d-b3ee-9913bc9cbb5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/cd5bde7a-22f2-45b0-aad5-a113e86393f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/7bd90ee7-a2d4-4da8-b8e8-7119c0a61df2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/6796ebfb-d03c-48f8-8a1e-a21483b38bd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/af6987c3-d325-494f-8782-5ab614be94c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/b5914c61-290f-4d3a-a868-2a86996b98e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/e5975f22-e624-4ce3-a391-b734abce7988_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1217** VOSA STATES 14K, 19K, 22K, 23K, 25K, 26K, 28K, 28K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d777eac0-b6c8-4b29-a7fc-79e6db6c0086.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120201662, 'registration': 'YM65NUH', 'account': 'VAN038', 'make': 'LEXUS', 'model': 'RX ESTATE', 'derivative': '450h 3.5 Premier 5dr CVT [Sunroof]', 'mileage': 28396, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2025-12-19', 'doors': 5, 'engineSize': 3456, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YM65NUH/2026-03-24/image/a36c9bda-9820-4723-b0cc-e093fa479e5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/03de3da9-e622-49d1-9945-e0004e4d51a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/9cbd24b6-d632-4c0d-b3ee-9913bc9cbb5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/cd5bde7a-22f2-45b0-aad5-a113e86393f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/7bd90ee7-a2d4-4da8-b8e8-7119c0a61df2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/6796ebfb-d03c-48f8-8a1e-a21483b38bd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/af6987c3-d325-494f-8782-5ab614be94c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/b5914c61-290f-4d3a-a868-2a86996b98e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM65NUH/2026-03-24/image/e5975f22-e624-4ce3-a391-b734abce7988_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1217** VOSA STATES 14K, 19K, 22K, 23K, 25K, 26K, 28K, 28K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d777eac0-b6c8-4b29-a7fc-79e6db6c0086.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33928e1f-b47e-5812-9b32-14797b416732 with identifier: 120201662
2026-03-28 13:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33928e1f-b47e-5812-9b32-14797b416732 with scrape type 2
2026-03-28 13:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33928e1f-b47e-5812-9b32-14797b416732 with scrape type 2
2026-03-28 13:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 33928e1f-b47e-5812-9b32-14797b416732, identifier: 120201662
2026-03-28 13:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 33928e1f-b47e-5812-9b32-14797b416732 with identifier: 120201662
2026-03-28 13:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 33928e1f-b47e-5812-9b32-14797b416732 with identifier: 120201662
2026-03-28 13:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 33928e1f-b47e-5812-9b32-14797b416732 with identifier: 120201662 to the API
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120201662?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '33928e1f-b47e-5812-9b32-14797b416732',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YM65NUH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120201662',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LEXUS',
'model': 'RX ESTATE',
'odometer': 28396,
'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': 'Vantage Motor Group',
'title': 'LEXUS RX ESTATE 450h 3.5 Premier 5dr CVT [Sunroof]',
'transmission': 'automatic',
'trim': '450h 3.5 Premier 5dr CVT [Sunroof]',
'vin': None,
'year': 2016}
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120201662%27 HTTP/1.1" 200 None
2026-03-28 13:03:58 [astonbarclay.gb] INFO: Saving data for 120201662: {'auction_closing_time': 1774958400.0, 'created_time': 1774292534.645374, 'last_price_update_time': 1774703038.860001}
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120201662') HTTP/1.1" 204 0
2026-03-28 13:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118688338?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118688338, 'registration': 'YB67UJP', 'account': 'MOT075', 'make': 'BMW', 'model': '2 SERIES DIESEL ACTIVE TOURER', 'derivative': '220d SE 5dr [Nav] Step Auto', 'mileage': 54617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-01-17', 'fuel': 'Diesel', 'motExpiry': '2026-02-06', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB67UJP/2026-01-16/image/1bc8f240-d555-42a6-9eca-39be36456402_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/66940aae-02c7-4dbb-9418-bdb8a09e5b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/9e448072-774d-42f8-a884-a72f7ef7e220_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/be0ceeee-79d2-46ea-a295-ac684001da4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/f11bf31e-8b62-4829-b762-73768404105f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/a572a248-96f9-4ff5-9805-e21be832e53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/37cebd24-c6f7-428b-99d6-a822a444efd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/4cf81763-ef4f-4106-b47c-4be7c0368bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/2bb3cad1-b5ab-435d-a482-8119165e99d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/415c1560-09ad-4dc7-b2ea-bf561d7111cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/9df6955a-d652-4e9b-a4a7-07538779b182_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital I DRIVE - 12/19- 13K, 01/21- 19K, 02/22- 26K, 07/23- 35K', 'remarks': 'USED UNRECORDED - N/S DAMAGE 2 KEYS AND HANDBOOKS STARTS AND DRIVES, HPI CLEAR. DESCRIPTION IS A GUIDE ONLY VIEWING RECOMMENDED BY PRIOR ARRANGEMENTS - DELIVERY AVAILABLE - PLEASE CALL **1639** VOSA STATES 19K, 26K, 32K, 38K, 45K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c734259e-1e77-46fb-8c9f-e98c7920e46c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118688338, 'registration': 'YB67UJP', 'account': 'MOT075', 'make': 'BMW', 'model': '2 SERIES DIESEL ACTIVE TOURER', 'derivative': '220d SE 5dr [Nav] Step Auto', 'mileage': 54617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-01-17', 'fuel': 'Diesel', 'motExpiry': '2026-02-06', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB67UJP/2026-01-16/image/1bc8f240-d555-42a6-9eca-39be36456402_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/66940aae-02c7-4dbb-9418-bdb8a09e5b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/9e448072-774d-42f8-a884-a72f7ef7e220_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/be0ceeee-79d2-46ea-a295-ac684001da4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/f11bf31e-8b62-4829-b762-73768404105f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/a572a248-96f9-4ff5-9805-e21be832e53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/37cebd24-c6f7-428b-99d6-a822a444efd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/4cf81763-ef4f-4106-b47c-4be7c0368bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/2bb3cad1-b5ab-435d-a482-8119165e99d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/415c1560-09ad-4dc7-b2ea-bf561d7111cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/9df6955a-d652-4e9b-a4a7-07538779b182_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital I DRIVE - 12/19- 13K, 01/21- 19K, 02/22- 26K, 07/23- 35K', 'remarks': 'USED UNRECORDED - N/S DAMAGE 2 KEYS AND HANDBOOKS STARTS AND DRIVES, HPI CLEAR. DESCRIPTION IS A GUIDE ONLY VIEWING RECOMMENDED BY PRIOR ARRANGEMENTS - DELIVERY AVAILABLE - PLEASE CALL **1639** VOSA STATES 19K, 26K, 32K, 38K, 45K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c734259e-1e77-46fb-8c9f-e98c7920e46c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with identifier: 118688338
2026-03-28 13:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with scrape type 2
2026-03-28 13:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with scrape type 2
2026-03-28 13:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9deb0fbb-f05a-5094-8117-5f4add9d57a0, identifier: 118688338
2026-03-28 13:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with identifier: 118688338
2026-03-28 13:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with identifier: 118688338
2026-03-28 13:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with identifier: 118688338 to the API
2026-03-28 13:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118688338?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '9deb0fbb-f05a-5094-8117-5f4add9d57a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB67UJP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118688338',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '2 SERIES DIESEL ACTIVE TOURER',
'odometer': 54617,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-17',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 2 SERIES DIESEL ACTIVE TOURER 220d SE 5dr [Nav] Step Auto',
'transmission': 'automatic',
'trim': '220d SE 5dr [Nav] Step Auto',
'vin': None,
'year': 2018}
2026-03-28 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27118688338%27 HTTP/1.1" 200 None
2026-03-28 13:04:00 [astonbarclay.gb] INFO: Saving data for 118688338: {'auction_closing_time': 1774958400.0, 'created_time': 1773403048.909939, 'last_price_update_time': 1774703040.64398}
2026-03-28 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118688338') HTTP/1.1" 204 0
2026-03-28 13:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471388?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120471388, 'registration': 'SW66VHG', 'account': 'DJC003', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 54105, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-01-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SW66VHG/2026-03-21/image/6229ee78-8c0a-4a0f-9d16-c94023d768e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/372fd093-5906-4542-97ab-c83dcde89b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/59fec252-e2ff-40b5-8cd4-6b511d9e29ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/a4acde63-1a1b-4d5a-b8bd-299d3c50fc7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/03e43294-293d-4398-873c-6b7bae41b079_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/5530a168-14dc-4e9e-99e3-9a1452cd7063_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/c19475c1-7caf-4f04-a2c7-186a48ced35b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/eeaacad4-0ab9-4437-888a-bec8f2e41c80_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/81285931-5742-41dd-81f0-adf9f10a7832_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/17 - 2K, 02/19 - 17K, 01/21 - 26K, 06/22 - 33K', 'remarks': '**128** VOSA STATES 23K, 26K, 30K, 33K, 40K, 44K, 52K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/33c24b44-f912-4050-af0a-e8f1d0e35ac2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120471388, 'registration': 'SW66VHG', 'account': 'DJC003', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 54105, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-01-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SW66VHG/2026-03-21/image/6229ee78-8c0a-4a0f-9d16-c94023d768e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/372fd093-5906-4542-97ab-c83dcde89b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/59fec252-e2ff-40b5-8cd4-6b511d9e29ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/a4acde63-1a1b-4d5a-b8bd-299d3c50fc7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/03e43294-293d-4398-873c-6b7bae41b079_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/5530a168-14dc-4e9e-99e3-9a1452cd7063_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/c19475c1-7caf-4f04-a2c7-186a48ced35b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/eeaacad4-0ab9-4437-888a-bec8f2e41c80_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/81285931-5742-41dd-81f0-adf9f10a7832_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/17 - 2K, 02/19 - 17K, 01/21 - 26K, 06/22 - 33K', 'remarks': '**128** VOSA STATES 23K, 26K, 30K, 33K, 40K, 44K, 52K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/33c24b44-f912-4050-af0a-e8f1d0e35ac2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc2d4ced-a3f6-534e-806e-30b290d20793 with identifier: 120471388
2026-03-28 13:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc2d4ced-a3f6-534e-806e-30b290d20793 with scrape type 2
2026-03-28 13:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc2d4ced-a3f6-534e-806e-30b290d20793 with scrape type 2
2026-03-28 13:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc2d4ced-a3f6-534e-806e-30b290d20793, identifier: 120471388
2026-03-28 13:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc2d4ced-a3f6-534e-806e-30b290d20793 with identifier: 120471388
2026-03-28 13:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc2d4ced-a3f6-534e-806e-30b290d20793 with identifier: 120471388
2026-03-28 13:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc2d4ced-a3f6-534e-806e-30b290d20793 with identifier: 120471388 to the API
2026-03-28 13:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120471388?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc2d4ced-a3f6-534e-806e-30b290d20793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SW66VHG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471388',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 54105,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-30',
'seller_name': 'Cox Motor Group',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 TD4 SE Tech 5dr '
'Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 SE Tech 5dr Auto',
'vin': None,
'year': 2017}
2026-03-28 13:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471388%27 HTTP/1.1" 200 None
2026-03-28 13:04:02 [astonbarclay.gb] INFO: Saving data for 120471388: {'auction_closing_time': 1774958400.0, 'created_time': 1773947320.324878, 'last_price_update_time': 1774703042.622332}
2026-03-28 13:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471388') HTTP/1.1" 204 0
2026-03-28 13:04:05 [scrapy.extensions.logstats] INFO: Crawled 94 pages (at 25 pages/min), scraped 92 items (at 25 items/min)
2026-03-28 13:04:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120838512?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120838512, 'registration': 'FX60BZP', 'account': 'WBA001', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.8 i-VTEC SE 5dr', 'mileage': 157982, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-11-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1799, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '**683** VOSA STATES 37K, 49K, 62K, 70K, 86K, 101K, 108K, 115K, 127K, 136K, 143K, 148K, 157K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': True, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120838512, 'registration': 'FX60BZP', 'account': 'WBA001', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.8 i-VTEC SE 5dr', 'mileage': 157982, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2010-11-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1799, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '**683** VOSA STATES 37K, 49K, 62K, 70K, 86K, 101K, 108K, 115K, 127K, 136K, 143K, 148K, 157K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': True, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 524d0a33-55f1-51eb-ac2c-6bfcf3e60a1e with identifier: 120838512
2026-03-28 13:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 524d0a33-55f1-51eb-ac2c-6bfcf3e60a1e with scrape type 2
2026-03-28 13:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 524d0a33-55f1-51eb-ac2c-6bfcf3e60a1e with scrape type 2
2026-03-28 13:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 524d0a33-55f1-51eb-ac2c-6bfcf3e60a1e, identifier: 120838512
2026-03-28 13:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 524d0a33-55f1-51eb-ac2c-6bfcf3e60a1e with identifier: 120838512
2026-03-28 13:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 524d0a33-55f1-51eb-ac2c-6bfcf3e60a1e with identifier: 120838512
2026-03-28 13:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 524d0a33-55f1-51eb-ac2c-6bfcf3e60a1e with identifier: 120838512 to the API
2026-03-28 13:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120838512?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '524d0a33-55f1-51eb-ac2c-6bfcf3e60a1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX60BZP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120838512',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CIVIC HATCHBACK',
'odometer': 157982,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-11-04',
'seller_name': 'UKCGR',
'title': 'HONDA CIVIC HATCHBACK 1.8 i-VTEC SE 5dr',
'transmission': 'manual',
'trim': '1.8 i-VTEC SE 5dr',
'vin': None,
'year': 2010}
2026-03-28 13:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120838512%27 HTTP/1.1" 200 None
2026-03-28 13:04:08 [astonbarclay.gb] INFO: Saving data for 120838512: {'auction_closing_time': 1774958400.0, 'created_time': 1774605803.653714, 'last_price_update_time': 1774703048.990886}
2026-03-28 13:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120838512') HTTP/1.1" 204 0
2026-03-28 13:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120629981?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120629981, 'registration': 'DY16NYH', 'account': 'HAT008', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic 5dr Auto', 'mileage': 59695, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY16NYH/2026-03-26/image/5995f1bd-e788-4a9a-9eee-351040cc00b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/5bd53bac-547e-4c9f-b3df-0f44f37e400f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/a98dbbff-864d-4805-95e9-18184d10c642_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/1398f4ce-94a9-4949-a655-3262a5757811_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/f3a2324b-5c32-4cd6-91fe-75f7501f0b0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/c2df1681-d3b4-4c32-a46c-751104d098e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/350452e6-60d6-4c2d-bedc-aec926381287_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/b5c089d1-bd7a-4cb4-bb45-77de398985d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/db6a41f2-7036-4ca0-bca2-88f5706bab3d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 07/25 - 55K,', 'remarks': '**61** VOSA STATES 17K, 18K, 28K, 34K, 39K, 45K, 50K, 55K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/833aa836-3293-48da-9eae-07bc35e9bf0a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120629981, 'registration': 'DY16NYH', 'account': 'HAT008', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic 5dr Auto', 'mileage': 59695, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY16NYH/2026-03-26/image/5995f1bd-e788-4a9a-9eee-351040cc00b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/5bd53bac-547e-4c9f-b3df-0f44f37e400f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/a98dbbff-864d-4805-95e9-18184d10c642_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/1398f4ce-94a9-4949-a655-3262a5757811_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/f3a2324b-5c32-4cd6-91fe-75f7501f0b0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/c2df1681-d3b4-4c32-a46c-751104d098e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/350452e6-60d6-4c2d-bedc-aec926381287_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/b5c089d1-bd7a-4cb4-bb45-77de398985d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-26/image/db6a41f2-7036-4ca0-bca2-88f5706bab3d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 07/25 - 55K,', 'remarks': '**61** VOSA STATES 17K, 18K, 28K, 34K, 39K, 45K, 50K, 55K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/833aa836-3293-48da-9eae-07bc35e9bf0a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with identifier: 120629981
2026-03-28 13:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with scrape type 2
2026-03-28 13:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with scrape type 2
2026-03-28 13:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 617cc5ff-2b83-5f00-a704-00b5ccf555d7, identifier: 120629981
2026-03-28 13:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with identifier: 120629981
2026-03-28 13:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with identifier: 120629981
2026-03-28 13:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with identifier: 120629981 to the API
2026-03-28 13:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120629981?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '617cc5ff-2b83-5f00-a704-00b5ccf555d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DY16NYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120629981',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 59695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-30',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 TD4 HSE Dynamic '
'5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 HSE Dynamic 5dr Auto',
'vin': None,
'year': 2016}
2026-03-28 13:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629981%27 HTTP/1.1" 200 None
2026-03-28 13:04:10 [astonbarclay.gb] INFO: Saving data for 120629981: {'auction_closing_time': 1774958400.0, 'created_time': 1774271171.30932, 'last_price_update_time': 1774703050.411308}
2026-03-28 13:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120629981') HTTP/1.1" 204 0
2026-03-28 13:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120767820?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120767820, 'registration': 'KT65GFO', 'account': 'MOT075', 'make': 'SEAT', 'model': 'LEON SPORT COUPE', 'derivative': '2.0 TSI Cupra 290 3dr DSG', 'mileage': 107478, 'mileageWarranty': False, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-02-03', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 3, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KT65GFO/2026-03-25/image/962e7d80-bf87-4e7f-8ad4-a25f6133083e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/a8107348-762e-43b8-aebf-e69309f8cc81_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/5609931e-fb61-42ae-b547-d249e723bf33_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/8d18fc93-d089-4bc0-9abb-66ae204d697a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/0443e5bf-a94f-44dc-8663-528fbb4f42e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/fca1256c-133d-4286-92a9-5c0eadf4cd78_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/27d3c65c-930a-4b61-8673-fada54ccc00b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/cdf9082d-6110-47a1-9a03-cdb9d22e58fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/b11eeb98-aaf0-4df3-8518-bd6da76e73c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1635** VOSA STATES 27K, 36K, 51K, 60K, 70K, 85K, 104K, SD CARD, EVIDENCE OF NON STANDARD MODIFICATIONS', 'virtual': False, 'seller': 'MotoNovo Finance', '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/3c2674fb-290f-410a-8c5f-51fafc6aaf17.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120767820, 'registration': 'KT65GFO', 'account': 'MOT075', 'make': 'SEAT', 'model': 'LEON SPORT COUPE', 'derivative': '2.0 TSI Cupra 290 3dr DSG', 'mileage': 107478, 'mileageWarranty': False, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-02-03', 'fuel': 'Petrol', 'motExpiry': '2026-11-25', 'doors': 3, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KT65GFO/2026-03-25/image/962e7d80-bf87-4e7f-8ad4-a25f6133083e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/a8107348-762e-43b8-aebf-e69309f8cc81_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/5609931e-fb61-42ae-b547-d249e723bf33_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/8d18fc93-d089-4bc0-9abb-66ae204d697a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/0443e5bf-a94f-44dc-8663-528fbb4f42e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/fca1256c-133d-4286-92a9-5c0eadf4cd78_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/27d3c65c-930a-4b61-8673-fada54ccc00b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/cdf9082d-6110-47a1-9a03-cdb9d22e58fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/KT65GFO/2026-03-25/image/b11eeb98-aaf0-4df3-8518-bd6da76e73c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1635** VOSA STATES 27K, 36K, 51K, 60K, 70K, 85K, 104K, SD CARD, EVIDENCE OF NON STANDARD MODIFICATIONS', 'virtual': False, 'seller': 'MotoNovo Finance', '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/3c2674fb-290f-410a-8c5f-51fafc6aaf17.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 915b5608-f786-52dd-832f-c7d1c49a2ac3 with identifier: 120767820
2026-03-28 13:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915b5608-f786-52dd-832f-c7d1c49a2ac3 with scrape type 2
2026-03-28 13:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 915b5608-f786-52dd-832f-c7d1c49a2ac3 with scrape type 2
2026-03-28 13:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 915b5608-f786-52dd-832f-c7d1c49a2ac3, identifier: 120767820
2026-03-28 13:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 915b5608-f786-52dd-832f-c7d1c49a2ac3 with identifier: 120767820
2026-03-28 13:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 915b5608-f786-52dd-832f-c7d1c49a2ac3 with identifier: 120767820
2026-03-28 13:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 915b5608-f786-52dd-832f-c7d1c49a2ac3 with identifier: 120767820 to the API
2026-03-28 13:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120767820?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '915b5608-f786-52dd-832f-c7d1c49a2ac3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KT65GFO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120767820',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SEAT',
'model': 'LEON SPORT COUPE',
'odometer': 107478,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-02-03',
'seller_name': 'MotoNovo Finance',
'title': 'SEAT LEON SPORT COUPE 2.0 TSI Cupra 290 3dr DSG',
'transmission': 'automatic',
'trim': '2.0 TSI Cupra 290 3dr DSG',
'vin': None,
'year': 2016}
2026-03-28 13:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120767820%27 HTTP/1.1" 200 None
2026-03-28 13:04:12 [astonbarclay.gb] INFO: Saving data for 120767820: {'auction_closing_time': 1774958400.0, 'created_time': 1774519324.438144, 'last_price_update_time': 1774703052.809552}
2026-03-28 13:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120767820') HTTP/1.1" 204 0
2026-03-28 13:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120673220?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120673220, 'registration': 'YO69XTF', 'account': 'HAT002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ESTATE', 'derivative': '1.5 TSi EVO 150 Match 5dr DSG', 'mileage': 22873, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-02-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-11', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YO69XTF/2026-03-25/image/06e056a6-4cb6-4912-a5c3-5035e6c3d1f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/9a2ce48e-d200-4459-9fa3-f53577851309_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/4c5b8761-6ba2-4c00-b961-2a79a1a7b9bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/a45e58a4-b4f2-4e70-8170-995db73fcfc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/5eab6644-17e0-4324-b475-d218760b2893_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/083544ef-a274-45bf-a8f8-2b0a965778fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/040633df-a2c2-478a-ad16-3dc81b38409a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/fb056afd-a68a-4be1-beaf-2eb6d5a9b136_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/0bf0be4e-26a4-4997-8537-002861687306_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/22 - 1K, 10/23 - 2K, 02/24 - 2K, 01/25 - 10K,', 'remarks': '**18** VOSA STATES 2K, 2K, 8K, 17K, SD CARD', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f69f7a47-4976-415b-90e6-0125ba810ed5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120673220, 'registration': 'YO69XTF', 'account': 'HAT002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ESTATE', 'derivative': '1.5 TSi EVO 150 Match 5dr DSG', 'mileage': 22873, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-02-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-11', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YO69XTF/2026-03-25/image/06e056a6-4cb6-4912-a5c3-5035e6c3d1f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/9a2ce48e-d200-4459-9fa3-f53577851309_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/4c5b8761-6ba2-4c00-b961-2a79a1a7b9bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/a45e58a4-b4f2-4e70-8170-995db73fcfc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/5eab6644-17e0-4324-b475-d218760b2893_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/083544ef-a274-45bf-a8f8-2b0a965778fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/040633df-a2c2-478a-ad16-3dc81b38409a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/fb056afd-a68a-4be1-beaf-2eb6d5a9b136_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/0bf0be4e-26a4-4997-8537-002861687306_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/22 - 1K, 10/23 - 2K, 02/24 - 2K, 01/25 - 10K,', 'remarks': '**18** VOSA STATES 2K, 2K, 8K, 17K, SD CARD', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f69f7a47-4976-415b-90e6-0125ba810ed5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0609faf-52e6-535a-92bc-6ef32fb0a123 with identifier: 120673220
2026-03-28 13:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0609faf-52e6-535a-92bc-6ef32fb0a123 with scrape type 2
2026-03-28 13:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0609faf-52e6-535a-92bc-6ef32fb0a123 with scrape type 2
2026-03-28 13:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f0609faf-52e6-535a-92bc-6ef32fb0a123, identifier: 120673220
2026-03-28 13:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f0609faf-52e6-535a-92bc-6ef32fb0a123 with identifier: 120673220
2026-03-28 13:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f0609faf-52e6-535a-92bc-6ef32fb0a123 with identifier: 120673220
2026-03-28 13:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f0609faf-52e6-535a-92bc-6ef32fb0a123 with identifier: 120673220 to the API
2026-03-28 13:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120673220?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f0609faf-52e6-535a-92bc-6ef32fb0a123',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YO69XTF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120673220',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ESTATE',
'odometer': 22873,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-17',
'seller_name': 'Hatfields Group',
'title': 'VOLKSWAGEN TIGUAN ESTATE 1.5 TSi EVO 150 Match 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSi EVO 150 Match 5dr DSG',
'vin': None,
'year': 2020}
2026-03-28 13:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673220%27 HTTP/1.1" 200 None
2026-03-28 13:04:15 [astonbarclay.gb] INFO: Saving data for 120673220: {'auction_closing_time': 1774958400.0, 'created_time': 1774271168.764555, 'last_price_update_time': 1774703055.128272}
2026-03-28 13:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673220') HTTP/1.1" 204 0
2026-03-28 13:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120673229?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120673229, 'registration': 'FX68SJO', 'account': 'HAT002', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Excel 5dr CVT', 'mileage': 74464, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX68SJO/2026-03-26/image/67d9ff45-cb89-4fdd-9f6e-209e3e310e39_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/9016be54-b538-4a8f-bb0d-9d610a116cf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/d9e99b4b-0b21-4e61-a2e7-2b47475bac0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/8130a18f-f896-4522-87ca-504db292e971_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/24f5ca45-4bae-4389-8b85-fab89a8df274_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/b0a720c0-8c05-41e8-a26d-a905b0c8fde3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/3255dfed-8cb0-4e6a-923b-3e2cc614014d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/2f9127ba-18ee-4f1f-9fdc-fe678c37be69_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/65a3a30e-28f4-4861-9fe7-694277d3fa90_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/24 - 57K, 09/25 - 68K,', 'remarks': '**26** VOSA STATES 30K, 40K, 50K, 57K, 68K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 86, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f98bb57-d1e3-46d5-a5f8-f7acf1aaea7c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120673229, 'registration': 'FX68SJO', 'account': 'HAT002', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Excel 5dr CVT', 'mileage': 74464, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX68SJO/2026-03-26/image/67d9ff45-cb89-4fdd-9f6e-209e3e310e39_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/9016be54-b538-4a8f-bb0d-9d610a116cf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/d9e99b4b-0b21-4e61-a2e7-2b47475bac0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/8130a18f-f896-4522-87ca-504db292e971_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/24f5ca45-4bae-4389-8b85-fab89a8df274_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/b0a720c0-8c05-41e8-a26d-a905b0c8fde3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/3255dfed-8cb0-4e6a-923b-3e2cc614014d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/2f9127ba-18ee-4f1f-9fdc-fe678c37be69_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-26/image/65a3a30e-28f4-4861-9fe7-694277d3fa90_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/24 - 57K, 09/25 - 68K,', 'remarks': '**26** VOSA STATES 30K, 40K, 50K, 57K, 68K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 86, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f98bb57-d1e3-46d5-a5f8-f7acf1aaea7c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9945385-6f9f-5032-b730-d36e273b369f with identifier: 120673229
2026-03-28 13:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9945385-6f9f-5032-b730-d36e273b369f with scrape type 2
2026-03-28 13:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9945385-6f9f-5032-b730-d36e273b369f with scrape type 2
2026-03-28 13:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f9945385-6f9f-5032-b730-d36e273b369f, identifier: 120673229
2026-03-28 13:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f9945385-6f9f-5032-b730-d36e273b369f with identifier: 120673229
2026-03-28 13:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f9945385-6f9f-5032-b730-d36e273b369f with identifier: 120673229
2026-03-28 13:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f9945385-6f9f-5032-b730-d36e273b369f with identifier: 120673229 to the API
2026-03-28 13:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120673229?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 86,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'f9945385-6f9f-5032-b730-d36e273b369f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX68SJO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120673229',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'C-HR HATCHBACK',
'odometer': 74464,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-19',
'seller_name': 'Hatfields Group',
'title': 'TOYOTA C-HR HATCHBACK 1.8 Hybrid Excel 5dr CVT',
'transmission': 'automatic',
'trim': '1.8 Hybrid Excel 5dr CVT',
'vin': None,
'year': 2018}
2026-03-28 13:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673229%27 HTTP/1.1" 200 None
2026-03-28 13:04:19 [astonbarclay.gb] INFO: Saving data for 120673229: {'auction_closing_time': 1774958400.0, 'created_time': 1774271172.929892, 'last_price_update_time': 1774703059.384951}
2026-03-28 13:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673229') HTTP/1.1" 204 0
2026-03-28 13:04:19 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.390(s), this was the 1st time calling it.
2026-03-28 13:04:19 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.161968858464189 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-28 13:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686475?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686475, 'registration': 'FV70FVO', 'account': 'AST058', 'make': 'CITROEN', 'model': 'RELAY 35 L3 DIESEL', 'derivative': '2.2 BlueHDi H3 Van 140ps Enterprise', 'mileage': 106805, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-11-03', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': None, 'engineSize': 2200, 'bodyType': 'Extra High Roof', 'images': ['https://abimg003.imgix.net/FV70FVO/2026-03-25/image/c1899583-a84d-48ac-a2bf-0ca0e0b30008_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/e688476d-fa4a-4392-b927-03ede838a52c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/503748c9-3604-4c79-bd2b-c7f7fcc04d74_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/eeeebe3f-58a9-4b22-89e4-af538712144f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/42c65c42-328d-47ef-abcc-b323fef1fa2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/8de44d16-5d5a-4be4-afba-ee8a36e83c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/5bd775c9-0f98-4080-bea0-d2a0e0097349_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/9ac62f9a-af95-4a31-8107-a75f07a33796_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '**1688** VOSA STATES 51K, 78K, 105K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fa2be913-4dee-42a2-a295-9ac028466692.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686475, 'registration': 'FV70FVO', 'account': 'AST058', 'make': 'CITROEN', 'model': 'RELAY 35 L3 DIESEL', 'derivative': '2.2 BlueHDi H3 Van 140ps Enterprise', 'mileage': 106805, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-11-03', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': None, 'engineSize': 2200, 'bodyType': 'Extra High Roof', 'images': ['https://abimg003.imgix.net/FV70FVO/2026-03-25/image/c1899583-a84d-48ac-a2bf-0ca0e0b30008_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/e688476d-fa4a-4392-b927-03ede838a52c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/503748c9-3604-4c79-bd2b-c7f7fcc04d74_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/eeeebe3f-58a9-4b22-89e4-af538712144f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/42c65c42-328d-47ef-abcc-b323fef1fa2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/8de44d16-5d5a-4be4-afba-ee8a36e83c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/5bd775c9-0f98-4080-bea0-d2a0e0097349_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/9ac62f9a-af95-4a31-8107-a75f07a33796_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '**1688** VOSA STATES 51K, 78K, 105K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fa2be913-4dee-42a2-a295-9ac028466692.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64de9149-e984-5664-8e10-873e0d88e49a with identifier: 120686475
2026-03-28 13:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64de9149-e984-5664-8e10-873e0d88e49a with scrape type 2
2026-03-28 13:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64de9149-e984-5664-8e10-873e0d88e49a with scrape type 2
2026-03-28 13:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 64de9149-e984-5664-8e10-873e0d88e49a, identifier: 120686475
2026-03-28 13:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 64de9149-e984-5664-8e10-873e0d88e49a with identifier: 120686475
2026-03-28 13:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 64de9149-e984-5664-8e10-873e0d88e49a with identifier: 120686475
2026-03-28 13:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 64de9149-e984-5664-8e10-873e0d88e49a with identifier: 120686475 to the API
2026-03-28 13:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686475?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'GREY',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '64de9149-e984-5664-8e10-873e0d88e49a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV70FVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686475',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'RELAY 35 L3 DIESEL',
'odometer': 106805,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-03',
'seller_name': 'LDG',
'title': 'CITROEN RELAY 35 L3 DIESEL 2.2 BlueHDi H3 Van 140ps Enterprise',
'transmission': 'manual',
'trim': '2.2 BlueHDi H3 Van 140ps Enterprise',
'vin': None,
'year': 2020}
2026-03-28 13:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686475%27 HTTP/1.1" 200 None
2026-03-28 13:04:24 [astonbarclay.gb] INFO: Saving data for 120686475: {'auction_closing_time': 1774958400.0, 'created_time': 1774292713.637087, 'last_price_update_time': 1774703064.601075}
2026-03-28 13:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686475') HTTP/1.1" 204 0
2026-03-28 13:04:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120591143?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120591143, 'registration': 'PJ59LNP', 'account': 'VAN061', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.8 i-VTEC EX GT 5dr', 'mileage': 92589, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-01-29', 'fuel': 'Petrol', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1799, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/331dc896-eaa8-4f65-b56f-94bd6f0ba5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/224c2d3a-7adb-4e66-96fe-73d8f5b1e494_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/892737ec-c77d-4483-b875-2e0a18626876_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/4b9d0b76-cd3c-4914-93ad-9f69f775f514_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/83cbd005-30fc-4fa5-b271-75e5c33809a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/c6120c30-36a8-4730-9512-0d4c321481a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/263d3e6e-dcfa-416d-87b3-4385c896916e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/64f79c37-c9db-4d37-adac-f972a46118f7_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 03/18 - NO MILEAGE, 03/19 - NO MILEAGE, 02/20 - NO MILEAGE, 03/21 - NO MILEAGE, 02/22 - 68K, 02/23 - 73K, 01/24 - 79K, 02/25 - NO MILEAGE', 'remarks': '**1331** VOSA STATES 5K, 9K, 12K, 12K, 24K, 35K, 43K, 50K, 57K, 62K, 68K, 73K, 79K, 86K, 92K, SAT NAV CD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d9c63f0f-cf35-4f82-9de9-e9f87cd3abbb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120591143, 'registration': 'PJ59LNP', 'account': 'VAN061', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.8 i-VTEC EX GT 5dr', 'mileage': 92589, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-01-29', 'fuel': 'Petrol', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1799, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/331dc896-eaa8-4f65-b56f-94bd6f0ba5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/224c2d3a-7adb-4e66-96fe-73d8f5b1e494_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/892737ec-c77d-4483-b875-2e0a18626876_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/4b9d0b76-cd3c-4914-93ad-9f69f775f514_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/83cbd005-30fc-4fa5-b271-75e5c33809a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/c6120c30-36a8-4730-9512-0d4c321481a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/263d3e6e-dcfa-416d-87b3-4385c896916e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/64f79c37-c9db-4d37-adac-f972a46118f7_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 03/18 - NO MILEAGE, 03/19 - NO MILEAGE, 02/20 - NO MILEAGE, 03/21 - NO MILEAGE, 02/22 - 68K, 02/23 - 73K, 01/24 - 79K, 02/25 - NO MILEAGE', 'remarks': '**1331** VOSA STATES 5K, 9K, 12K, 12K, 24K, 35K, 43K, 50K, 57K, 62K, 68K, 73K, 79K, 86K, 92K, SAT NAV CD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d9c63f0f-cf35-4f82-9de9-e9f87cd3abbb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with identifier: 120591143
2026-03-28 13:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with scrape type 2
2026-03-28 13:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with scrape type 2
2026-03-28 13:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53, identifier: 120591143
2026-03-28 13:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with identifier: 120591143
2026-03-28 13:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with identifier: 120591143
2026-03-28 13:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with identifier: 120591143 to the API
2026-03-28 13:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120591143?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 155,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PJ59LNP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120591143',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CIVIC HATCHBACK',
'odometer': 92589,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-29',
'seller_name': 'Vantage Motor Group',
'title': 'HONDA CIVIC HATCHBACK 1.8 i-VTEC EX GT 5dr',
'transmission': 'manual',
'trim': '1.8 i-VTEC EX GT 5dr',
'vin': None,
'year': 2010}
2026-03-28 13:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591143%27 HTTP/1.1" 200 None
2026-03-28 13:04:28 [astonbarclay.gb] INFO: Saving data for 120591143: {'auction_closing_time': 1774958400.0, 'created_time': 1774292585.168863, 'last_price_update_time': 1774703068.753262}
2026-03-28 13:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120591143') HTTP/1.1" 204 0
2026-03-28 13:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471377?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120471377, 'registration': 'DG16VVJ', 'account': 'DJC003', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 Sport Nav 5dr', 'mileage': 114817, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-14', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/043f29bb-aa6b-4bca-ad08-b465c173fa4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/9b75f3e9-bfbd-4f55-b2ca-6a8190b2321c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/32fb8c28-6bec-4ae5-8a1a-5078de4fbc7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/86057253-59ac-4b82-8228-e460ddf6d559_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/cee0f045-a056-4805-b8c5-102de1623404_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/6106e353-d114-4066-a840-49ef6791fd1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/b55cf84c-0fa2-40d1-aa57-77ff9c1c9e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/2ca375fa-1d56-4048-bece-272f19018f90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/b0621ed1-94b2-4d0d-955e-0641dcc3561a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**126** VOSA STATES 53K, 72K, 72K, 83K, 90K, 99K, 106K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c31651d8-3d80-491a-9ff3-2820e548e128.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120471377, 'registration': 'DG16VVJ', 'account': 'DJC003', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 Sport Nav 5dr', 'mileage': 114817, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-14', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/043f29bb-aa6b-4bca-ad08-b465c173fa4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/9b75f3e9-bfbd-4f55-b2ca-6a8190b2321c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/32fb8c28-6bec-4ae5-8a1a-5078de4fbc7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/86057253-59ac-4b82-8228-e460ddf6d559_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/cee0f045-a056-4805-b8c5-102de1623404_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/6106e353-d114-4066-a840-49ef6791fd1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/b55cf84c-0fa2-40d1-aa57-77ff9c1c9e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/2ca375fa-1d56-4048-bece-272f19018f90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/b0621ed1-94b2-4d0d-955e-0641dcc3561a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**126** VOSA STATES 53K, 72K, 72K, 83K, 90K, 99K, 106K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c31651d8-3d80-491a-9ff3-2820e548e128.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19e47c51-4292-5957-89d8-0e6578b83e0f with identifier: 120471377
2026-03-28 13:04:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19e47c51-4292-5957-89d8-0e6578b83e0f with scrape type 2
2026-03-28 13:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19e47c51-4292-5957-89d8-0e6578b83e0f with scrape type 2
2026-03-28 13:04:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19e47c51-4292-5957-89d8-0e6578b83e0f, identifier: 120471377
2026-03-28 13:04:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19e47c51-4292-5957-89d8-0e6578b83e0f with identifier: 120471377
2026-03-28 13:04:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19e47c51-4292-5957-89d8-0e6578b83e0f with identifier: 120471377
2026-03-28 13:04:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19e47c51-4292-5957-89d8-0e6578b83e0f with identifier: 120471377 to the API
2026-03-28 13:04:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120471377?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '19e47c51-4292-5957-89d8-0e6578b83e0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG16VVJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471377',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA3 HATCHBACK',
'odometer': 114817,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-14',
'seller_name': 'Cox Motor Group',
'title': 'MAZDA MAZDA3 HATCHBACK 2.0 Sport Nav 5dr',
'transmission': 'manual',
'trim': '2.0 Sport Nav 5dr',
'vin': None,
'year': 2016}
2026-03-28 13:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471377%27 HTTP/1.1" 200 None
2026-03-28 13:04:31 [astonbarclay.gb] INFO: Saving data for 120471377: {'auction_closing_time': 1774958400.0, 'created_time': 1773947472.410588, 'last_price_update_time': 1774703071.761143}
2026-03-28 13:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471377') HTTP/1.1" 204 0
2026-03-28 13:04:36 [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-28 13:04:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:36 [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': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, '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-12K 01/25-23K', '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-28 13:04:36 [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': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, '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-12K 01/25-23K', '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-28 13:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with identifier: 120566055
2026-03-28 13:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with scrape type 2
2026-03-28 13:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with scrape type 2
2026-03-28 13:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d, identifier: 120566055
2026-03-28 13:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with identifier: 120566055
2026-03-28 13:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:04:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BRONZE HTTP/1.1" 200 None
2026-03-28 13:04:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with identifier: 120566055
2026-03-28 13:04:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0c63c7dd-e46a-57cc-bd14-59eebb70b87d with identifier: 120566055 to the API
2026-03-28 13:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120566055?view=catalogue>
{'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-31T09: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-28 13:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120566055%27 HTTP/1.1" 200 None
2026-03-28 13:04:36 [astonbarclay.gb] INFO: Saving data for 120566055: {'auction_closing_time': 1774949400.0, 'created_time': 1773839099.202987, 'last_price_update_time': 1774703076.915454}
2026-03-28 13:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120566055') HTTP/1.1" 204 0
2026-03-28 13:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692160?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692160, 'registration': 'EMZ7104', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 36273, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 168, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-06-21', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EMZ7104/2026-03-24/image/980eedd2-0363-4905-b048-f496b98b2cbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/1606c6cd-b9a0-4a1b-b677-88a1fe84914e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/78a79599-415a-413c-a8ab-f15a5586b68c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/83c6151d-d74a-4c92-934d-794aba6a285f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/2050eca5-b8bf-4542-825c-d1c7e2316ab1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/03e302c7-572d-4167-b2a2-3db78b18edef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/f7f46ee6-b164-43e9-91c6-194597a68637_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/eba2ca28-d5dc-4472-ac25-c053d33ddbc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/25- 24k', 'remarks': '*7 SEATS*', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/694c32e5-3a13-4c0d-89cf-53a4189a945a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692160, 'registration': 'EMZ7104', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 36273, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 168, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-06-21', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EMZ7104/2026-03-24/image/980eedd2-0363-4905-b048-f496b98b2cbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/1606c6cd-b9a0-4a1b-b677-88a1fe84914e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/78a79599-415a-413c-a8ab-f15a5586b68c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/83c6151d-d74a-4c92-934d-794aba6a285f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/2050eca5-b8bf-4542-825c-d1c7e2316ab1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/03e302c7-572d-4167-b2a2-3db78b18edef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/f7f46ee6-b164-43e9-91c6-194597a68637_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/eba2ca28-d5dc-4472-ac25-c053d33ddbc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/25- 24k', 'remarks': '*7 SEATS*', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/694c32e5-3a13-4c0d-89cf-53a4189a945a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d854071e-547e-5d48-8139-41e841e954a7 with identifier: 120692160
2026-03-28 13:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d854071e-547e-5d48-8139-41e841e954a7 with scrape type 2
2026-03-28 13:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d854071e-547e-5d48-8139-41e841e954a7 with scrape type 2
2026-03-28 13:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d854071e-547e-5d48-8139-41e841e954a7, identifier: 120692160
2026-03-28 13:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d854071e-547e-5d48-8139-41e841e954a7 with identifier: 120692160
2026-03-28 13:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d854071e-547e-5d48-8139-41e841e954a7 with identifier: 120692160
2026-03-28 13:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d854071e-547e-5d48-8139-41e841e954a7 with identifier: 120692160 to the API
2026-03-28 13:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120692160?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'd854071e-547e-5d48-8139-41e841e954a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EMZ7104',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692160',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'DACIA',
'model': 'JOGGER ESTATE',
'odometer': 36273,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-21',
'seller_name': 'Motability Operations',
'title': 'DACIA JOGGER ESTATE 1.6 HEV Extreme 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 HEV Extreme 5dr Auto',
'vin': None,
'year': 2024}
2026-03-28 13:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692160%27 HTTP/1.1" 200 None
2026-03-28 13:04:38 [astonbarclay.gb] INFO: Saving data for 120692160: {'auction_closing_time': 1774949400.0, 'created_time': 1774292590.562514, 'last_price_update_time': 1774703078.583127}
2026-03-28 13:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692160') HTTP/1.1" 204 0
2026-03-28 13:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120682131?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120682131, 'registration': 'SK23UKU', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'ZS HATCHBACK', 'derivative': '1.5 VTi-TECH Exclusive 5dr', 'mileage': 57578, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 178, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SK23UKY/2026-03-23/image/a695daba-e413-49d8-8509-2113495ab113_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/f8eb965d-ece9-4c4f-bb87-555080e72587_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/3ac248f7-18c0-4394-93b9-0f59bb737009_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/fbc418fb-2c56-4832-8d2b-f1924397b3e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/56349af3-119a-44da-8690-ffd1ad815ec6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/3ef7458e-6a81-4963-9fd9-2a0dc91c89ad_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24-28K, 07/25-44K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5da7b277-5e11-4684-b8ab-0e5b3478797e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120682131, 'registration': 'SK23UKU', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'ZS HATCHBACK', 'derivative': '1.5 VTi-TECH Exclusive 5dr', 'mileage': 57578, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 178, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SK23UKY/2026-03-23/image/a695daba-e413-49d8-8509-2113495ab113_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/f8eb965d-ece9-4c4f-bb87-555080e72587_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/3ac248f7-18c0-4394-93b9-0f59bb737009_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/fbc418fb-2c56-4832-8d2b-f1924397b3e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/56349af3-119a-44da-8690-ffd1ad815ec6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/3ef7458e-6a81-4963-9fd9-2a0dc91c89ad_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24-28K, 07/25-44K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5da7b277-5e11-4684-b8ab-0e5b3478797e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with identifier: 120682131
2026-03-28 13:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with scrape type 2
2026-03-28 13:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with scrape type 2
2026-03-28 13:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 54f88b1f-084d-5ecd-ab96-7c520d0401d6, identifier: 120682131
2026-03-28 13:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with identifier: 120682131
2026-03-28 13:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with identifier: 120682131
2026-03-28 13:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with identifier: 120682131 to the API
2026-03-28 13:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120682131?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '54f88b1f-084d-5ecd-ab96-7c520d0401d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SK23UKU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120682131',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'ZS HATCHBACK',
'odometer': 57578,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-07',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK ZS HATCHBACK 1.5 VTi-TECH Exclusive 5dr',
'transmission': 'manual',
'trim': '1.5 VTi-TECH Exclusive 5dr',
'vin': None,
'year': 2023}
2026-03-28 13:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120682131%27 HTTP/1.1" 200 None
2026-03-28 13:04:39 [astonbarclay.gb] INFO: Saving data for 120682131: {'auction_closing_time': 1774949400.0, 'created_time': 1774271307.440811, 'last_price_update_time': 1774703079.120142}
2026-03-28 13:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120682131') HTTP/1.1" 204 0
2026-03-28 13:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617416?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696015?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617416, 'registration': 'DC24NHB', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 157 48V ISG GT-Line 5dr', 'mileage': 14220, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 163, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2024-06-28', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DC24NHB/2026-03-27/image/2bfcc9cb-38ca-44f2-aef8-9c639585c5af_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/d4fd8b35-6bf1-4154-9e83-5489caf87c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/18dfaf46-f4b7-4d6a-8d92-0989a64a81bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/c9f5db4d-0789-45b2-bc27-6775f023a713_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/5d4b1d7a-64fe-4749-b7f7-e3d6862daf3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/c0c149be-66af-4922-a88b-d60436ec1b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/a15fc861-91f3-478e-b461-4981fcfc66f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/e346fb98-953b-49d4-96ee-d3743064f52b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb40605b-7fd1-4c75-bf06-ad9f560cad01.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617416, 'registration': 'DC24NHB', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 157 48V ISG GT-Line 5dr', 'mileage': 14220, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 163, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2024-06-28', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DC24NHB/2026-03-27/image/2bfcc9cb-38ca-44f2-aef8-9c639585c5af_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/d4fd8b35-6bf1-4154-9e83-5489caf87c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/18dfaf46-f4b7-4d6a-8d92-0989a64a81bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/c9f5db4d-0789-45b2-bc27-6775f023a713_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/5d4b1d7a-64fe-4749-b7f7-e3d6862daf3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/c0c149be-66af-4922-a88b-d60436ec1b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/a15fc861-91f3-478e-b461-4981fcfc66f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DC24NHB/2026-03-27/image/e346fb98-953b-49d4-96ee-d3743064f52b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb40605b-7fd1-4c75-bf06-ad9f560cad01.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4a6e58e-e929-5c3a-9a5f-99f166c35e0f with identifier: 120617416
2026-03-28 13:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4a6e58e-e929-5c3a-9a5f-99f166c35e0f with scrape type 2
2026-03-28 13:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4a6e58e-e929-5c3a-9a5f-99f166c35e0f with scrape type 2
2026-03-28 13:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a4a6e58e-e929-5c3a-9a5f-99f166c35e0f, identifier: 120617416
2026-03-28 13:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a4a6e58e-e929-5c3a-9a5f-99f166c35e0f with identifier: 120617416
2026-03-28 13:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a4a6e58e-e929-5c3a-9a5f-99f166c35e0f with identifier: 120617416
2026-03-28 13:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a4a6e58e-e929-5c3a-9a5f-99f166c35e0f with identifier: 120617416 to the API
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617416?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': 'a4a6e58e-e929-5c3a-9a5f-99f166c35e0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DC24NHB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617416',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 14220,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-28',
'seller_name': 'Motability Operations',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi 157 48V ISG GT-Line 5dr',
'transmission': 'manual',
'trim': '1.6T GDi 157 48V ISG GT-Line 5dr',
'vin': None,
'year': 2024}
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617416%27 HTTP/1.1" 200 None
2026-03-28 13:04:40 [astonbarclay.gb] INFO: Saving data for 120617416: {'auction_closing_time': 1774949400.0, 'created_time': 1774605740.859261, 'last_price_update_time': 1774703080.501029}
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617416') HTTP/1.1" 204 0
2026-03-28 13:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120629963?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696015, 'registration': 'BN72HMD', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 21013, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 151, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-19', 'fuel': 'Petrol', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BN72HMD/2026-03-24/image/20f9fe1f-f054-45d5-8e27-1c18c6d70f5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/e7618bba-21ca-4263-9e6e-874981a02135_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/f0aee601-8de5-4182-ab0c-b754b82a7613_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/6de928e7-f453-488e-911c-83b8a8dc3c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/cb400653-bf8d-4249-bd94-21cc55df5a9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/0e9ba3bd-7455-4fb7-9847-9df7bc92cb4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/c0afcd82-a195-4a61-8b61-30dd18357286_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/fd22bd50-2bec-4658-ae11-0bc09dcc3336_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/23-6K, 10/24-13K', 'remarks': 'vosa - 20k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e6f241c0-e927-4c4c-bd29-ea9fc97ca7a6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696015, 'registration': 'BN72HMD', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 21013, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 151, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-19', 'fuel': 'Petrol', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BN72HMD/2026-03-24/image/20f9fe1f-f054-45d5-8e27-1c18c6d70f5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/e7618bba-21ca-4263-9e6e-874981a02135_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/f0aee601-8de5-4182-ab0c-b754b82a7613_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/6de928e7-f453-488e-911c-83b8a8dc3c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/cb400653-bf8d-4249-bd94-21cc55df5a9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/0e9ba3bd-7455-4fb7-9847-9df7bc92cb4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/c0afcd82-a195-4a61-8b61-30dd18357286_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/fd22bd50-2bec-4658-ae11-0bc09dcc3336_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/23-6K, 10/24-13K', 'remarks': 'vosa - 20k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e6f241c0-e927-4c4c-bd29-ea9fc97ca7a6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f84b175-f1a0-5c12-96ac-6e0909f48427 with identifier: 120696015
2026-03-28 13:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f84b175-f1a0-5c12-96ac-6e0909f48427 with scrape type 2
2026-03-28 13:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f84b175-f1a0-5c12-96ac-6e0909f48427 with scrape type 2
2026-03-28 13:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8f84b175-f1a0-5c12-96ac-6e0909f48427, identifier: 120696015
2026-03-28 13:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8f84b175-f1a0-5c12-96ac-6e0909f48427 with identifier: 120696015
2026-03-28 13:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8f84b175-f1a0-5c12-96ac-6e0909f48427 with identifier: 120696015
2026-03-28 13:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8f84b175-f1a0-5c12-96ac-6e0909f48427 with identifier: 120696015 to the API
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696015?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '8f84b175-f1a0-5c12-96ac-6e0909f48427',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BN72HMD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696015',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'GRANDLAND HATCHBACK',
'odometer': 21013,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-19',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL GRANDLAND HATCHBACK 1.2 Turbo Ultimate 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Ultimate 5dr Auto',
'vin': None,
'year': 2022}
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696015%27 HTTP/1.1" 200 None
2026-03-28 13:04:40 [astonbarclay.gb] INFO: Saving data for 120696015: {'auction_closing_time': 1774949400.0, 'created_time': 1774292604.821549, 'last_price_update_time': 1774703080.931209}
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696015') HTTP/1.1" 204 0
2026-03-28 13:04:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120629963, 'registration': 'MV73BKA', 'account': 'MOT070', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps L/R 8 Seater Zetec Auto', 'mileage': 17527, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 180, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-09-08', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/MV73BKA/2026-03-24/image/27e22cac-31f0-4d3f-9fbb-6ad861b92f1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/66e45aaf-6b38-4548-85e1-5afdcfd72ac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/b77330cf-b8ad-4447-b660-f7fcab53e5c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/d9254b68-5b7d-4192-b491-cf273da81717_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/c2cb366f-d72a-42a9-a5a0-57dc8e5a13b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/33caebf6-2d63-4327-a1e8-b09514002fc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/1e52d18f-f965-4dee-9dd7-20ec8335f379_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/64df5760-69d9-4b69-b046-429bb94885eb_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 01/26- 16k', 'remarks': 'ADAPTIONS REMOVED - HOIST // UNABLE TO REFIT ORIGINAL FRONT PASSENGER SEAT AS THE BASE IS MISSING, LEAVING ELECTRIC ONE IN - SPARE KEY IN OFFICE *8 SEATS*', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 226, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c720c006-9bb3-475c-a72a-7b14583737de.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120629963, 'registration': 'MV73BKA', 'account': 'MOT070', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps L/R 8 Seater Zetec Auto', 'mileage': 17527, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 180, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-09-08', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/MV73BKA/2026-03-24/image/27e22cac-31f0-4d3f-9fbb-6ad861b92f1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/66e45aaf-6b38-4548-85e1-5afdcfd72ac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/b77330cf-b8ad-4447-b660-f7fcab53e5c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/d9254b68-5b7d-4192-b491-cf273da81717_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/c2cb366f-d72a-42a9-a5a0-57dc8e5a13b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/33caebf6-2d63-4327-a1e8-b09514002fc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/1e52d18f-f965-4dee-9dd7-20ec8335f379_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/64df5760-69d9-4b69-b046-429bb94885eb_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 01/26- 16k', 'remarks': 'ADAPTIONS REMOVED - HOIST // UNABLE TO REFIT ORIGINAL FRONT PASSENGER SEAT AS THE BASE IS MISSING, LEAVING ELECTRIC ONE IN - SPARE KEY IN OFFICE *8 SEATS*', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 226, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c720c006-9bb3-475c-a72a-7b14583737de.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with identifier: 120629963
2026-03-28 13:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with scrape type 2
2026-03-28 13:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with scrape type 2
2026-03-28 13:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d, identifier: 120629963
2026-03-28 13:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with identifier: 120629963
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=ORANGE HTTP/1.1" 200 None
2026-03-28 13:04:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with identifier: 120629963
2026-03-28 13:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with identifier: 120629963 to the API
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120629963?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 226,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'dc6d5310-b530-5f51-ae2f-83e47ee7ee6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV73BKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120629963',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'TOURNEO CUSTOM L2 DIESEL FWD',
'odometer': 17527,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-08',
'seller_name': 'Motability Operations',
'title': 'FORD TOURNEO CUSTOM L2 DIESEL FWD 2.0 EcoBlue 130ps L/R 8 Seater '
'Zetec Auto',
'transmission': 'automatic',
'trim': '2.0 EcoBlue 130ps L/R 8 Seater Zetec Auto',
'vin': None,
'year': 2023}
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629963%27 HTTP/1.1" 200 None
2026-03-28 13:04:41 [astonbarclay.gb] INFO: Saving data for 120629963: {'auction_closing_time': 1774949400.0, 'created_time': 1774001048.881779, 'last_price_update_time': 1774703081.465005}
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120629963') HTTP/1.1" 204 0
2026-03-28 13:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691186?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691186, 'registration': 'LT72ZDC', 'account': 'MOT070', 'make': 'LEXUS', 'model': 'UX HATCHBACK', 'derivative': '250h 2.0 F-Sport Design 5dr CVT', 'mileage': 31567, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 144, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-11-29', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/5f6ead84-5c8e-40bf-a6af-e2d632aa492c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/47b23eda-7404-4502-8e60-943be2a268aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/795238ec-3824-472e-a04f-566f5cb55ea9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/7a339af6-7e3e-491b-8707-83436ff55cb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/44cc8688-b577-4f1f-be1c-1e9b68bb3bf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/47c0d8b5-1af2-4d67-b96a-749daf758b86_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/077808b7-269a-47fe-911d-132de382eef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/cb51fd81-45a2-4a35-b8d6-2320da555b8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/b701da07-2ae6-491b-9724-d15c06af66f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/da63016e-8328-43a2-b127-844fa6a41996_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23-10K, 11/24-19K, 11/25-29K', 'remarks': 'vosa - 29k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5e6aa2ee-0dbb-43fd-b76d-cd8ca6b5aef8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691186, 'registration': 'LT72ZDC', 'account': 'MOT070', 'make': 'LEXUS', 'model': 'UX HATCHBACK', 'derivative': '250h 2.0 F-Sport Design 5dr CVT', 'mileage': 31567, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 144, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-11-29', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/5f6ead84-5c8e-40bf-a6af-e2d632aa492c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/47b23eda-7404-4502-8e60-943be2a268aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/795238ec-3824-472e-a04f-566f5cb55ea9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/7a339af6-7e3e-491b-8707-83436ff55cb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/44cc8688-b577-4f1f-be1c-1e9b68bb3bf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/47c0d8b5-1af2-4d67-b96a-749daf758b86_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/077808b7-269a-47fe-911d-132de382eef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/cb51fd81-45a2-4a35-b8d6-2320da555b8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/b701da07-2ae6-491b-9724-d15c06af66f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/da63016e-8328-43a2-b127-844fa6a41996_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23-10K, 11/24-19K, 11/25-29K', 'remarks': 'vosa - 29k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5e6aa2ee-0dbb-43fd-b76d-cd8ca6b5aef8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7bbdfa1-3816-50ec-a971-0c213c49b483 with identifier: 120691186
2026-03-28 13:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7bbdfa1-3816-50ec-a971-0c213c49b483 with scrape type 2
2026-03-28 13:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7bbdfa1-3816-50ec-a971-0c213c49b483 with scrape type 2
2026-03-28 13:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a7bbdfa1-3816-50ec-a971-0c213c49b483, identifier: 120691186
2026-03-28 13:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a7bbdfa1-3816-50ec-a971-0c213c49b483 with identifier: 120691186
2026-03-28 13:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a7bbdfa1-3816-50ec-a971-0c213c49b483 with identifier: 120691186
2026-03-28 13:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a7bbdfa1-3816-50ec-a971-0c213c49b483 with identifier: 120691186 to the API
2026-03-28 13:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691186?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'a7bbdfa1-3816-50ec-a971-0c213c49b483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT72ZDC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691186',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'LEXUS',
'model': 'UX HATCHBACK',
'odometer': 31567,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-29',
'seller_name': 'Motability Operations',
'title': 'LEXUS UX HATCHBACK 250h 2.0 F-Sport Design 5dr CVT',
'transmission': 'automatic',
'trim': '250h 2.0 F-Sport Design 5dr CVT',
'vin': None,
'year': 2022}
2026-03-28 13:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691186%27 HTTP/1.1" 200 None
2026-03-28 13:04:42 [astonbarclay.gb] INFO: Saving data for 120691186: {'auction_closing_time': 1774949400.0, 'created_time': 1774292601.113826, 'last_price_update_time': 1774703082.140949}
2026-03-28 13:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691186') HTTP/1.1" 204 0
2026-03-28 13:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120807606?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120807606, 'registration': 'MT72EAA', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 110 Monte Carlo 5dr', 'mileage': 23213, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 134, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MT72EAA/2026-03-26/image/2dc56153-cc94-4b66-ace2-4f308426abeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/7a7dccf3-4141-453a-9ca2-315362fe72ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/84c5b1ac-9f1f-497a-9d41-9812200424e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/ab847195-8b9b-4748-870a-e62ac0a1d31b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/2ec2700f-e94f-4035-975c-4e55331748fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/a7bca7cb-8515-4169-8df1-3dd426808ab0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/9e17bf50-7392-47d8-8d2e-55e87d91e83e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/10f479d6-3a77-4951-a3ba-93f06e11c12b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/91b716f0-5823-49ff-ac37-40e2e3c09ba7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/a64dc0bc-3909-49db-a492-1c4c3f0eef1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/e422990d-7022-405f-adb4-31b74a154068_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/565febdc-5e95-4281-8661-b624ef7e4aea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/18477275-5c97-4d0e-810c-4a24aa00fb12_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/032c8e29-f182-47b8-8ae0-98d09854e4e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/04b2262d-b876-41dc-b44e-95b7258753cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/8174a7f3-02b9-486e-b63e-48591a6d8965_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/24- 14k', 'remarks': 'vosa - 22k spare key', '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/e82a95de-678d-42fa-ac77-20014fd57850.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120807606, 'registration': 'MT72EAA', 'account': 'MOT070', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 110 Monte Carlo 5dr', 'mileage': 23213, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 134, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MT72EAA/2026-03-26/image/2dc56153-cc94-4b66-ace2-4f308426abeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/7a7dccf3-4141-453a-9ca2-315362fe72ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/84c5b1ac-9f1f-497a-9d41-9812200424e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/ab847195-8b9b-4748-870a-e62ac0a1d31b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/2ec2700f-e94f-4035-975c-4e55331748fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/a7bca7cb-8515-4169-8df1-3dd426808ab0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/9e17bf50-7392-47d8-8d2e-55e87d91e83e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/10f479d6-3a77-4951-a3ba-93f06e11c12b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/91b716f0-5823-49ff-ac37-40e2e3c09ba7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/a64dc0bc-3909-49db-a492-1c4c3f0eef1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/e422990d-7022-405f-adb4-31b74a154068_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/565febdc-5e95-4281-8661-b624ef7e4aea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/18477275-5c97-4d0e-810c-4a24aa00fb12_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/032c8e29-f182-47b8-8ae0-98d09854e4e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/04b2262d-b876-41dc-b44e-95b7258753cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72EAA/2026-03-26/image/8174a7f3-02b9-486e-b63e-48591a6d8965_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/24- 14k', 'remarks': 'vosa - 22k spare key', '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/e82a95de-678d-42fa-ac77-20014fd57850.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82b6d045-333d-517d-b76f-d4744a679305 with identifier: 120807606
2026-03-28 13:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82b6d045-333d-517d-b76f-d4744a679305 with scrape type 2
2026-03-28 13:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82b6d045-333d-517d-b76f-d4744a679305 with scrape type 2
2026-03-28 13:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 82b6d045-333d-517d-b76f-d4744a679305, identifier: 120807606
2026-03-28 13:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 82b6d045-333d-517d-b76f-d4744a679305 with identifier: 120807606
2026-03-28 13:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 82b6d045-333d-517d-b76f-d4744a679305 with identifier: 120807606
2026-03-28 13:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 82b6d045-333d-517d-b76f-d4744a679305 with identifier: 120807606 to the API
2026-03-28 13:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120807606?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '82b6d045-333d-517d-b76f-d4744a679305',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MT72EAA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120807606',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'SKODA',
'model': 'KAMIQ HATCHBACK',
'odometer': 23213,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Motability Operations',
'title': 'SKODA KAMIQ HATCHBACK 1.0 TSI 110 Monte Carlo 5dr',
'transmission': 'manual',
'trim': '1.0 TSI 110 Monte Carlo 5dr',
'vin': None,
'year': 2022}
2026-03-28 13:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120807606%27 HTTP/1.1" 200 None
2026-03-28 13:04:44 [astonbarclay.gb] INFO: Saving data for 120807606: {'auction_closing_time': 1774949400.0, 'created_time': 1774519313.254532, 'last_price_update_time': 1774703084.168039}
2026-03-28 13:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120807606') HTTP/1.1" 204 0
2026-03-28 13:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686669?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686669, 'registration': 'MW72ABU', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 19938, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 131, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-09', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW72ABU/2026-03-23/image/487bd105-619c-46a0-8f70-71356963d977_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/cb7a3225-a0a7-4a4a-8603-8bcccc97184e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/2871ff63-9484-4db3-80b9-e63bed62c43b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/521614ee-fdec-479e-873c-19ba987fc51d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/35c90049-0a7a-49cf-a17d-7fbc57590999_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/44d4370e-3d00-4702-b907-ff3662850686_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/654832a9-329f-429f-be84-64cf1abebada_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/95d84913-53f1-4e5f-93b9-79d98ca088f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/743be709-d6b9-4d71-9512-e9659941c0d4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23-6K, 11/24-11K,', 'remarks': 'vosa - 19k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e0c8426-cf55-4734-acd8-2b7b9daee5bc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686669, 'registration': 'MW72ABU', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 19938, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 131, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-09', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW72ABU/2026-03-23/image/487bd105-619c-46a0-8f70-71356963d977_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/cb7a3225-a0a7-4a4a-8603-8bcccc97184e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/2871ff63-9484-4db3-80b9-e63bed62c43b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/521614ee-fdec-479e-873c-19ba987fc51d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/35c90049-0a7a-49cf-a17d-7fbc57590999_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/44d4370e-3d00-4702-b907-ff3662850686_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/654832a9-329f-429f-be84-64cf1abebada_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/95d84913-53f1-4e5f-93b9-79d98ca088f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/743be709-d6b9-4d71-9512-e9659941c0d4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23-6K, 11/24-11K,', 'remarks': 'vosa - 19k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e0c8426-cf55-4734-acd8-2b7b9daee5bc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with identifier: 120686669
2026-03-28 13:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with scrape type 2
2026-03-28 13:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with scrape type 2
2026-03-28 13:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a0fb2498-4e2f-5ba7-ae0d-43b18017f384, identifier: 120686669
2026-03-28 13:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with identifier: 120686669
2026-03-28 13:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with identifier: 120686669
2026-03-28 13:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with identifier: 120686669 to the API
2026-03-28 13:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686669?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': 'a0fb2498-4e2f-5ba7-ae0d-43b18017f384',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW72ABU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686669',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 19938,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-09',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Excite 5dr DCT',
'transmission': 'automatic',
'trim': '1.5 T-GDI Excite 5dr DCT',
'vin': None,
'year': 2023}
2026-03-28 13:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686669%27 HTTP/1.1" 200 None
2026-03-28 13:04:47 [astonbarclay.gb] INFO: Saving data for 120686669: {'auction_closing_time': 1774949400.0, 'created_time': 1774271226.288666, 'last_price_update_time': 1774703087.602511}
2026-03-28 13:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686669') HTTP/1.1" 204 0
2026-03-28 13:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120694262?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120694262, 'registration': 'YX72WDT', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'E-C4 ELECTRIC HATCHBACK', 'derivative': '100kW Shine Plus 50kWh 5dr Auto', 'mileage': 27953, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 127, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-29', 'fuel': 'Electric', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX72WDT/2026-03-24/image/f2e60384-5c88-4d82-badb-084ea3c00103_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/4dce1fff-d445-4654-aa5e-c2e93ee69703_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/b235a3da-db47-4eb7-b241-d42505725681_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/db08d640-59d6-4666-b3d3-bba6c5c54129_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/cf42f5ec-5dcf-4ad3-9fd4-0ba91be9c718_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/44ce5af2-87df-43e3-a82e-71b1a16cef65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/747c2b7c-394b-45a6-8c8b-aef18a06f18b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/1471de40-a835-4ee8-b2d2-ad46d5a5f942_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-8K, 06/24-16K', 'remarks': '***OUTSTANDING RECALL*** vosa @ 27k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/45bd8e5b-65f2-4baf-9c0f-9fe902b44111.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120694262, 'registration': 'YX72WDT', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'E-C4 ELECTRIC HATCHBACK', 'derivative': '100kW Shine Plus 50kWh 5dr Auto', 'mileage': 27953, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 127, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-29', 'fuel': 'Electric', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX72WDT/2026-03-24/image/f2e60384-5c88-4d82-badb-084ea3c00103_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/4dce1fff-d445-4654-aa5e-c2e93ee69703_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/b235a3da-db47-4eb7-b241-d42505725681_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/db08d640-59d6-4666-b3d3-bba6c5c54129_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/cf42f5ec-5dcf-4ad3-9fd4-0ba91be9c718_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/44ce5af2-87df-43e3-a82e-71b1a16cef65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/747c2b7c-394b-45a6-8c8b-aef18a06f18b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/1471de40-a835-4ee8-b2d2-ad46d5a5f942_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-8K, 06/24-16K', 'remarks': '***OUTSTANDING RECALL*** vosa @ 27k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/45bd8e5b-65f2-4baf-9c0f-9fe902b44111.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with identifier: 120694262
2026-03-28 13:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with scrape type 2
2026-03-28 13:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with scrape type 2
2026-03-28 13:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed, identifier: 120694262
2026-03-28 13:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with identifier: 120694262
2026-03-28 13:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with identifier: 120694262
2026-03-28 13:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with identifier: 120694262 to the API
2026-03-28 13:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120694262?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Electric',
'id': '2700510f-5d23-5f32-9cf2-4a6fa843f1ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX72WDT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120694262',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'CITROEN',
'model': 'E-C4 ELECTRIC HATCHBACK',
'odometer': 27953,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-29',
'seller_name': 'Motability Operations',
'title': 'CITROEN E-C4 ELECTRIC HATCHBACK 100kW Shine Plus 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW Shine Plus 50kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-28 13:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694262%27 HTTP/1.1" 200 None
2026-03-28 13:04:49 [astonbarclay.gb] INFO: Saving data for 120694262: {'auction_closing_time': 1774949400.0, 'created_time': 1774292600.59533, 'last_price_update_time': 1774703089.75603}
2026-03-28 13:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120694262') HTTP/1.1" 204 0
2026-03-28 13:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686052?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120673241?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686052, 'registration': 'MV23BXW', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 44717, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 141, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV23BXW/2026-03-24/image/ceb7c0c3-e1c4-4f61-8999-a9c81300759b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/f74658c9-ad5b-4abd-8b6d-ed2ce4cd4c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/4ac6e79f-e431-4efb-ad94-8ab19ddc0938_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/8a317da4-5172-49b3-9e53-5cb709950c8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/f4aee667-6c88-4927-b758-e164c0d61ed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/5ae64352-ae57-4428-b8b2-147fad8b7eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/a7ecc901-52cd-477e-b0b5-e9a5505fe988_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/fa571c32-6c7c-4f3f-9b40-88ce1ce20cf1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-15K, 04/25-31K,', 'remarks': 'vosa - 42k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b6897245-a90c-44d8-bf6b-33662425552a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686052, 'registration': 'MV23BXW', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 44717, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 141, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV23BXW/2026-03-24/image/ceb7c0c3-e1c4-4f61-8999-a9c81300759b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/f74658c9-ad5b-4abd-8b6d-ed2ce4cd4c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/4ac6e79f-e431-4efb-ad94-8ab19ddc0938_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/8a317da4-5172-49b3-9e53-5cb709950c8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/f4aee667-6c88-4927-b758-e164c0d61ed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/5ae64352-ae57-4428-b8b2-147fad8b7eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/a7ecc901-52cd-477e-b0b5-e9a5505fe988_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/fa571c32-6c7c-4f3f-9b40-88ce1ce20cf1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-15K, 04/25-31K,', 'remarks': 'vosa - 42k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b6897245-a90c-44d8-bf6b-33662425552a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15968fde-3899-500a-bfb5-b1ce056e9287 with identifier: 120686052
2026-03-28 13:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15968fde-3899-500a-bfb5-b1ce056e9287 with scrape type 2
2026-03-28 13:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15968fde-3899-500a-bfb5-b1ce056e9287 with scrape type 2
2026-03-28 13:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 15968fde-3899-500a-bfb5-b1ce056e9287, identifier: 120686052
2026-03-28 13:04:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120673241, 'registration': 'YX63VLY', 'account': 'HAT002', 'make': 'TOYOTA', 'model': 'AVENSIS DIESEL TOURER', 'derivative': '2.0 D-4D Active 5dr', 'mileage': 144571, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YX63VLY/2026-03-25/image/d2890182-cd4b-4242-b224-b6ed50e55e8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/f5c65fbc-a14c-42a3-9b94-a473ce22c6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/22fbd577-5be2-4112-a23d-7a731e07a14a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/4f2374c2-909b-4c78-bd76-38e0cfcd95f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/3633cffb-a6cf-4f14-8099-dd150ee24b9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/6e0262bc-e14a-4f1a-994c-b0bc61d6fe73_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/7f2f7c73-28e8-45eb-aacb-408472dc50cb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/15 - 17K, 04/16 - 34K, 03/17 - 52K, 04/18 - 67K, 04/19 - 82K, 10/20 - 100K, 12/21 - 113K, 06/23 - 124K, 08/24 - 135K,', 'remarks': '**39** VOSA STATES 47K, 62K, 77K, 91K, 102K, 113K, 120K, 128K, 137K, 143K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db941311-cc83-4afe-8014-a6d5b45dc782.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120673241, 'registration': 'YX63VLY', 'account': 'HAT002', 'make': 'TOYOTA', 'model': 'AVENSIS DIESEL TOURER', 'derivative': '2.0 D-4D Active 5dr', 'mileage': 144571, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YX63VLY/2026-03-25/image/d2890182-cd4b-4242-b224-b6ed50e55e8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/f5c65fbc-a14c-42a3-9b94-a473ce22c6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/22fbd577-5be2-4112-a23d-7a731e07a14a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/4f2374c2-909b-4c78-bd76-38e0cfcd95f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/3633cffb-a6cf-4f14-8099-dd150ee24b9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/6e0262bc-e14a-4f1a-994c-b0bc61d6fe73_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/7f2f7c73-28e8-45eb-aacb-408472dc50cb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/15 - 17K, 04/16 - 34K, 03/17 - 52K, 04/18 - 67K, 04/19 - 82K, 10/20 - 100K, 12/21 - 113K, 06/23 - 124K, 08/24 - 135K,', 'remarks': '**39** VOSA STATES 47K, 62K, 77K, 91K, 102K, 113K, 120K, 128K, 137K, 143K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db941311-cc83-4afe-8014-a6d5b45dc782.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5883eee9-e441-5cc6-8bdf-29266c9eac0f with identifier: 120673241
2026-03-28 13:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5883eee9-e441-5cc6-8bdf-29266c9eac0f with scrape type 2
2026-03-28 13:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5883eee9-e441-5cc6-8bdf-29266c9eac0f with scrape type 2
2026-03-28 13:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5883eee9-e441-5cc6-8bdf-29266c9eac0f, identifier: 120673241
2026-03-28 13:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 15968fde-3899-500a-bfb5-b1ce056e9287 with identifier: 120686052
2026-03-28 13:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 15968fde-3899-500a-bfb5-b1ce056e9287 with identifier: 120686052
2026-03-28 13:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 15968fde-3899-500a-bfb5-b1ce056e9287 with identifier: 120686052 to the API
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686052?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '15968fde-3899-500a-bfb5-b1ce056e9287',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV23BXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686052',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 44717,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-02',
'seller_name': 'Motability Operations',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 125 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 ST-Line 5dr',
'vin': None,
'year': 2023}
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686052%27 HTTP/1.1" 200 None
2026-03-28 13:04:50 [astonbarclay.gb] INFO: Saving data for 120686052: {'auction_closing_time': 1774949400.0, 'created_time': 1774271218.363168, 'last_price_update_time': 1774703090.346585}
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686052') HTTP/1.1" 204 0
2026-03-28 13:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5883eee9-e441-5cc6-8bdf-29266c9eac0f with identifier: 120673241
2026-03-28 13:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5883eee9-e441-5cc6-8bdf-29266c9eac0f with identifier: 120673241
2026-03-28 13:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5883eee9-e441-5cc6-8bdf-29266c9eac0f with identifier: 120673241 to the API
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120673241?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '5883eee9-e441-5cc6-8bdf-29266c9eac0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX63VLY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120673241',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AVENSIS DIESEL TOURER',
'odometer': 144571,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-31',
'seller_name': 'Hatfields Group',
'title': 'TOYOTA AVENSIS DIESEL TOURER 2.0 D-4D Active 5dr',
'transmission': 'manual',
'trim': '2.0 D-4D Active 5dr',
'vin': None,
'year': 2013}
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673241%27 HTTP/1.1" 200 None
2026-03-28 13:04:50 [astonbarclay.gb] INFO: Saving data for 120673241: {'auction_closing_time': 1774958400.0, 'created_time': 1774271228.531218, 'last_price_update_time': 1774703090.745279}
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673241') HTTP/1.1" 204 0
2026-03-28 13:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120745996?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120745996, 'registration': 'GF23AJU', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 84638, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 126, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF23AJU/2026-03-26/image/ecef0a4d-24dd-4af6-8391-2d29288e5898_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/f62a4339-3125-4f4c-ad99-10f769ac53e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/f2ab6a98-1688-4e0f-bd58-25f91a19ec5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/d4f15b20-c08a-4bb2-ad26-1e8b911951ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/399688a5-9814-4c1e-af2a-1160279cf625_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/8a0f83c8-6809-4ffa-b8f7-f58ed91a8773_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/722d33ea-4b79-40eb-bc22-b2a7d735b6d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/3424387c-9d8f-417a-b6cc-0ed10e9a0e98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/da40d563-aef6-4dca-93d7-ab0d1d2b799d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/1584cdde-df14-45c6-9bce-e8de58c8ad93_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/11fc4493-00a3-471b-91fc-591e3cf6dad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/6089c3e3-38bc-4594-a1f0-683fa18963d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/53be756f-dece-423f-98e9-d792e8569fd5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 17k, 06/24- 36k, 12/24- 54k, 07/25- 72k', 'remarks': 'vosa @ 82k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/61521614-0fbd-44c4-bf13-111094baacb4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120745996, 'registration': 'GF23AJU', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 84638, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 126, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF23AJU/2026-03-26/image/ecef0a4d-24dd-4af6-8391-2d29288e5898_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/f62a4339-3125-4f4c-ad99-10f769ac53e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/f2ab6a98-1688-4e0f-bd58-25f91a19ec5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/d4f15b20-c08a-4bb2-ad26-1e8b911951ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/399688a5-9814-4c1e-af2a-1160279cf625_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/8a0f83c8-6809-4ffa-b8f7-f58ed91a8773_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/722d33ea-4b79-40eb-bc22-b2a7d735b6d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/3424387c-9d8f-417a-b6cc-0ed10e9a0e98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/da40d563-aef6-4dca-93d7-ab0d1d2b799d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/1584cdde-df14-45c6-9bce-e8de58c8ad93_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/11fc4493-00a3-471b-91fc-591e3cf6dad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/6089c3e3-38bc-4594-a1f0-683fa18963d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF23AJU/2026-03-26/image/53be756f-dece-423f-98e9-d792e8569fd5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 17k, 06/24- 36k, 12/24- 54k, 07/25- 72k', 'remarks': 'vosa @ 82k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/61521614-0fbd-44c4-bf13-111094baacb4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 268408d1-041e-5e08-8952-10d84a519e11 with identifier: 120745996
2026-03-28 13:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 268408d1-041e-5e08-8952-10d84a519e11 with scrape type 2
2026-03-28 13:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 268408d1-041e-5e08-8952-10d84a519e11 with scrape type 2
2026-03-28 13:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 268408d1-041e-5e08-8952-10d84a519e11, identifier: 120745996
2026-03-28 13:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 268408d1-041e-5e08-8952-10d84a519e11 with identifier: 120745996
2026-03-28 13:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 268408d1-041e-5e08-8952-10d84a519e11 with identifier: 120745996
2026-03-28 13:04:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 268408d1-041e-5e08-8952-10d84a519e11 with identifier: 120745996 to the API
2026-03-28 13:04:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120745996?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '268408d1-041e-5e08-8952-10d84a519e11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF23AJU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120745996',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 84638,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-17',
'seller_name': 'Motability Operations',
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid N-Connecta 5dr Auto',
'vin': None,
'year': 2023}
2026-03-28 13:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120745996%27 HTTP/1.1" 200 None
2026-03-28 13:04:51 [astonbarclay.gb] INFO: Saving data for 120745996: {'auction_closing_time': 1774949400.0, 'created_time': 1774379224.075526, 'last_price_update_time': 1774703091.859495}
2026-03-28 13:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120745996') HTTP/1.1" 204 0
2026-03-28 13:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120678867?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120678867, 'registration': 'MW72RVO', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 1565, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 111, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-06', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW72RVO/2026-03-23/image/666a44a0-f22b-4559-83ca-8c45db16c886_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/bc0561f0-56e8-4828-9991-27cddf88fec5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/af2ee265-0c3d-4634-bf4e-504531054f39_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/11a195b2-21f3-4994-82cc-d0ecd89780e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/005ac3dc-561a-43d5-b957-fc1f5bb209fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/7f73581c-8224-45a9-8e5d-6396a42b4278_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/c42eef1b-d36d-4547-a319-333379c301b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/ccd4c6b3-6428-404b-a5ce-bb995c99aa54_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/27696f66-4a99-4286-881e-bc3bbebd9b90_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/bc866693-b0cd-4994-b250-202e53792579_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/f0179b98-1cde-469b-9a97-0e1db3c6e396_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/84440d03-6aee-462c-85c2-f299b38d4a4c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 15k, 12/24- 17k', 'remarks': 'vosa - 1k (SERVICE PRINT DISCREPANCY)', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/053716c3-0994-4d4e-8acc-d7adf7e047c3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120678867, 'registration': 'MW72RVO', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 1565, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 111, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-06', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW72RVO/2026-03-23/image/666a44a0-f22b-4559-83ca-8c45db16c886_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/bc0561f0-56e8-4828-9991-27cddf88fec5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/af2ee265-0c3d-4634-bf4e-504531054f39_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/11a195b2-21f3-4994-82cc-d0ecd89780e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/005ac3dc-561a-43d5-b957-fc1f5bb209fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/7f73581c-8224-45a9-8e5d-6396a42b4278_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/c42eef1b-d36d-4547-a319-333379c301b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/ccd4c6b3-6428-404b-a5ce-bb995c99aa54_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/27696f66-4a99-4286-881e-bc3bbebd9b90_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/bc866693-b0cd-4994-b250-202e53792579_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/f0179b98-1cde-469b-9a97-0e1db3c6e396_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/84440d03-6aee-462c-85c2-f299b38d4a4c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 15k, 12/24- 17k', 'remarks': 'vosa - 1k (SERVICE PRINT DISCREPANCY)', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/053716c3-0994-4d4e-8acc-d7adf7e047c3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with identifier: 120678867
2026-03-28 13:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with scrape type 2
2026-03-28 13:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with scrape type 2
2026-03-28 13:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6, identifier: 120678867
2026-03-28 13:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with identifier: 120678867
2026-03-28 13:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with identifier: 120678867
2026-03-28 13:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with identifier: 120678867 to the API
2026-03-28 13:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120678867?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '9907b4f5-e255-5a7f-9071-ef2c97ba33d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW72RVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120678867',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 1565,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-04',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Excite 5dr DCT',
'transmission': 'automatic',
'trim': '1.5 T-GDI Excite 5dr DCT',
'vin': None,
'year': 2023}
2026-03-28 13:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678867%27 HTTP/1.1" 200 None
2026-03-28 13:04:52 [astonbarclay.gb] INFO: Saving data for 120678867: {'auction_closing_time': 1774949400.0, 'created_time': 1774271253.167704, 'last_price_update_time': 1774703092.465028}
2026-03-28 13:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120678867') HTTP/1.1" 204 0
2026-03-28 13:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120746884?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120746884, 'registration': 'PK72XNB', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr', 'mileage': 14761, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 138, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK72XNB/2026-03-26/image/82a88ca7-6918-49b5-87a7-0724f465cadb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/380261ac-89db-4601-82f5-c80a3efc50a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/a43556d1-10f5-4888-8ed3-651a1d72ee9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/e1a04628-b594-4a82-b67c-8526cc97d1ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/53587f0b-17da-41fe-9db7-b5198c8985a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/f7ef8024-c229-4dbc-ad52-0cc7bd4f3a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/1e1b79ef-7894-49b9-bac0-3c6985c9e617_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/1fe858ad-b87d-49ce-978e-6150d1adfc01_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/bf1f0f3a-39d0-49c8-91d5-9da66e987e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/aeba5224-fe8e-47ba-a06f-9276b784ea59_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23- 1k, 12/24- 7k, 12/25- 13k', 'remarks': 'vosa - 13k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db65d4f9-5d97-42af-bfa7-825e5774148b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120746884, 'registration': 'PK72XNB', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr', 'mileage': 14761, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 138, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK72XNB/2026-03-26/image/82a88ca7-6918-49b5-87a7-0724f465cadb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/380261ac-89db-4601-82f5-c80a3efc50a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/a43556d1-10f5-4888-8ed3-651a1d72ee9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/e1a04628-b594-4a82-b67c-8526cc97d1ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/53587f0b-17da-41fe-9db7-b5198c8985a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/f7ef8024-c229-4dbc-ad52-0cc7bd4f3a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/1e1b79ef-7894-49b9-bac0-3c6985c9e617_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/1fe858ad-b87d-49ce-978e-6150d1adfc01_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/bf1f0f3a-39d0-49c8-91d5-9da66e987e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK72XNB/2026-03-26/image/aeba5224-fe8e-47ba-a06f-9276b784ea59_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23- 1k, 12/24- 7k, 12/25- 13k', 'remarks': 'vosa - 13k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db65d4f9-5d97-42af-bfa7-825e5774148b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54575d20-1d73-5880-b82c-a158234912e6 with identifier: 120746884
2026-03-28 13:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54575d20-1d73-5880-b82c-a158234912e6 with scrape type 2
2026-03-28 13:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54575d20-1d73-5880-b82c-a158234912e6 with scrape type 2
2026-03-28 13:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 54575d20-1d73-5880-b82c-a158234912e6, identifier: 120746884
2026-03-28 13:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 54575d20-1d73-5880-b82c-a158234912e6 with identifier: 120746884
2026-03-28 13:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 54575d20-1d73-5880-b82c-a158234912e6 with identifier: 120746884
2026-03-28 13:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 54575d20-1d73-5880-b82c-a158234912e6 with identifier: 120746884 to the API
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120746884?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '54575d20-1d73-5880-b82c-a158234912e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PK72XNB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120746884',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 14761,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-28',
'seller_name': 'Motability Operations',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T 114 N-Connecta 5dr',
'vin': None,
'year': 2022}
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120746884%27 HTTP/1.1" 200 None
2026-03-28 13:04:53 [astonbarclay.gb] INFO: Saving data for 120746884: {'auction_closing_time': 1774949400.0, 'created_time': 1774379208.67975, 'last_price_update_time': 1774703093.475404}
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120746884') HTTP/1.1" 204 0
2026-03-28 13:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690364?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690364, 'registration': 'DL72EWP', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 MPi Premium 5dr Auto', 'mileage': 40444, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 102, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-24', 'fuel': 'Petrol', 'motExpiry': '2027-02-23', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DL72EWP/2026-03-26/image/14b4dc21-873b-4758-a424-74dc2847d3c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/d32d3982-a99a-465e-8295-c93daf452c5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/f0b98a05-5835-4cfa-8b3e-58976d4b651b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/209625c0-4867-4e89-961b-f7d2433299ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/c8575669-2b43-49e3-a83a-fbce71a54335_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/2f98b5d8-31f8-448f-a5c9-3ac61811a924_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/6b43affc-4cc5-4618-bf7f-6e9c2125c701_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/1892cdfd-e7ca-4d72-a61d-fa9442ab871d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/948fdaff-6ff8-4a53-a5d4-ae0ddb028da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/eeeea042-48c8-4fb8-9a31-8f223b002afb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/70036a12-744e-438f-a3df-05aa9aa2eeaa_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 7k, 02/25- 21k', 'remarks': 'vosa - 39k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/759ddc07-3f2c-46a7-bfc2-a1778eb2c6bd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690364, 'registration': 'DL72EWP', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 MPi Premium 5dr Auto', 'mileage': 40444, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 102, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-24', 'fuel': 'Petrol', 'motExpiry': '2027-02-23', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DL72EWP/2026-03-26/image/14b4dc21-873b-4758-a424-74dc2847d3c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/d32d3982-a99a-465e-8295-c93daf452c5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/f0b98a05-5835-4cfa-8b3e-58976d4b651b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/209625c0-4867-4e89-961b-f7d2433299ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/c8575669-2b43-49e3-a83a-fbce71a54335_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/2f98b5d8-31f8-448f-a5c9-3ac61811a924_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/6b43affc-4cc5-4618-bf7f-6e9c2125c701_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/1892cdfd-e7ca-4d72-a61d-fa9442ab871d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/948fdaff-6ff8-4a53-a5d4-ae0ddb028da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/eeeea042-48c8-4fb8-9a31-8f223b002afb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72EWP/2026-03-26/image/70036a12-744e-438f-a3df-05aa9aa2eeaa_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/24- 7k, 02/25- 21k', 'remarks': 'vosa - 39k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/759ddc07-3f2c-46a7-bfc2-a1778eb2c6bd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with identifier: 120690364
2026-03-28 13:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with scrape type 2
2026-03-28 13:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with scrape type 2
2026-03-28 13:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9, identifier: 120690364
2026-03-28 13:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with identifier: 120690364
2026-03-28 13:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with identifier: 120690364
2026-03-28 13:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with identifier: 120690364 to the API
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690364?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '6dc59ff8-269f-5c64-bfe1-2536863cb7e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DL72EWP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690364',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 40444,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-24',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI I10 HATCHBACK 1.0 MPi Premium 5dr Auto',
'transmission': 'automatic',
'trim': '1.0 MPi Premium 5dr Auto',
'vin': None,
'year': 2023}
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690364%27 HTTP/1.1" 200 None
2026-03-28 13:04:53 [astonbarclay.gb] INFO: Saving data for 120690364: {'auction_closing_time': 1774949400.0, 'created_time': 1774292601.463626, 'last_price_update_time': 1774703093.996428}
2026-03-28 13:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690364') HTTP/1.1" 204 0
2026-03-28 13:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120659850?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120659850, 'registration': 'GK71WTD', 'account': 'ART006', 'make': 'CITROEN', 'model': 'C5 AIRCROSS DIESEL HATCHBACK', 'derivative': '1.5 BlueHDi 130 Shine 5dr', 'mileage': 16361, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-10-04', 'fuel': 'Diesel', 'motExpiry': '2026-10-03', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GK71WTD/2026-03-24/image/47f641d6-b6ce-43ea-a4b3-139477c8e328_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/d17016bc-1dbd-4617-a89d-555d04dc75ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/cf53cf4d-8a5c-4d3d-bdf2-60651f8cff65_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/fff8d67a-b59e-4320-8d30-991544b296a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/b5187ffd-7629-48a2-b7aa-131c04e2a016_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/af52d4b1-fb6d-4116-94fd-7991233036f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/8959bb34-592e-4edb-9b3f-e3b85a0a31be_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/3caab667-8520-4b00-82d3-9dfd160827b1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 10/22-2K, 09/23-5K, 09/24-8K, 06/25-12K, 09/25-14K, 03/26-16K', 'remarks': 'vosa @ 8k 14k - 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': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4002f26a-0753-473a-91fc-2b9300a18ffc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120659850, 'registration': 'GK71WTD', 'account': 'ART006', 'make': 'CITROEN', 'model': 'C5 AIRCROSS DIESEL HATCHBACK', 'derivative': '1.5 BlueHDi 130 Shine 5dr', 'mileage': 16361, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-10-04', 'fuel': 'Diesel', 'motExpiry': '2026-10-03', 'doors': 5, 'engineSize': 1500, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GK71WTD/2026-03-24/image/47f641d6-b6ce-43ea-a4b3-139477c8e328_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/d17016bc-1dbd-4617-a89d-555d04dc75ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/cf53cf4d-8a5c-4d3d-bdf2-60651f8cff65_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/fff8d67a-b59e-4320-8d30-991544b296a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/b5187ffd-7629-48a2-b7aa-131c04e2a016_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/af52d4b1-fb6d-4116-94fd-7991233036f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/8959bb34-592e-4edb-9b3f-e3b85a0a31be_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK71WTD/2026-03-24/image/3caab667-8520-4b00-82d3-9dfd160827b1_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 10/22-2K, 09/23-5K, 09/24-8K, 06/25-12K, 09/25-14K, 03/26-16K', 'remarks': 'vosa @ 8k 14k - 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': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4002f26a-0753-473a-91fc-2b9300a18ffc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b53f503e-7519-54f4-a204-6898f4face20 with identifier: 120659850
2026-03-28 13:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b53f503e-7519-54f4-a204-6898f4face20 with scrape type 2
2026-03-28 13:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b53f503e-7519-54f4-a204-6898f4face20 with scrape type 2
2026-03-28 13:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b53f503e-7519-54f4-a204-6898f4face20, identifier: 120659850
2026-03-28 13:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b53f503e-7519-54f4-a204-6898f4face20 with identifier: 120659850
2026-03-28 13:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b53f503e-7519-54f4-a204-6898f4face20 with identifier: 120659850
2026-03-28 13:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b53f503e-7519-54f4-a204-6898f4face20 with identifier: 120659850 to the API
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120659850?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'b53f503e-7519-54f4-a204-6898f4face20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GK71WTD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120659850',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'CITROEN',
'model': 'C5 AIRCROSS DIESEL HATCHBACK',
'odometer': 16361,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-04',
'seller_name': 'Arthurs Motor Group',
'title': 'CITROEN C5 AIRCROSS DIESEL HATCHBACK 1.5 BlueHDi 130 Shine 5dr',
'transmission': 'manual',
'trim': '1.5 BlueHDi 130 Shine 5dr',
'vin': None,
'year': 2021}
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659850%27 HTTP/1.1" 200 None
2026-03-28 13:04:57 [astonbarclay.gb] INFO: Saving data for 120659850: {'auction_closing_time': 1774949400.0, 'created_time': 1774292660.467382, 'last_price_update_time': 1774703097.233994}
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120659850') HTTP/1.1" 204 0
2026-03-28 13:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693178?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693178, 'registration': 'ND72ZWU', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.0 TCe 90 Evolution 5dr', 'mileage': 33256, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 101, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-16', 'fuel': 'Petrol', 'motExpiry': '2027-01-15', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/6d9e0282-322b-4df4-a63b-50b9a9669f63_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/fe6abe6f-0b8a-496c-b284-6b92f9bc1bdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/2c59e0f1-d652-4711-93f6-b6520b2e0050_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/9a5c3e5a-900b-4719-a24d-5f5dccd6e985_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/f56415e8-de60-4e83-b2c0-a9e70f6bd48a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/e3b7ed01-3307-4613-8650-858a2ad47eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/ea877252-8db8-40c8-b02c-665442952b60_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/679fc3f4-a9ca-491b-9d02-736a4bd2dec1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/4c22bb72-4c9c-4c60-986e-372cf3f3cb63_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/d9ad5acb-3410-4b4b-8fbf-afec91c40448_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/aa32f567-59b6-404d-8117-824ca71796ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/e34676f0-4197-443c-89e2-782e68b4ac31_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/340babf3-2256-4f90-ba7c-8eacd69a2a77_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/da2c35cd-8607-4fa0-8a83-bc089816a67d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/980856a7-c2b5-4dfe-8fad-4acedd80e739_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/24-10K, 12/24-20K,', 'remarks': 'vosa - 30k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7a4ce2a-b7b6-4fcd-bc85-ca04669e5711.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693178, 'registration': 'ND72ZWU', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.0 TCe 90 Evolution 5dr', 'mileage': 33256, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 101, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-16', 'fuel': 'Petrol', 'motExpiry': '2027-01-15', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/6d9e0282-322b-4df4-a63b-50b9a9669f63_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/fe6abe6f-0b8a-496c-b284-6b92f9bc1bdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/2c59e0f1-d652-4711-93f6-b6520b2e0050_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/9a5c3e5a-900b-4719-a24d-5f5dccd6e985_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/f56415e8-de60-4e83-b2c0-a9e70f6bd48a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/e3b7ed01-3307-4613-8650-858a2ad47eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/ea877252-8db8-40c8-b02c-665442952b60_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/679fc3f4-a9ca-491b-9d02-736a4bd2dec1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/4c22bb72-4c9c-4c60-986e-372cf3f3cb63_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/d9ad5acb-3410-4b4b-8fbf-afec91c40448_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/aa32f567-59b6-404d-8117-824ca71796ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/e34676f0-4197-443c-89e2-782e68b4ac31_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/340babf3-2256-4f90-ba7c-8eacd69a2a77_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/da2c35cd-8607-4fa0-8a83-bc089816a67d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND72ZWU/2026-03-26/image/980856a7-c2b5-4dfe-8fad-4acedd80e739_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/24-10K, 12/24-20K,', 'remarks': 'vosa - 30k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7a4ce2a-b7b6-4fcd-bc85-ca04669e5711.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with identifier: 120693178
2026-03-28 13:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with scrape type 2
2026-03-28 13:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with scrape type 2
2026-03-28 13:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54, identifier: 120693178
2026-03-28 13:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with identifier: 120693178
2026-03-28 13:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with identifier: 120693178
2026-03-28 13:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with identifier: 120693178 to the API
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693178?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '18a43c97-dacb-54f7-8b64-ea16f4fc2c54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND72ZWU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693178',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 33256,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-16',
'seller_name': 'Motability Operations',
'title': 'RENAULT CLIO HATCHBACK 1.0 TCe 90 Evolution 5dr',
'transmission': 'manual',
'trim': '1.0 TCe 90 Evolution 5dr',
'vin': None,
'year': 2023}
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693178%27 HTTP/1.1" 200 None
2026-03-28 13:04:57 [astonbarclay.gb] INFO: Saving data for 120693178: {'auction_closing_time': 1774949400.0, 'created_time': 1774292598.790191, 'last_price_update_time': 1774703097.809201}
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693178') HTTP/1.1" 204 0
2026-03-28 13:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120201122?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:04:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:04:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120201122, 'registration': 'HD19VWR', 'account': 'AVL002', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT DIESEL ESTATE', 'derivative': '3.0 SDV6 HSE Dynamic 5dr Auto', 'mileage': 75451, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-07-29', 'fuel': 'Diesel', 'motExpiry': '2026-06-26', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HD19VWR/2026-03-10/image/31c9bde2-dfc0-4eed-a4bf-a3eccf4c17ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/0964a6f0-bd31-416f-80f3-dd32b2955cd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/ee3dd7a4-dd32-4b28-bd70-8375f55647a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/0f36dcc7-ffd3-489c-94e0-64eed066db71_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/ce8048dc-83f1-4657-b0be-39a97c851868_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/f6848ac1-a7da-4811-9a4f-5ceccf64a5b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/1b94e8ea-8d0a-4838-a6a9-d6b0921d408b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/f1cc3a03-0dd1-4a5e-8ce2-6af8f0a6717d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/e2d1ba6f-efd2-4b56-9bb4-6d0dbbb21fc5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21-13K, 06/22-28K, 07/23-48K,', 'remarks': '**1815** VOSA STATES 28K, 48K, 57K, 69K,', 'virtual': False, 'seller': 'Advance Vehicle Leasing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 202, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2d25a9a-67e7-4858-8488-4aaf6ce97ba5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120201122, 'registration': 'HD19VWR', 'account': 'AVL002', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT DIESEL ESTATE', 'derivative': '3.0 SDV6 HSE Dynamic 5dr Auto', 'mileage': 75451, 'mileageWarranty': True, 'type': 'car', 'saleId': 19214, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-04-08T08:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-07-29', 'fuel': 'Diesel', 'motExpiry': '2026-06-26', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HD19VWR/2026-03-10/image/31c9bde2-dfc0-4eed-a4bf-a3eccf4c17ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/0964a6f0-bd31-416f-80f3-dd32b2955cd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/ee3dd7a4-dd32-4b28-bd70-8375f55647a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/0f36dcc7-ffd3-489c-94e0-64eed066db71_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/ce8048dc-83f1-4657-b0be-39a97c851868_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/f6848ac1-a7da-4811-9a4f-5ceccf64a5b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/1b94e8ea-8d0a-4838-a6a9-d6b0921d408b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/f1cc3a03-0dd1-4a5e-8ce2-6af8f0a6717d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19VWR/2026-03-10/image/e2d1ba6f-efd2-4b56-9bb4-6d0dbbb21fc5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21-13K, 06/22-28K, 07/23-48K,', 'remarks': '**1815** VOSA STATES 28K, 48K, 57K, 69K,', 'virtual': False, 'seller': 'Advance Vehicle Leasing', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 202, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2d25a9a-67e7-4858-8488-4aaf6ce97ba5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66445c96-9274-5518-84b6-bfbb4ccea0b4 with identifier: 120201122
2026-03-28 13:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66445c96-9274-5518-84b6-bfbb4ccea0b4 with scrape type 2
2026-03-28 13:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66445c96-9274-5518-84b6-bfbb4ccea0b4 with scrape type 2
2026-03-28 13:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 66445c96-9274-5518-84b6-bfbb4ccea0b4, identifier: 120201122
2026-03-28 13:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 66445c96-9274-5518-84b6-bfbb4ccea0b4 with identifier: 120201122
2026-03-28 13:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 66445c96-9274-5518-84b6-bfbb4ccea0b4 with identifier: 120201122
2026-03-28 13:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 66445c96-9274-5518-84b6-bfbb4ccea0b4 with identifier: 120201122 to the API
2026-03-28 13:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:04:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120201122?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 202,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-04-08T08:45:00Z',
'fuel_type': 'Diesel',
'id': '66445c96-9274-5518-84b6-bfbb4ccea0b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HD19VWR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120201122',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT DIESEL ESTATE',
'odometer': 75451,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-29',
'seller_name': 'Advance Vehicle Leasing',
'title': 'LAND ROVER RANGE ROVER SPORT DIESEL ESTATE 3.0 SDV6 HSE Dynamic 5dr '
'Auto',
'transmission': 'automatic',
'trim': '3.0 SDV6 HSE Dynamic 5dr Auto',
'vin': None,
'year': 2019}
2026-03-28 13:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120201122%27 HTTP/1.1" 200 None
2026-03-28 13:04:58 [astonbarclay.gb] INFO: Saving data for 120201122: {'auction_closing_time': 1775637900.0, 'created_time': 1773404559.256871, 'last_price_update_time': 1774703098.649093}
2026-03-28 13:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120201122') HTTP/1.1" 204 0
2026-03-28 13:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688561?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688561, 'registration': 'PX69MXL', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q2 DIESEL ESTATE', 'derivative': '30 TDI Sport 5dr S Tronic', 'mileage': 62411, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-09-16', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': [], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 42K 46K 54K 60K, 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': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2eca0875-0254-409a-be93-cc8638170ae1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688561, 'registration': 'PX69MXL', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q2 DIESEL ESTATE', 'derivative': '30 TDI Sport 5dr S Tronic', 'mileage': 62411, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-09-16', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': [], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 42K 46K 54K 60K, 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': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2eca0875-0254-409a-be93-cc8638170ae1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca7834d4-f12f-58f1-bcc9-f076dec1afcb with identifier: 120688561
2026-03-28 13:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca7834d4-f12f-58f1-bcc9-f076dec1afcb with scrape type 2
2026-03-28 13:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca7834d4-f12f-58f1-bcc9-f076dec1afcb with scrape type 2
2026-03-28 13:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ca7834d4-f12f-58f1-bcc9-f076dec1afcb, identifier: 120688561
2026-03-28 13:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ca7834d4-f12f-58f1-bcc9-f076dec1afcb with identifier: 120688561
2026-03-28 13:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ca7834d4-f12f-58f1-bcc9-f076dec1afcb with identifier: 120688561
2026-03-28 13:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ca7834d4-f12f-58f1-bcc9-f076dec1afcb with identifier: 120688561 to the API
2026-03-28 13:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688561?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'ca7834d4-f12f-58f1-bcc9-f076dec1afcb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PX69MXL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688561',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q2 DIESEL ESTATE',
'odometer': 62411,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-16',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI Q2 DIESEL ESTATE 30 TDI Sport 5dr S Tronic',
'transmission': 'automatic',
'trim': '30 TDI Sport 5dr S Tronic',
'vin': None,
'year': 2019}
2026-03-28 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688561%27 HTTP/1.1" 200 None
2026-03-28 13:05:00 [astonbarclay.gb] INFO: Saving data for 120688561: {'auction_closing_time': 1774947600.0, 'created_time': 1774292521.490401, 'last_price_update_time': 1774703100.811383}
2026-03-28 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688561') HTTP/1.1" 204 0
2026-03-28 13:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693859?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693859, 'registration': 'BK75YST', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi Pure 5dr', 'mileage': 5251, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 108, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-09-26', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK75YST/2026-03-25/image/ad09759f-71b2-4178-9427-a22443350ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/5e0e81ec-b63a-49a0-be6d-9282f42e093b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/2287dd1a-e247-4cf6-9541-bfee67746c96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/3e506096-4995-4354-a15a-2136d0eac785_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/5740bc96-0e83-441f-b83c-4e30cee253ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/1a96aa38-a3c3-429e-b7af-4358f2703e22_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/2d486e37-a55a-47a9-aa91-6c983be567ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/51ad79ea-c0e5-4d41-b000-33aace2dab34_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/abb08c0d-b16e-4460-a7e9-94e38e1791a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/463559c3-c3f5-4fa2-aec2-00765f25a1bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/8b7106eb-c0ab-4b31-8418-9112689da6c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/bf2f2f09-7bf1-4577-a02b-21d69b59cc40_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1246ca7f-6a72-42d9-9b42-3036f378afc0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693859, 'registration': 'BK75YST', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi Pure 5dr', 'mileage': 5251, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 108, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-09-26', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK75YST/2026-03-25/image/ad09759f-71b2-4178-9427-a22443350ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/5e0e81ec-b63a-49a0-be6d-9282f42e093b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/2287dd1a-e247-4cf6-9541-bfee67746c96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/3e506096-4995-4354-a15a-2136d0eac785_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/5740bc96-0e83-441f-b83c-4e30cee253ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/1a96aa38-a3c3-429e-b7af-4358f2703e22_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/2d486e37-a55a-47a9-aa91-6c983be567ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/51ad79ea-c0e5-4d41-b000-33aace2dab34_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/abb08c0d-b16e-4460-a7e9-94e38e1791a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/463559c3-c3f5-4fa2-aec2-00765f25a1bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/8b7106eb-c0ab-4b31-8418-9112689da6c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/bf2f2f09-7bf1-4577-a02b-21d69b59cc40_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1246ca7f-6a72-42d9-9b42-3036f378afc0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2e82a14-e5d1-501a-93e7-5f0b56ced588 with identifier: 120693859
2026-03-28 13:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e82a14-e5d1-501a-93e7-5f0b56ced588 with scrape type 2
2026-03-28 13:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2e82a14-e5d1-501a-93e7-5f0b56ced588 with scrape type 2
2026-03-28 13:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e2e82a14-e5d1-501a-93e7-5f0b56ced588, identifier: 120693859
2026-03-28 13:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e2e82a14-e5d1-501a-93e7-5f0b56ced588 with identifier: 120693859
2026-03-28 13:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e2e82a14-e5d1-501a-93e7-5f0b56ced588 with identifier: 120693859
2026-03-28 13:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e2e82a14-e5d1-501a-93e7-5f0b56ced588 with identifier: 120693859 to the API
2026-03-28 13:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693859?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': 'e2e82a14-e5d1-501a-93e7-5f0b56ced588',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BK75YST',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693859',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 5251,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-26',
'seller_name': 'Motability Operations',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi Pure 5dr',
'transmission': 'manual',
'trim': '1.6T GDi Pure 5dr',
'vin': None,
'year': 2025}
2026-03-28 13:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693859%27 HTTP/1.1" 200 None
2026-03-28 13:05:01 [astonbarclay.gb] INFO: Saving data for 120693859: {'auction_closing_time': 1774949400.0, 'created_time': 1774292591.961596, 'last_price_update_time': 1774703101.542252}
2026-03-28 13:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693859') HTTP/1.1" 204 0
2026-03-28 13:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120679073?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120679073, 'registration': 'ML72SJY', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 130 GT Premium 5dr EAT8', 'mileage': 19184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 110, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML72SJY/2026-03-23/image/578a9c26-11d5-4461-9ccf-912b077e9ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/34dc1789-9fb4-4278-ad17-021ad98108bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/e9008cb9-53d4-402f-abc4-e0fc3dd25b84_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/10c007a1-b3a5-4514-a0a3-f708bb9ba9db_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/2ecc8601-fe73-4c95-ac45-28e896ec39e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/51136e77-70f7-495b-a045-a01047f53ab1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/6e780e80-791c-4766-af07-9b49c7232c86_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/0f78ae8b-dee8-4ed3-8934-c63279a58179_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/a3685633-a10c-4399-938e-8f6dbf0ba8a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/7b4b92f9-438b-46c4-96fd-e712b8f84c5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/a69d0230-3850-44df-8487-961115315058_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/9c2b43db-fffb-4454-9449-7ab3480127f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 4k, 11/24- 9k', 'remarks': 'vosa - 18k - spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c555f246-b418-4cab-ae7d-1b257f5f10c8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120679073, 'registration': 'ML72SJY', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 130 GT Premium 5dr EAT8', 'mileage': 19184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:30Z', 'lot': 110, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML72SJY/2026-03-23/image/578a9c26-11d5-4461-9ccf-912b077e9ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/34dc1789-9fb4-4278-ad17-021ad98108bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/e9008cb9-53d4-402f-abc4-e0fc3dd25b84_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/10c007a1-b3a5-4514-a0a3-f708bb9ba9db_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/2ecc8601-fe73-4c95-ac45-28e896ec39e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/51136e77-70f7-495b-a045-a01047f53ab1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/6e780e80-791c-4766-af07-9b49c7232c86_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/0f78ae8b-dee8-4ed3-8934-c63279a58179_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/a3685633-a10c-4399-938e-8f6dbf0ba8a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/7b4b92f9-438b-46c4-96fd-e712b8f84c5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/a69d0230-3850-44df-8487-961115315058_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/9c2b43db-fffb-4454-9449-7ab3480127f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 4k, 11/24- 9k', 'remarks': 'vosa - 18k - spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c555f246-b418-4cab-ae7d-1b257f5f10c8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18c39f59-243c-57f4-ab4b-9029efba4b25 with identifier: 120679073
2026-03-28 13:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18c39f59-243c-57f4-ab4b-9029efba4b25 with scrape type 2
2026-03-28 13:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18c39f59-243c-57f4-ab4b-9029efba4b25 with scrape type 2
2026-03-28 13:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 18c39f59-243c-57f4-ab4b-9029efba4b25, identifier: 120679073
2026-03-28 13:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 18c39f59-243c-57f4-ab4b-9029efba4b25 with identifier: 120679073
2026-03-28 13:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 18c39f59-243c-57f4-ab4b-9029efba4b25 with identifier: 120679073
2026-03-28 13:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 18c39f59-243c-57f4-ab4b-9029efba4b25 with identifier: 120679073 to the API
2026-03-28 13:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120679073?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:30:00Z',
'fuel_type': 'Petrol',
'id': '18c39f59-243c-57f4-ab4b-9029efba4b25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML72SJY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120679073',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 19184,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 130 GT Premium 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech 130 GT Premium 5dr EAT8',
'vin': None,
'year': 2023}
2026-03-28 13:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679073%27 HTTP/1.1" 200 None
2026-03-28 13:05:03 [astonbarclay.gb] INFO: Saving data for 120679073: {'auction_closing_time': 1774949400.0, 'created_time': 1774271258.757473, 'last_price_update_time': 1774703103.049566}
2026-03-28 13:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120679073') HTTP/1.1" 204 0
2026-03-28 13:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120197297?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120197297, 'registration': 'LO72CPK', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto', 'mileage': 83182, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 145, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Electric', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO72CPK/2026-03-11/image/f8eacf36-617b-4ab3-a4c7-6f9031b6bfb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/cd0e8f29-1dc5-4f8a-84e3-2d2070e16915_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/719e8e53-ad44-4e35-82e1-fd22f934d74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/b873033a-d938-4bc4-8e20-15cd9cb7a006_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/59f714a4-cc64-4b10-9dc4-bbaecede83d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/f60382fc-f7bc-46c6-902c-0a529fdc7013_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/28ce55da-19ac-47eb-82af-cb2567f76131_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/650e0e81-4ebb-4c66-942a-302c0c021639_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book BLANK BOOK', 'remarks': 'VOSA STATES 80K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23cd5e81-4791-47ab-b8cd-9fef2b189d66.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:05:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120197297, 'registration': 'LO72CPK', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto', 'mileage': 83182, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 145, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Electric', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO72CPK/2026-03-11/image/f8eacf36-617b-4ab3-a4c7-6f9031b6bfb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/cd0e8f29-1dc5-4f8a-84e3-2d2070e16915_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/719e8e53-ad44-4e35-82e1-fd22f934d74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/b873033a-d938-4bc4-8e20-15cd9cb7a006_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/59f714a4-cc64-4b10-9dc4-bbaecede83d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/f60382fc-f7bc-46c6-902c-0a529fdc7013_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/28ce55da-19ac-47eb-82af-cb2567f76131_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/650e0e81-4ebb-4c66-942a-302c0c021639_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book BLANK BOOK', 'remarks': 'VOSA STATES 80K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23cd5e81-4791-47ab-b8cd-9fef2b189d66.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:05:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f890573f-089b-5ba1-802e-a988541b9303 with identifier: 120197297
2026-03-28 13:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f890573f-089b-5ba1-802e-a988541b9303 with scrape type 2
2026-03-28 13:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f890573f-089b-5ba1-802e-a988541b9303 with scrape type 2
2026-03-28 13:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f890573f-089b-5ba1-802e-a988541b9303, identifier: 120197297
2026-03-28 13:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f890573f-089b-5ba1-802e-a988541b9303 with identifier: 120197297
2026-03-28 13:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f890573f-089b-5ba1-802e-a988541b9303 with identifier: 120197297
2026-03-28 13:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f890573f-089b-5ba1-802e-a988541b9303 with identifier: 120197297 to the API
2026-03-28 13:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120197297?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Electric',
'id': 'f890573f-089b-5ba1-802e-a988541b9303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72CPK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120197297',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 83182,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-31',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ZOE HATCHBACK 100kW GT Line + R135 50kWh Rapid Charge 5dr '
'Auto',
'transmission': 'automatic',
'trim': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto',
'vin': None,
'year': 2022}
2026-03-28 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120197297%27 HTTP/1.1" 200 None
2026-03-28 13:05:04 [astonbarclay.gb] INFO: Saving data for 120197297: {'auction_closing_time': 1774947600.0, 'created_time': 1773403675.879329, 'last_price_update_time': 1774703104.140275}
2026-03-28 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120197297') HTTP/1.1" 204 0
2026-03-28 13:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120839972?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120839972, 'registration': 'SN69FCE', 'account': 'PRA006', 'make': 'FIAT', 'model': 'DOBLO CARGO MAXI L2 DIESEL', 'derivative': '1.6 Multijet 16V 105 Tecnico Van Start Stop', 'mileage': 75291, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 149, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-02-10', 'fuel': 'Diesel', 'motExpiry': '2027-02-13', 'doors': None, 'engineSize': 1598, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/SN69FCE/2026-03-27/image/2a1d5121-0431-4de6-85fe-5642346d9da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/8d766203-13ab-4ce6-938e-31bc022f1c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/83ed4dc9-b875-49da-bd28-d4af02754429_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/5348c4ef-c021-4337-a60a-060cd0e4a669_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/5e32fb75-284e-43b8-820d-d56e7fd9ab75_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/340b6bb4-8370-41c7-83e9-321375d62d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/53b4704b-d6da-498c-840f-0b7a4dcfd986_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/645f84da-4e65-4873-9a6a-7482c89c7c36_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Praetura Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c7911aff-f0da-44eb-8f9a-858f4c475f8b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120839972, 'registration': 'SN69FCE', 'account': 'PRA006', 'make': 'FIAT', 'model': 'DOBLO CARGO MAXI L2 DIESEL', 'derivative': '1.6 Multijet 16V 105 Tecnico Van Start Stop', 'mileage': 75291, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 149, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-02-10', 'fuel': 'Diesel', 'motExpiry': '2027-02-13', 'doors': None, 'engineSize': 1598, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/SN69FCE/2026-03-27/image/2a1d5121-0431-4de6-85fe-5642346d9da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/8d766203-13ab-4ce6-938e-31bc022f1c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/83ed4dc9-b875-49da-bd28-d4af02754429_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/5348c4ef-c021-4337-a60a-060cd0e4a669_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/5e32fb75-284e-43b8-820d-d56e7fd9ab75_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/340b6bb4-8370-41c7-83e9-321375d62d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/53b4704b-d6da-498c-840f-0b7a4dcfd986_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN69FCE/2026-03-27/image/645f84da-4e65-4873-9a6a-7482c89c7c36_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Praetura Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c7911aff-f0da-44eb-8f9a-858f4c475f8b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a6755c4-4c65-5a5c-bec5-7481d8456d40 with identifier: 120839972
2026-03-28 13:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a6755c4-4c65-5a5c-bec5-7481d8456d40 with scrape type 2
2026-03-28 13:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a6755c4-4c65-5a5c-bec5-7481d8456d40 with scrape type 2
2026-03-28 13:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a6755c4-4c65-5a5c-bec5-7481d8456d40, identifier: 120839972
2026-03-28 13:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a6755c4-4c65-5a5c-bec5-7481d8456d40 with identifier: 120839972
2026-03-28 13:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a6755c4-4c65-5a5c-bec5-7481d8456d40 with identifier: 120839972
2026-03-28 13:05:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8a6755c4-4c65-5a5c-bec5-7481d8456d40 with identifier: 120839972 to the API
2026-03-28 13:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120839972?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'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': '8a6755c4-4c65-5a5c-bec5-7481d8456d40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SN69FCE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120839972',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FIAT',
'model': 'DOBLO CARGO MAXI L2 DIESEL',
'odometer': 75291,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-10',
'seller_name': 'Praetura Asset Finance',
'title': 'FIAT DOBLO CARGO MAXI L2 DIESEL 1.6 Multijet 16V 105 Tecnico Van '
'Start Stop',
'transmission': 'manual',
'trim': '1.6 Multijet 16V 105 Tecnico Van Start Stop',
'vin': None,
'year': 2020}
2026-03-28 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120839972%27 HTTP/1.1" 200 None
2026-03-28 13:05:04 [astonbarclay.gb] INFO: Saving data for 120839972: {'auction_closing_time': 1774947600.0, 'created_time': 1774605812.483008, 'last_price_update_time': 1774703104.658045}
2026-03-28 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120839972') HTTP/1.1" 204 0
2026-03-28 13:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120684601?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120684601, 'registration': 'SJ14GFO', 'account': 'CAR340', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi [110] Tekna 5dr', 'mileage': 102119, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 130, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-25', 'fuel': 'Diesel', 'motExpiry': '2026-04-05', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/a31b142a-f1de-4467-acd8-533e95052652_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/c8ae8c0c-2970-494b-9f15-bdba1cb8c350_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/7c811fef-6d2c-4e91-95e6-8a1e8c070123_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/05ab9274-44b5-4d19-8fdd-0de4445c7163_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/689c26b2-2514-4f11-a93b-7033aaec7be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/01c06cab-c272-483c-8506-c506facad0a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/c4609aee-33da-4f70-b579-f1d0a09726ce_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/15 5K 02/16 14K 05/17 21K 01/21 51K', 'remarks': 'VOSA STATES 19K 21K 30K 42K 49K 51K 62K 74K 89K 100K', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a76b907a-48e7-419f-8978-dc47008c5931.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120684601, 'registration': 'SJ14GFO', 'account': 'CAR340', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi [110] Tekna 5dr', 'mileage': 102119, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 130, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-25', 'fuel': 'Diesel', 'motExpiry': '2026-04-05', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/a31b142a-f1de-4467-acd8-533e95052652_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/c8ae8c0c-2970-494b-9f15-bdba1cb8c350_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/7c811fef-6d2c-4e91-95e6-8a1e8c070123_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/05ab9274-44b5-4d19-8fdd-0de4445c7163_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/689c26b2-2514-4f11-a93b-7033aaec7be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/01c06cab-c272-483c-8506-c506facad0a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/c4609aee-33da-4f70-b579-f1d0a09726ce_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/15 5K 02/16 14K 05/17 21K 01/21 51K', 'remarks': 'VOSA STATES 19K 21K 30K 42K 49K 51K 62K 74K 89K 100K', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a76b907a-48e7-419f-8978-dc47008c5931.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19c1d10c-ad80-5ad4-812e-b9c4187321bd with identifier: 120684601
2026-03-28 13:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19c1d10c-ad80-5ad4-812e-b9c4187321bd with scrape type 2
2026-03-28 13:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19c1d10c-ad80-5ad4-812e-b9c4187321bd with scrape type 2
2026-03-28 13:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19c1d10c-ad80-5ad4-812e-b9c4187321bd, identifier: 120684601
2026-03-28 13:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19c1d10c-ad80-5ad4-812e-b9c4187321bd with identifier: 120684601
2026-03-28 13:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19c1d10c-ad80-5ad4-812e-b9c4187321bd with identifier: 120684601
2026-03-28 13:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19c1d10c-ad80-5ad4-812e-b9c4187321bd with identifier: 120684601 to the API
2026-03-28 13:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 13:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120684601?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '19c1d10c-ad80-5ad4-812e-b9c4187321bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SJ14GFO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120684601',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 102119,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-25',
'seller_name': 'Local Dealer Group',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.5 dCi [110] Tekna 5dr',
'transmission': 'manual',
'trim': '1.5 dCi [110] Tekna 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684601%27 HTTP/1.1" 200 None
2026-03-28 13:05:05 [astonbarclay.gb] INFO: Saving data for 120684601: {'auction_closing_time': 1774947600.0, 'created_time': 1774271252.443826, 'last_price_update_time': 1774703105.405967}
2026-03-28 13:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120684601') HTTP/1.1" 204 0
2026-03-28 13:05:05 [scrapy.extensions.logstats] INFO: Crawled 127 pages (at 33 pages/min), scraped 125 items (at 33 items/min)
2026-03-28 13:05:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120623468?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120623468, 'registration': 'MW70TZU', 'account': 'ALL033', 'make': 'PEUGEOT', 'model': 'PARTNER STANDARD DIESEL', 'derivative': '1000 1.5 BlueHDi 100 Professional Van', 'mileage': 1, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 160, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-12-29', 'fuel': 'Diesel', 'motExpiry': '2024-12-28', 'doors': None, 'engineSize': 1498, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/MW70TZU/2026-03-27/image/d795121a-6fd7-4bff-bf60-59e8a1bb7a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/ce0453b3-1421-4b29-b98b-75771ab4f77a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/42ed8736-6c25-4eb3-8447-0de0ade34b5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/9183667a-3fe6-4508-8c64-6818c85fe117_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/9b1f09e9-ef5c-4f0d-af31-88b5c6187eb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/46ffd245-4453-409c-bb66-758a4c15c196_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/060c7215-c99d-4952-b5e3-40e6ee76df41_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/833d9e01-b767-44dc-89a6-8460d53ebfa1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'SPARE KEY, NON RUNNER ENGINE IN BITS MAY HAVE FURTHER FAULTS - VOSA STATES 75K', 'virtual': False, 'seller': 'Alliance Automotive', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120623468, 'registration': 'MW70TZU', 'account': 'ALL033', 'make': 'PEUGEOT', 'model': 'PARTNER STANDARD DIESEL', 'derivative': '1000 1.5 BlueHDi 100 Professional Van', 'mileage': 1, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 160, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-12-29', 'fuel': 'Diesel', 'motExpiry': '2024-12-28', 'doors': None, 'engineSize': 1498, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/MW70TZU/2026-03-27/image/d795121a-6fd7-4bff-bf60-59e8a1bb7a41_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/ce0453b3-1421-4b29-b98b-75771ab4f77a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/42ed8736-6c25-4eb3-8447-0de0ade34b5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/9183667a-3fe6-4508-8c64-6818c85fe117_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/9b1f09e9-ef5c-4f0d-af31-88b5c6187eb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/46ffd245-4453-409c-bb66-758a4c15c196_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/060c7215-c99d-4952-b5e3-40e6ee76df41_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW70TZU/2026-03-27/image/833d9e01-b767-44dc-89a6-8460d53ebfa1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'SPARE KEY, NON RUNNER ENGINE IN BITS MAY HAVE FURTHER FAULTS - VOSA STATES 75K', 'virtual': False, 'seller': 'Alliance Automotive', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb516580-ed50-556f-b1d9-af9c3c13faa0 with identifier: 120623468
2026-03-28 13:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb516580-ed50-556f-b1d9-af9c3c13faa0 with scrape type 2
2026-03-28 13:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb516580-ed50-556f-b1d9-af9c3c13faa0 with scrape type 2
2026-03-28 13:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bb516580-ed50-556f-b1d9-af9c3c13faa0, identifier: 120623468
2026-03-28 13:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bb516580-ed50-556f-b1d9-af9c3c13faa0 with identifier: 120623468
2026-03-28 13:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bb516580-ed50-556f-b1d9-af9c3c13faa0 with identifier: 120623468
2026-03-28 13:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bb516580-ed50-556f-b1d9-af9c3c13faa0 with identifier: 120623468 to the API
2026-03-28 13:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120623468?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'bb516580-ed50-556f-b1d9-af9c3c13faa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW70TZU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120623468',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'PARTNER STANDARD DIESEL',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-29',
'seller_name': 'Alliance Automotive',
'title': 'PEUGEOT PARTNER STANDARD DIESEL 1000 1.5 BlueHDi 100 Professional '
'Van',
'transmission': 'manual',
'trim': '1000 1.5 BlueHDi 100 Professional Van',
'vin': None,
'year': 2020}
2026-03-28 13:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120623468%27 HTTP/1.1" 200 None
2026-03-28 13:05:06 [astonbarclay.gb] INFO: Saving data for 120623468: {'auction_closing_time': 1774947600.0, 'created_time': 1774379246.499752, 'last_price_update_time': 1774703106.146327}
2026-03-28 13:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120623468') HTTP/1.1" 204 0
2026-03-28 13:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120313737?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:13 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.289(s), this was the 1st time calling it.
2026-03-28 13:05:13 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.346046222159205 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-28 13:05:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120313737, 'registration': 'YJ69XNZ', 'account': 'NOR038', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 311CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Van', 'mileage': 108078, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 163, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-15', 'doors': None, 'engineSize': 2143, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/b37d8554-61ff-4e96-8225-58c293cff637_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/4787e7ee-494c-4172-80b3-9c8297a1a906_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/6084c383-fa64-437b-bd67-b8f82454670c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/28dc1c7e-b316-4fde-a6ca-9b09ed88d75f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/561b07d6-3fc4-4bee-9ea4-5324adf3623e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/7c5c5d0f-1a69-4acc-9916-d1141658e8ea_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'INTERMITTENT STARTS MAY HAVE FURTHER FAULTS - VOSA STATES 55K 70K 91K 99K', 'virtual': False, 'seller': 'Northside Truck & Van Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120313737, 'registration': 'YJ69XNZ', 'account': 'NOR038', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 311CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Van', 'mileage': 108078, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 163, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-15', 'doors': None, 'engineSize': 2143, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/b37d8554-61ff-4e96-8225-58c293cff637_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/4787e7ee-494c-4172-80b3-9c8297a1a906_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/6084c383-fa64-437b-bd67-b8f82454670c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/28dc1c7e-b316-4fde-a6ca-9b09ed88d75f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/561b07d6-3fc4-4bee-9ea4-5324adf3623e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/7c5c5d0f-1a69-4acc-9916-d1141658e8ea_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'INTERMITTENT STARTS MAY HAVE FURTHER FAULTS - VOSA STATES 55K 70K 91K 99K', 'virtual': False, 'seller': 'Northside Truck & Van Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71e1a067-ebd3-5c24-aed3-5b8804d368af with identifier: 120313737
2026-03-28 13:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71e1a067-ebd3-5c24-aed3-5b8804d368af with scrape type 2
2026-03-28 13:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71e1a067-ebd3-5c24-aed3-5b8804d368af with scrape type 2
2026-03-28 13:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 71e1a067-ebd3-5c24-aed3-5b8804d368af, identifier: 120313737
2026-03-28 13:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 71e1a067-ebd3-5c24-aed3-5b8804d368af with identifier: 120313737
2026-03-28 13:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 71e1a067-ebd3-5c24-aed3-5b8804d368af with identifier: 120313737
2026-03-28 13:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 71e1a067-ebd3-5c24-aed3-5b8804d368af with identifier: 120313737 to the API
2026-03-28 13:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120313737?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 204,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '71e1a067-ebd3-5c24-aed3-5b8804d368af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ69XNZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120313737',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 311CDI L3 DIESEL RWD',
'odometer': 108078,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-30',
'seller_name': 'Northside Truck & Van Ltd',
'title': 'MERCEDES-BENZ SPRINTER 311CDI L3 DIESEL RWD 3.5t H2 Van',
'transmission': 'manual',
'trim': '3.5t H2 Van',
'vin': None,
'year': 2019}
2026-03-28 13:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120313737%27 HTTP/1.1" 200 None
2026-03-28 13:05:13 [astonbarclay.gb] INFO: Saving data for 120313737: {'auction_closing_time': 1774947600.0, 'created_time': 1774271254.250719, 'last_price_update_time': 1774703113.733316}
2026-03-28 13:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120313737') HTTP/1.1" 204 0
2026-03-28 13:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120643499?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120643499, 'registration': 'MF72XHU', 'account': 'REA001', 'make': 'RENAULT', 'model': 'MASTER MWB DIESEL FWD', 'derivative': 'ML35 ENERGY dCi 145 Business Low Roof Chassis Cab', 'mileage': 27524, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 123, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 2298, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/MF72XHU/2026-03-25/image/ac698c77-25bb-41cf-a99d-1d7a0274aa3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/608894d6-0082-4ca5-8b88-a812b7565ed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/b83ba518-7a69-41b8-9ba0-ebd1c3e95e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/bb742ef3-fe24-4f00-ae6d-39417e12ed2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/d08b9ee3-abb2-471a-81dc-e55ebf955e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/19e3a6e9-807e-4b7d-b201-5ec9aecb992b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/e08eb3c4-3e41-446a-9c7d-0d8b533f793b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 11/23 14K 10/25 22K', 'remarks': 'SPARE KEY VOSA STATES 22K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 999, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/988a60b3-faf1-42aa-a2ca-fce25f098460.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120643499, 'registration': 'MF72XHU', 'account': 'REA001', 'make': 'RENAULT', 'model': 'MASTER MWB DIESEL FWD', 'derivative': 'ML35 ENERGY dCi 145 Business Low Roof Chassis Cab', 'mileage': 27524, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 123, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 2298, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/MF72XHU/2026-03-25/image/ac698c77-25bb-41cf-a99d-1d7a0274aa3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/608894d6-0082-4ca5-8b88-a812b7565ed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/b83ba518-7a69-41b8-9ba0-ebd1c3e95e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/bb742ef3-fe24-4f00-ae6d-39417e12ed2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/d08b9ee3-abb2-471a-81dc-e55ebf955e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/19e3a6e9-807e-4b7d-b201-5ec9aecb992b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/e08eb3c4-3e41-446a-9c7d-0d8b533f793b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 11/23 14K 10/25 22K', 'remarks': 'SPARE KEY VOSA STATES 22K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 999, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/988a60b3-faf1-42aa-a2ca-fce25f098460.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d04e888d-b267-56a6-8a4c-238847e29b71 with identifier: 120643499
2026-03-28 13:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d04e888d-b267-56a6-8a4c-238847e29b71 with scrape type 2
2026-03-28 13:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d04e888d-b267-56a6-8a4c-238847e29b71 with scrape type 2
2026-03-28 13:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d04e888d-b267-56a6-8a4c-238847e29b71, identifier: 120643499
2026-03-28 13:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d04e888d-b267-56a6-8a4c-238847e29b71 with identifier: 120643499
2026-03-28 13:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d04e888d-b267-56a6-8a4c-238847e29b71 with identifier: 120643499
2026-03-28 13:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d04e888d-b267-56a6-8a4c-238847e29b71 with identifier: 120643499 to the API
2026-03-28 13:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120643499?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 999,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'd04e888d-b267-56a6-8a4c-238847e29b71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF72XHU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120643499',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'MASTER MWB DIESEL FWD',
'odometer': 27524,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seller_name': 'Ready Rent A Car',
'title': 'RENAULT MASTER MWB DIESEL FWD ML35 ENERGY dCi 145 Business Low Roof '
'Chassis Cab',
'transmission': 'manual',
'trim': 'ML35 ENERGY dCi 145 Business Low Roof Chassis Cab',
'vin': None,
'year': 2022}
2026-03-28 13:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120643499%27 HTTP/1.1" 200 None
2026-03-28 13:05:14 [astonbarclay.gb] INFO: Saving data for 120643499: {'auction_closing_time': 1774947600.0, 'created_time': 1774379271.466014, 'last_price_update_time': 1774703114.241111}
2026-03-28 13:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120643499') HTTP/1.1" 204 0
2026-03-28 13:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120643469?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120643469, 'registration': 'CN22COH', 'account': 'REA001', 'make': 'PEUGEOT', 'model': 'BOXER 335 L2 DIESEL', 'derivative': '2.2 BlueHDi Chassis Cab S 140ps', 'mileage': 37939, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 125, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-07-06', 'fuel': 'Diesel', 'motExpiry': '2026-07-06', 'doors': None, 'engineSize': 2200, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/CN22COH/2026-03-25/image/c2136fb0-e7ce-45f3-be7c-4a6ffff30284_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/d0106c7c-4def-4c82-8168-95738bf5fe3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/52f1596c-bc18-4f41-9d7e-9878aebd3549_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/db808dc8-c635-40e7-a236-561a90ce45c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/7ce15ace-532d-49b0-89ec-73996866a3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/ed3f5e31-7930-4ca0-875f-d9a42f551be5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 07/24 20K 06/25 29K', 'remarks': 'SPARE KEY VOSA STATES 29K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 287, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/57dbf307-508a-44ab-94d9-0b73709e41df.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120643469, 'registration': 'CN22COH', 'account': 'REA001', 'make': 'PEUGEOT', 'model': 'BOXER 335 L2 DIESEL', 'derivative': '2.2 BlueHDi Chassis Cab S 140ps', 'mileage': 37939, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 125, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-07-06', 'fuel': 'Diesel', 'motExpiry': '2026-07-06', 'doors': None, 'engineSize': 2200, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/CN22COH/2026-03-25/image/c2136fb0-e7ce-45f3-be7c-4a6ffff30284_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/d0106c7c-4def-4c82-8168-95738bf5fe3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/52f1596c-bc18-4f41-9d7e-9878aebd3549_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/db808dc8-c635-40e7-a236-561a90ce45c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/7ce15ace-532d-49b0-89ec-73996866a3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/ed3f5e31-7930-4ca0-875f-d9a42f551be5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 07/24 20K 06/25 29K', 'remarks': 'SPARE KEY VOSA STATES 29K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 287, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/57dbf307-508a-44ab-94d9-0b73709e41df.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with identifier: 120643469
2026-03-28 13:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with scrape type 2
2026-03-28 13:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with scrape type 2
2026-03-28 13:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692, identifier: 120643469
2026-03-28 13:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with identifier: 120643469
2026-03-28 13:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with identifier: 120643469
2026-03-28 13:05:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with identifier: 120643469 to the API
2026-03-28 13:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120643469?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 287,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '7c2e4a79-2f17-543a-ac1c-c1a03bdd3692',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CN22COH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120643469',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'BOXER 335 L2 DIESEL',
'odometer': 37939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-06',
'seller_name': 'Ready Rent A Car',
'title': 'PEUGEOT BOXER 335 L2 DIESEL 2.2 BlueHDi Chassis Cab S 140ps',
'transmission': 'manual',
'trim': '2.2 BlueHDi Chassis Cab S 140ps',
'vin': None,
'year': 2022}
2026-03-28 13:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120643469%27 HTTP/1.1" 200 None
2026-03-28 13:05:17 [astonbarclay.gb] INFO: Saving data for 120643469: {'auction_closing_time': 1774947600.0, 'created_time': 1774379274.915884, 'last_price_update_time': 1774703117.193791}
2026-03-28 13:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120643469') HTTP/1.1" 204 0
2026-03-28 13:05:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120743887?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120743887, 'registration': 'DC16GSU', 'account': 'ART006', 'make': 'AUDI', 'model': 'A7 DIESEL SPORTBACK', 'derivative': '3.0 TDI Quattro S Line 5dr S Tronic', 'mileage': 113013, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-06-30', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 2967, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/R2SWE/2026-03-24/image/337acfe2-88b7-4054-b99e-f2f6495dd393_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/a8cd4f0f-16e0-4cc5-ae4a-e68684722341_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/aa44151e-71bc-4daa-9248-73a4f53aea85_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/45e70670-1043-47f5-a63d-82ac956b43e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/e6084e30-2868-4970-8423-260a78e0fe52_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/8ba6f1a2-d9ef-41a2-b79c-b7e09c776bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/bb6bd69f-4c05-41bd-bb23-6eb0f5da8794_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/531e7732-213a-4e3c-837a-c662a4cc7b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/785d9048-04a1-4251-83f7-db41bad9ebea_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/9479f0ee-dc06-44cd-b75d-03fad1bac8e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/15587c4b-4335-4b9d-ae66-0a47722c8d99_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/20-41K 05/247-92K 01/26-110K', 'remarks': 'VOSA @ 32K 46K 58K 69K 84K 95K 106K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be1a7235-4372-4a66-a717-e60f94a758ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120743887, 'registration': 'DC16GSU', 'account': 'ART006', 'make': 'AUDI', 'model': 'A7 DIESEL SPORTBACK', 'derivative': '3.0 TDI Quattro S Line 5dr S Tronic', 'mileage': 113013, 'mileageWarranty': True, 'type': 'car', 'saleId': 19181, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 106}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-06-30', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 2967, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/R2SWE/2026-03-24/image/337acfe2-88b7-4054-b99e-f2f6495dd393_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/a8cd4f0f-16e0-4cc5-ae4a-e68684722341_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/aa44151e-71bc-4daa-9248-73a4f53aea85_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/45e70670-1043-47f5-a63d-82ac956b43e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/e6084e30-2868-4970-8423-260a78e0fe52_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/8ba6f1a2-d9ef-41a2-b79c-b7e09c776bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/bb6bd69f-4c05-41bd-bb23-6eb0f5da8794_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/531e7732-213a-4e3c-837a-c662a4cc7b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/785d9048-04a1-4251-83f7-db41bad9ebea_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/9479f0ee-dc06-44cd-b75d-03fad1bac8e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/15587c4b-4335-4b9d-ae66-0a47722c8d99_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/20-41K 05/247-92K 01/26-110K', 'remarks': 'VOSA @ 32K 46K 58K 69K 84K 95K 106K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be1a7235-4372-4a66-a717-e60f94a758ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d949f70-7449-5d54-b5eb-6f8d27e8315d with identifier: 120743887
2026-03-28 13:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d949f70-7449-5d54-b5eb-6f8d27e8315d with scrape type 2
2026-03-28 13:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d949f70-7449-5d54-b5eb-6f8d27e8315d with scrape type 2
2026-03-28 13:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7d949f70-7449-5d54-b5eb-6f8d27e8315d, identifier: 120743887
2026-03-28 13:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7d949f70-7449-5d54-b5eb-6f8d27e8315d with identifier: 120743887
2026-03-28 13:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7d949f70-7449-5d54-b5eb-6f8d27e8315d with identifier: 120743887
2026-03-28 13:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7d949f70-7449-5d54-b5eb-6f8d27e8315d with identifier: 120743887 to the API
2026-03-28 13:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120743887?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '7d949f70-7449-5d54-b5eb-6f8d27e8315d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DC16GSU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120743887',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'AUDI',
'model': 'A7 DIESEL SPORTBACK',
'odometer': 113013,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-30',
'seller_name': 'Arthurs Motor Group',
'title': 'AUDI A7 DIESEL SPORTBACK 3.0 TDI Quattro S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '3.0 TDI Quattro S Line 5dr S Tronic',
'vin': None,
'year': 2016}
2026-03-28 13:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120743887%27 HTTP/1.1" 200 None
2026-03-28 13:05:20 [astonbarclay.gb] INFO: Saving data for 120743887: {'auction_closing_time': 1774947600.0, 'created_time': 1774379642.852322, 'last_price_update_time': 1774703120.187721}
2026-03-28 13:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120743887') HTTP/1.1" 204 0
2026-03-28 13:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120840434?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120840434, 'registration': 'BK70GYF', 'account': 'GTV001', 'make': 'FORD', 'model': 'TRANSIT 350 L2 DIESEL RWD', 'derivative': '2.0 EcoBlue 130ps H3 Leader Van', 'mileage': 102180, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 148, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-10', 'fuel': 'Diesel', 'motExpiry': '2026-09-10', 'doors': None, 'engineSize': 1995, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/BK70GYF/2026-03-27/image/ee987c19-3ab7-4b14-8abf-1a2cd565cf76_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/982328a8-2e01-4f1e-b9c1-4bfe4c53aa39_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/38642f1b-c298-41d9-a0fd-f6a0e0825816_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/d05ea12c-f6f3-4eff-9a81-61b1c0a627ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/20310cb1-69f1-4c4f-bb03-a959f0e97b78_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/4025fe61-36a7-4ccb-8328-b2bee79b4e6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/56315692-cc8d-4e6c-b367-9a985d1e5b6e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 49K 70K 92K', 'virtual': False, 'seller': 'Direct From GT Vehicle Leasing’', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 186, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4d21023f-49b1-4c8f-99e5-283f0802ea79.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120840434, 'registration': 'BK70GYF', 'account': 'GTV001', 'make': 'FORD', 'model': 'TRANSIT 350 L2 DIESEL RWD', 'derivative': '2.0 EcoBlue 130ps H3 Leader Van', 'mileage': 102180, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 148, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-10', 'fuel': 'Diesel', 'motExpiry': '2026-09-10', 'doors': None, 'engineSize': 1995, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/BK70GYF/2026-03-27/image/ee987c19-3ab7-4b14-8abf-1a2cd565cf76_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/982328a8-2e01-4f1e-b9c1-4bfe4c53aa39_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/38642f1b-c298-41d9-a0fd-f6a0e0825816_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/d05ea12c-f6f3-4eff-9a81-61b1c0a627ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/20310cb1-69f1-4c4f-bb03-a959f0e97b78_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/4025fe61-36a7-4ccb-8328-b2bee79b4e6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK70GYF/2026-03-27/image/56315692-cc8d-4e6c-b367-9a985d1e5b6e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 49K 70K 92K', 'virtual': False, 'seller': 'Direct From GT Vehicle Leasing’', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 186, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4d21023f-49b1-4c8f-99e5-283f0802ea79.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c65d3d4a-01fb-5587-a7ea-6ca5cbfbab07 with identifier: 120840434
2026-03-28 13:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c65d3d4a-01fb-5587-a7ea-6ca5cbfbab07 with scrape type 2
2026-03-28 13:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c65d3d4a-01fb-5587-a7ea-6ca5cbfbab07 with scrape type 2
2026-03-28 13:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c65d3d4a-01fb-5587-a7ea-6ca5cbfbab07, identifier: 120840434
2026-03-28 13:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c65d3d4a-01fb-5587-a7ea-6ca5cbfbab07 with identifier: 120840434
2026-03-28 13:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c65d3d4a-01fb-5587-a7ea-6ca5cbfbab07 with identifier: 120840434
2026-03-28 13:05:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c65d3d4a-01fb-5587-a7ea-6ca5cbfbab07 with identifier: 120840434 to the API
2026-03-28 13:05:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120840434?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 186,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'c65d3d4a-01fb-5587-a7ea-6ca5cbfbab07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BK70GYF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120840434',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT 350 L2 DIESEL RWD',
'odometer': 102180,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-10',
'seller_name': 'Direct From GT Vehicle Leasing’',
'title': 'FORD TRANSIT 350 L2 DIESEL RWD 2.0 EcoBlue 130ps H3 Leader Van',
'transmission': 'manual',
'trim': '2.0 EcoBlue 130ps H3 Leader Van',
'vin': None,
'year': 2020}
2026-03-28 13:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120840434%27 HTTP/1.1" 200 None
2026-03-28 13:05:21 [astonbarclay.gb] INFO: Saving data for 120840434: {'auction_closing_time': 1774947600.0, 'created_time': 1774605811.74591, 'last_price_update_time': 1774703121.516599}
2026-03-28 13:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120840434') HTTP/1.1" 204 0
2026-03-28 13:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120598413?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120598413, 'registration': 'YR71VFA', 'account': 'TRA016', 'make': 'VOLKSWAGEN', 'model': 'CRAFTER CR35 LWB DIESEL FWD', 'derivative': '2.0 TDI 140PS Startline Chassis cab', 'mileage': 107542, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 110, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-10-21', 'fuel': 'Diesel', 'motExpiry': '2027-01-30', 'doors': None, 'engineSize': 1968, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/YR71VFA/2026-03-25/image/6b62e8cb-02ec-419c-8148-41d4d0683457_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/09c9fd4c-abd2-45c1-b3d6-bf79ae830741_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/99507721-7624-40e6-a2a1-6b3ff67509e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/3fd32072-afb6-4c06-96fd-7466c68ccd90_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/6697f613-290d-4d2d-b943-a9b3d6940ff2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/0bf88af3-bade-413d-a24c-91cdc5d6b4e5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 05/22 10K 09/22 16K 01/23 27K 10/23 51K 02/24 62K 06/24 76K 06/25 90K', 'remarks': 'VOSA STATES 79K 105K - SPARE KEY new engine by Volkswagen under warranty on 11/03/2025 @ 79,000 Miles, inclusive of the cambelt', 'virtual': False, 'seller': 'Company Direct', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 267, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e10a24b7-5cf9-428b-803f-7f0c97e1b8c1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120598413, 'registration': 'YR71VFA', 'account': 'TRA016', 'make': 'VOLKSWAGEN', 'model': 'CRAFTER CR35 LWB DIESEL FWD', 'derivative': '2.0 TDI 140PS Startline Chassis cab', 'mileage': 107542, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 110, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-10-21', 'fuel': 'Diesel', 'motExpiry': '2027-01-30', 'doors': None, 'engineSize': 1968, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/YR71VFA/2026-03-25/image/6b62e8cb-02ec-419c-8148-41d4d0683457_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/09c9fd4c-abd2-45c1-b3d6-bf79ae830741_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/99507721-7624-40e6-a2a1-6b3ff67509e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/3fd32072-afb6-4c06-96fd-7466c68ccd90_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/6697f613-290d-4d2d-b943-a9b3d6940ff2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/0bf88af3-bade-413d-a24c-91cdc5d6b4e5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 05/22 10K 09/22 16K 01/23 27K 10/23 51K 02/24 62K 06/24 76K 06/25 90K', 'remarks': 'VOSA STATES 79K 105K - SPARE KEY new engine by Volkswagen under warranty on 11/03/2025 @ 79,000 Miles, inclusive of the cambelt', 'virtual': False, 'seller': 'Company Direct', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 267, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e10a24b7-5cf9-428b-803f-7f0c97e1b8c1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with identifier: 120598413
2026-03-28 13:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with scrape type 2
2026-03-28 13:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with scrape type 2
2026-03-28 13:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1001ed27-947e-5e23-aad5-4b7ff736c2b5, identifier: 120598413
2026-03-28 13:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with identifier: 120598413
2026-03-28 13:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with identifier: 120598413
2026-03-28 13:05:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with identifier: 120598413 to the API
2026-03-28 13:05:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120598413?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 267,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '1001ed27-947e-5e23-aad5-4b7ff736c2b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR71VFA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120598413',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'CRAFTER CR35 LWB DIESEL FWD',
'odometer': 107542,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seller_name': 'Company Direct',
'title': 'VOLKSWAGEN CRAFTER CR35 LWB DIESEL FWD 2.0 TDI 140PS Startline '
'Chassis cab',
'transmission': 'manual',
'trim': '2.0 TDI 140PS Startline Chassis cab',
'vin': None,
'year': 2021}
2026-03-28 13:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120598413%27 HTTP/1.1" 200 None
2026-03-28 13:05:22 [astonbarclay.gb] INFO: Saving data for 120598413: {'auction_closing_time': 1774947600.0, 'created_time': 1774379277.053424, 'last_price_update_time': 1774703122.022663}
2026-03-28 13:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120598413') HTTP/1.1" 204 0
2026-03-28 13:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120643521?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120643521, 'registration': 'FX19YTT', 'account': 'REA001', 'make': 'HYUNDAI', 'model': 'I800 DIESEL ESTATE', 'derivative': '2.5 CRDi SE Nav 5dr', 'mileage': 77616, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 124, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-30', 'fuel': 'Diesel', 'motExpiry': '2025-08-10', 'doors': 5, 'engineSize': 2497, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FX19YTT/2026-03-25/image/735f9ef9-01a9-4707-857d-ebc90069ce1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/48c5fadd-418d-4cf1-b678-905594283f3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/7d4f2f6d-b673-4c5c-90c3-f0ab38bd96e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/7d79e1d5-5195-4294-b74c-23263d986749_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/24b18494-3497-459f-b332-f7bbf8e5c778_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/a7db675c-65b2-4ea3-acbf-f5272865ca08_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/f6f36959-5938-4479-a068-fcf2ea3ac108_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/25e1f1eb-addb-4c5e-85b5-393b5755f6f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/e80f73ba-b525-46d2-bb8c-ed899688e492_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/21 34K 11/22 53K 09/23 63K 08/24 73K', 'remarks': 'SPARE KEY VOSA STATES 49K 62K 73K 77K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/999ee41a-3844-4fd4-a934-8aae35665f76.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:05:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120643521, 'registration': 'FX19YTT', 'account': 'REA001', 'make': 'HYUNDAI', 'model': 'I800 DIESEL ESTATE', 'derivative': '2.5 CRDi SE Nav 5dr', 'mileage': 77616, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 124, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-30', 'fuel': 'Diesel', 'motExpiry': '2025-08-10', 'doors': 5, 'engineSize': 2497, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FX19YTT/2026-03-25/image/735f9ef9-01a9-4707-857d-ebc90069ce1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/48c5fadd-418d-4cf1-b678-905594283f3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/7d4f2f6d-b673-4c5c-90c3-f0ab38bd96e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/7d79e1d5-5195-4294-b74c-23263d986749_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/24b18494-3497-459f-b332-f7bbf8e5c778_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/a7db675c-65b2-4ea3-acbf-f5272865ca08_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/f6f36959-5938-4479-a068-fcf2ea3ac108_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/25e1f1eb-addb-4c5e-85b5-393b5755f6f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/e80f73ba-b525-46d2-bb8c-ed899688e492_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/21 34K 11/22 53K 09/23 63K 08/24 73K', 'remarks': 'SPARE KEY VOSA STATES 49K 62K 73K 77K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/999ee41a-3844-4fd4-a934-8aae35665f76.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with identifier: 120643521
2026-03-28 13:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with scrape type 2
2026-03-28 13:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with scrape type 2
2026-03-28 13:05:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd, identifier: 120643521
2026-03-28 13:05:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with identifier: 120643521
2026-03-28 13:05:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with identifier: 120643521
2026-03-28 13:05:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with identifier: 120643521 to the API
2026-03-28 13:05:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120643521?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 222,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX19YTT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120643521',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'I800 DIESEL ESTATE',
'odometer': 77616,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-30',
'seller_name': 'Ready Rent A Car',
'title': 'HYUNDAI I800 DIESEL ESTATE 2.5 CRDi SE Nav 5dr',
'transmission': 'manual',
'trim': '2.5 CRDi SE Nav 5dr',
'vin': None,
'year': 2019}
2026-03-28 13:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120643521%27 HTTP/1.1" 200 None
2026-03-28 13:05:22 [astonbarclay.gb] INFO: Saving data for 120643521: {'auction_closing_time': 1774947600.0, 'created_time': 1774379415.548034, 'last_price_update_time': 1774703122.937976}
2026-03-28 13:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120643521') HTTP/1.1" 204 0
2026-03-28 13:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120654469?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120654469, 'registration': 'FE22OYK', 'account': 'OGI002', 'make': 'VAUXHALL', 'model': 'COMBO CARGO L1 DIESEL', 'derivative': '2300 1.5 Turbo D 130ps H1 Dynamic Van Auto', 'mileage': 82553, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 80, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FE22OYK/2026-03-25/image/09d9247d-ad27-4ae9-bcdf-55dbab92de90_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/4ac66399-440e-4b1e-a1f3-bd8dc0ad6b76_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/ad3cf534-74ef-4ce5-aae0-a3ecca964058_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/82518804-ab76-4364-b69f-a4301d8c4b03_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/3c5c394b-bb55-4b55-a5f4-8b056cfa9a35_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/6004aa5d-fe1a-4647-b1b1-2a4fc33f42ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/c720d832-9340-4dbd-813c-4a31e3b7890d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 67K', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28a88a96-0356-4f01-ac3e-7e97607aef8a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120654469, 'registration': 'FE22OYK', 'account': 'OGI002', 'make': 'VAUXHALL', 'model': 'COMBO CARGO L1 DIESEL', 'derivative': '2300 1.5 Turbo D 130ps H1 Dynamic Van Auto', 'mileage': 82553, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 80, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FE22OYK/2026-03-25/image/09d9247d-ad27-4ae9-bcdf-55dbab92de90_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/4ac66399-440e-4b1e-a1f3-bd8dc0ad6b76_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/ad3cf534-74ef-4ce5-aae0-a3ecca964058_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/82518804-ab76-4364-b69f-a4301d8c4b03_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/3c5c394b-bb55-4b55-a5f4-8b056cfa9a35_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/6004aa5d-fe1a-4647-b1b1-2a4fc33f42ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/c720d832-9340-4dbd-813c-4a31e3b7890d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 67K', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28a88a96-0356-4f01-ac3e-7e97607aef8a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 754b5f34-55a3-519c-8d5b-a9ad0782b346 with identifier: 120654469
2026-03-28 13:05:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 754b5f34-55a3-519c-8d5b-a9ad0782b346 with scrape type 2
2026-03-28 13:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 754b5f34-55a3-519c-8d5b-a9ad0782b346 with scrape type 2
2026-03-28 13:05:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 754b5f34-55a3-519c-8d5b-a9ad0782b346, identifier: 120654469
2026-03-28 13:05:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 754b5f34-55a3-519c-8d5b-a9ad0782b346 with identifier: 120654469
2026-03-28 13:05:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 754b5f34-55a3-519c-8d5b-a9ad0782b346 with identifier: 120654469
2026-03-28 13:05:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 754b5f34-55a3-519c-8d5b-a9ad0782b346 with identifier: 120654469 to the API
2026-03-28 13:05:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120654469?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '754b5f34-55a3-519c-8d5b-a9ad0782b346',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE22OYK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120654469',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1 DIESEL',
'odometer': 82553,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-31',
'seller_name': 'Ogilvie Fleet',
'title': 'VAUXHALL COMBO CARGO L1 DIESEL 2300 1.5 Turbo D 130ps H1 Dynamic '
'Van Auto',
'transmission': 'automatic',
'trim': '2300 1.5 Turbo D 130ps H1 Dynamic Van Auto',
'vin': None,
'year': 2022}
2026-03-28 13:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120654469%27 HTTP/1.1" 200 None
2026-03-28 13:05:24 [astonbarclay.gb] INFO: Saving data for 120654469: {'auction_closing_time': 1774947600.0, 'created_time': 1774379275.731356, 'last_price_update_time': 1774703124.489829}
2026-03-28 13:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654469') HTTP/1.1" 204 0
2026-03-28 13:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120838572?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120838572, 'registration': 'PN65YVY', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'X-TRAIL DIESEL STATION WAGON', 'derivative': '1.6 dCi N-Tec 5dr [7 Seat]', 'mileage': 97192, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 32, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-05', 'fuel': 'Diesel', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/PN65YVY/2026-03-27/image/e4f12cb3-6418-475e-925d-cb26975c6391_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/9add934e-e4f6-4927-a720-94bc7f27ad24_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/f3edd42c-7679-4d18-a415-3091f21cb358_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/9de5ecc6-a2e4-4337-b220-0d5e03db6f09_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/9704f5f8-8c64-4d20-abdb-b5faf7edc202_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/99fd4e5b-b4cd-4011-ad3d-27bc52ab5346_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/67a51d0c-e45a-468b-8152-8f93e359abf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/4c89661b-1013-4af1-994e-441b2a0aee54_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/a123551c-e21d-4f3e-91da-d441b10f8c8a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 28K 41K 49K 51K 61K 69K 79K 89K 96K, NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/74809cb6-6dc8-4489-88d7-cd3a468088a9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120838572, 'registration': 'PN65YVY', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'X-TRAIL DIESEL STATION WAGON', 'derivative': '1.6 dCi N-Tec 5dr [7 Seat]', 'mileage': 97192, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 32, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-05', 'fuel': 'Diesel', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/PN65YVY/2026-03-27/image/e4f12cb3-6418-475e-925d-cb26975c6391_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/9add934e-e4f6-4927-a720-94bc7f27ad24_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/f3edd42c-7679-4d18-a415-3091f21cb358_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/9de5ecc6-a2e4-4337-b220-0d5e03db6f09_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/9704f5f8-8c64-4d20-abdb-b5faf7edc202_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/99fd4e5b-b4cd-4011-ad3d-27bc52ab5346_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/67a51d0c-e45a-468b-8152-8f93e359abf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/4c89661b-1013-4af1-994e-441b2a0aee54_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN65YVY/2026-03-27/image/a123551c-e21d-4f3e-91da-d441b10f8c8a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 28K 41K 49K 51K 61K 69K 79K 89K 96K, NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/74809cb6-6dc8-4489-88d7-cd3a468088a9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 836c0b47-284c-50dc-8dd8-b728c829c4f3 with identifier: 120838572
2026-03-28 13:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 836c0b47-284c-50dc-8dd8-b728c829c4f3 with scrape type 2
2026-03-28 13:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 836c0b47-284c-50dc-8dd8-b728c829c4f3 with scrape type 2
2026-03-28 13:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 836c0b47-284c-50dc-8dd8-b728c829c4f3, identifier: 120838572
2026-03-28 13:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 836c0b47-284c-50dc-8dd8-b728c829c4f3 with identifier: 120838572
2026-03-28 13:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 836c0b47-284c-50dc-8dd8-b728c829c4f3 with identifier: 120838572
2026-03-28 13:05:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 836c0b47-284c-50dc-8dd8-b728c829c4f3 with identifier: 120838572 to the API
2026-03-28 13:05:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120838572?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '836c0b47-284c-50dc-8dd8-b728c829c4f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PN65YVY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120838572',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'X-TRAIL DIESEL STATION WAGON',
'odometer': 97192,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-05',
'seller_name': 'MotoNovo Finance',
'title': 'NISSAN X-TRAIL DIESEL STATION WAGON 1.6 dCi N-Tec 5dr [7 Seat]',
'transmission': 'manual',
'trim': '1.6 dCi N-Tec 5dr [7 Seat]',
'vin': None,
'year': 2015}
2026-03-28 13:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838572%27 HTTP/1.1" 200 None
2026-03-28 13:05:26 [astonbarclay.gb] INFO: Saving data for 120838572: {'auction_closing_time': 1774947600.0, 'created_time': 1774605813.953708, 'last_price_update_time': 1774703126.633}
2026-03-28 13:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120838572') HTTP/1.1" 204 0
2026-03-28 13:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120600680?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120600680, 'registration': 'HJ70SDY', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 280 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 105ps Low Roof Leader Van', 'mileage': 93026, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 97, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/98a74d48-5e31-463c-a49c-f8d7afd5a11d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/19c71790-0b13-44a3-b46b-9c610768af09_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/d5f4033b-36a3-4bc4-9ebf-85b05860300c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/88ba32ab-8b22-4c8a-8ece-770e89e1250c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/b6826832-5526-48cb-b591-c7d4a1be124d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/fef21aba-0f40-4f4c-8ded-7cfb108d64d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/23989061-7b75-4d96-9fd3-c26d84f39a0d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 55K 71K 84K', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 161, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d91f9748-35c8-4571-b0ab-b3cf2de9630f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120600680, 'registration': 'HJ70SDY', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 280 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 105ps Low Roof Leader Van', 'mileage': 93026, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 97, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/98a74d48-5e31-463c-a49c-f8d7afd5a11d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/19c71790-0b13-44a3-b46b-9c610768af09_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/d5f4033b-36a3-4bc4-9ebf-85b05860300c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/88ba32ab-8b22-4c8a-8ece-770e89e1250c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/b6826832-5526-48cb-b591-c7d4a1be124d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/fef21aba-0f40-4f4c-8ded-7cfb108d64d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/23989061-7b75-4d96-9fd3-c26d84f39a0d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 55K 71K 84K', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 161, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d91f9748-35c8-4571-b0ab-b3cf2de9630f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30521e7a-5989-5d43-974e-7c9b31d69cec with identifier: 120600680
2026-03-28 13:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30521e7a-5989-5d43-974e-7c9b31d69cec with scrape type 2
2026-03-28 13:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30521e7a-5989-5d43-974e-7c9b31d69cec with scrape type 2
2026-03-28 13:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 30521e7a-5989-5d43-974e-7c9b31d69cec, identifier: 120600680
2026-03-28 13:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 30521e7a-5989-5d43-974e-7c9b31d69cec with identifier: 120600680
2026-03-28 13:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 30521e7a-5989-5d43-974e-7c9b31d69cec with identifier: 120600680
2026-03-28 13:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 30521e7a-5989-5d43-974e-7c9b31d69cec with identifier: 120600680 to the API
2026-03-28 13:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120600680?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 161,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '30521e7a-5989-5d43-974e-7c9b31d69cec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ70SDY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120600680',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT CUSTOM 280 L1 DIESEL FWD',
'odometer': 93026,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-30',
'seller_name': 'SIXT Van & Truck',
'title': 'FORD TRANSIT CUSTOM 280 L1 DIESEL FWD 2.0 EcoBlue 105ps Low Roof '
'Leader Van',
'transmission': 'manual',
'trim': '2.0 EcoBlue 105ps Low Roof Leader Van',
'vin': None,
'year': 2020}
2026-03-28 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:27 [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-28 13:05:27 [astonbarclay.gb] INFO: Saving data for 120600680: {'auction_closing_time': 1774947600.0, 'created_time': 1774271277.72783, 'last_price_update_time': 1774703127.204897}
2026-03-28 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120600680') HTTP/1.1" 204 0
2026-03-28 13:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120838596?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120838596, 'registration': 'OY66PXO', 'account': 'MOT075', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '320i M Sport 4dr', 'mileage': 82453, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 31, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-22', 'fuel': 'Petrol', 'motExpiry': '2027-02-25', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/OY66PXO/2026-03-27/image/6e58f695-08ca-4806-b2c2-77d4a7193fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/996383fa-19dd-4fad-a424-b79367381957_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/2237d508-4b4f-4056-b2e3-f63eb37fb360_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/deacb387-6f2f-48b3-8a36-a7729deb2f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/e21ce6ef-8848-4587-b58f-ef0bf717963b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/e7e7075d-c470-4852-a27f-76f7b0f7a65c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/89776794-5cac-44aa-b2cc-a1e2a8d51a26_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/6b79291b-353a-46a0-a4c6-349764822836_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/18-21K, 09/19-28K, 11/20-36K, 10/21-41K', 'remarks': 'VOSA STATES 28K 35K 40K 45K 61K 73K 81K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cef57c2e-166e-4c70-a144-341ffba94db7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120838596, 'registration': 'OY66PXO', 'account': 'MOT075', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '320i M Sport 4dr', 'mileage': 82453, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 31, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-22', 'fuel': 'Petrol', 'motExpiry': '2027-02-25', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/OY66PXO/2026-03-27/image/6e58f695-08ca-4806-b2c2-77d4a7193fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/996383fa-19dd-4fad-a424-b79367381957_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/2237d508-4b4f-4056-b2e3-f63eb37fb360_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/deacb387-6f2f-48b3-8a36-a7729deb2f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/e21ce6ef-8848-4587-b58f-ef0bf717963b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/e7e7075d-c470-4852-a27f-76f7b0f7a65c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/89776794-5cac-44aa-b2cc-a1e2a8d51a26_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY66PXO/2026-03-27/image/6b79291b-353a-46a0-a4c6-349764822836_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/18-21K, 09/19-28K, 11/20-36K, 10/21-41K', 'remarks': 'VOSA STATES 28K 35K 40K 45K 61K 73K 81K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cef57c2e-166e-4c70-a144-341ffba94db7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a5430e-99e7-5c59-90ca-ab52c0158bfc with identifier: 120838596
2026-03-28 13:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a5430e-99e7-5c59-90ca-ab52c0158bfc with scrape type 2
2026-03-28 13:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a5430e-99e7-5c59-90ca-ab52c0158bfc with scrape type 2
2026-03-28 13:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 80a5430e-99e7-5c59-90ca-ab52c0158bfc, identifier: 120838596
2026-03-28 13:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 80a5430e-99e7-5c59-90ca-ab52c0158bfc with identifier: 120838596
2026-03-28 13:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 80a5430e-99e7-5c59-90ca-ab52c0158bfc with identifier: 120838596
2026-03-28 13:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 80a5430e-99e7-5c59-90ca-ab52c0158bfc with identifier: 120838596 to the API
2026-03-28 13:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120838596?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Petrol',
'id': '80a5430e-99e7-5c59-90ca-ab52c0158bfc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY66PXO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120838596',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 82453,
'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': 'MotoNovo Finance',
'title': 'BMW 3 SERIES SALOON 320i M Sport 4dr',
'transmission': 'manual',
'trim': '320i M Sport 4dr',
'vin': None,
'year': 2016}
2026-03-28 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120838596%27 HTTP/1.1" 200 None
2026-03-28 13:05:27 [astonbarclay.gb] INFO: Saving data for 120838596: {'auction_closing_time': 1774947600.0, 'created_time': 1774605815.598732, 'last_price_update_time': 1774703127.989498}
2026-03-28 13:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120838596') HTTP/1.1" 204 0
2026-03-28 13:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120839298?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120839298, 'registration': 'DK68KLS', 'account': 'MOT075', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '1.5 TDCi Titanium 5dr 2WD', 'mileage': 99733, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 33, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-01-27', 'fuel': 'Diesel', 'motExpiry': '2027-02-07', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DK68KLS/2026-03-27/image/f1f971fe-98dd-43cb-a1c8-d89281f42bca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/7c923431-e565-4ce0-923c-66132bbc129c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/ecf84129-b01a-46e0-9fbf-8d3bcbb0bbc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/b715369f-5214-4acb-bbe2-f641c1e30f94_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/6019ca55-8f16-40be-b733-6776684ab572_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/1f06df2f-8281-40ec-b16b-d7607867b6f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/77c995ca-bc83-46e6-8722-a3b718acacae_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/64af3641-07e5-49e9-8883-2777fe66899c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 21K 37K 56K 77K 97K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2279a7e-baf6-4280-8368-bb30b5e24ee2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120839298, 'registration': 'DK68KLS', 'account': 'MOT075', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '1.5 TDCi Titanium 5dr 2WD', 'mileage': 99733, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 33, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-01-27', 'fuel': 'Diesel', 'motExpiry': '2027-02-07', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DK68KLS/2026-03-27/image/f1f971fe-98dd-43cb-a1c8-d89281f42bca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/7c923431-e565-4ce0-923c-66132bbc129c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/ecf84129-b01a-46e0-9fbf-8d3bcbb0bbc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/b715369f-5214-4acb-bbe2-f641c1e30f94_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/6019ca55-8f16-40be-b733-6776684ab572_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/1f06df2f-8281-40ec-b16b-d7607867b6f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/77c995ca-bc83-46e6-8722-a3b718acacae_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK68KLS/2026-03-27/image/64af3641-07e5-49e9-8883-2777fe66899c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 21K 37K 56K 77K 97K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2279a7e-baf6-4280-8368-bb30b5e24ee2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2f9424e-1eeb-59a4-868a-40f499d6af57 with identifier: 120839298
2026-03-28 13:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2f9424e-1eeb-59a4-868a-40f499d6af57 with scrape type 2
2026-03-28 13:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2f9424e-1eeb-59a4-868a-40f499d6af57 with scrape type 2
2026-03-28 13:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e2f9424e-1eeb-59a4-868a-40f499d6af57, identifier: 120839298
2026-03-28 13:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e2f9424e-1eeb-59a4-868a-40f499d6af57 with identifier: 120839298
2026-03-28 13:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e2f9424e-1eeb-59a4-868a-40f499d6af57 with identifier: 120839298
2026-03-28 13:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e2f9424e-1eeb-59a4-868a-40f499d6af57 with identifier: 120839298 to the API
2026-03-28 13:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120839298?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'e2f9424e-1eeb-59a4-868a-40f499d6af57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DK68KLS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120839298',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 99733,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-27',
'seller_name': 'MotoNovo Finance',
'title': 'FORD KUGA DIESEL ESTATE 1.5 TDCi Titanium 5dr 2WD',
'transmission': 'manual',
'trim': '1.5 TDCi Titanium 5dr 2WD',
'vin': None,
'year': 2019}
2026-03-28 13:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120839298%27 HTTP/1.1" 200 None
2026-03-28 13:05:30 [astonbarclay.gb] INFO: Saving data for 120839298: {'auction_closing_time': 1774947600.0, 'created_time': 1774605724.160423, 'last_price_update_time': 1774703130.762286}
2026-03-28 13:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120839298') HTTP/1.1" 204 0
2026-03-28 13:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120838928?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120838928, 'registration': 'YE65WAA', 'account': 'MOT075', 'make': 'SEAT', 'model': 'LEON HATCHBACK', 'derivative': '2.0 TSI Cupra 280 5dr', 'mileage': 98376, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 30, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE65WAA/2026-03-27/image/a83e17ba-af84-4e94-9884-e35d583d3c6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/abe2bf56-14de-40ac-b16e-13bfd4d8883b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/dddb390c-4264-4dec-9036-822fb7a686da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/edca99f8-cdc7-4a64-a4d0-f9b1295c28cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/36b05d30-47b8-48f5-9bb9-3bdc30754498_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/04594f61-f239-4db6-81d9-ca7a13a7b023_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/bf7968bc-390f-4c27-aa87-e84569249653_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/6b2dd511-f63b-4504-8e00-0e0da7031d52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/a149d3cd-7710-4237-a99e-8545ed7c6ea3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 35K 47K 56K 65K 71K 80K 87K 95K , NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2cb52bae-d98d-4aac-a8ff-d5e981ef0b23.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120838928, 'registration': 'YE65WAA', 'account': 'MOT075', 'make': 'SEAT', 'model': 'LEON HATCHBACK', 'derivative': '2.0 TSI Cupra 280 5dr', 'mileage': 98376, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 30, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-23', 'fuel': 'Petrol', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': 1984, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE65WAA/2026-03-27/image/a83e17ba-af84-4e94-9884-e35d583d3c6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/abe2bf56-14de-40ac-b16e-13bfd4d8883b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/dddb390c-4264-4dec-9036-822fb7a686da_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/edca99f8-cdc7-4a64-a4d0-f9b1295c28cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/36b05d30-47b8-48f5-9bb9-3bdc30754498_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/04594f61-f239-4db6-81d9-ca7a13a7b023_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/bf7968bc-390f-4c27-aa87-e84569249653_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/6b2dd511-f63b-4504-8e00-0e0da7031d52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65WAA/2026-03-27/image/a149d3cd-7710-4237-a99e-8545ed7c6ea3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 35K 47K 56K 65K 71K 80K 87K 95K , NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2cb52bae-d98d-4aac-a8ff-d5e981ef0b23.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 495282c7-4de4-5502-830a-003f10725b37 with identifier: 120838928
2026-03-28 13:05:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 495282c7-4de4-5502-830a-003f10725b37 with scrape type 2
2026-03-28 13:05:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 495282c7-4de4-5502-830a-003f10725b37 with scrape type 2
2026-03-28 13:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 495282c7-4de4-5502-830a-003f10725b37, identifier: 120838928
2026-03-28 13:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 495282c7-4de4-5502-830a-003f10725b37 with identifier: 120838928
2026-03-28 13:05:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 495282c7-4de4-5502-830a-003f10725b37 with identifier: 120838928
2026-03-28 13:05:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 495282c7-4de4-5502-830a-003f10725b37 with identifier: 120838928 to the API
2026-03-28 13:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120838928?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-31T09:00:00Z',
'fuel_type': 'Petrol',
'id': '495282c7-4de4-5502-830a-003f10725b37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE65WAA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120838928',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SEAT',
'model': 'LEON HATCHBACK',
'odometer': 98376,
'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': 'MotoNovo Finance',
'title': 'SEAT LEON HATCHBACK 2.0 TSI Cupra 280 5dr',
'transmission': 'manual',
'trim': '2.0 TSI Cupra 280 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120838928%27 HTTP/1.1" 200 None
2026-03-28 13:05:31 [astonbarclay.gb] INFO: Saving data for 120838928: {'auction_closing_time': 1774947600.0, 'created_time': 1774605733.757486, 'last_price_update_time': 1774703131.617361}
2026-03-28 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120838928') HTTP/1.1" 204 0
2026-03-28 13:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686836?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686836, 'registration': 'NX71UFJ', 'account': '442001', 'make': 'AUDI', 'model': 'A5 DIESEL SPORTBACK', 'derivative': '40 TDI 204 Quattro S Line 5dr S Tronic', 'mileage': 99791, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 90, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/fe6ee2fa-de54-4980-84f5-a3f908ba25a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/ab0a362e-3da2-4490-bc2b-1c9302542a43_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/36f2d193-3ca1-48da-a932-18ed27f9529f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/d61f18ef-1162-4540-ac9e-64e51fa72fa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/a3e9c8e0-9f5e-4f0b-b1a5-38ae8b918ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/47762559-6535-4801-8693-f0914e73f87f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/bb9d2887-f431-459e-a470-a67dcb05e616_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/b1b95b3b-ee20-4512-b704-427dcc147b40_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/22 16K 01/23 25K 12/23 35K 12/23 47K 03/25 80K', 'remarks': 'VOSA STATES 63K 91K SPARE KEY', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ade5620-edf7-4cd0-ba73-1acc09348e40.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:05:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686836, 'registration': 'NX71UFJ', 'account': '442001', 'make': 'AUDI', 'model': 'A5 DIESEL SPORTBACK', 'derivative': '40 TDI 204 Quattro S Line 5dr S Tronic', 'mileage': 99791, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 90, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/fe6ee2fa-de54-4980-84f5-a3f908ba25a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/ab0a362e-3da2-4490-bc2b-1c9302542a43_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/36f2d193-3ca1-48da-a932-18ed27f9529f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/d61f18ef-1162-4540-ac9e-64e51fa72fa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/a3e9c8e0-9f5e-4f0b-b1a5-38ae8b918ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/47762559-6535-4801-8693-f0914e73f87f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/bb9d2887-f431-459e-a470-a67dcb05e616_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/b1b95b3b-ee20-4512-b704-427dcc147b40_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/22 16K 01/23 25K 12/23 35K 12/23 47K 03/25 80K', 'remarks': 'VOSA STATES 63K 91K SPARE KEY', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ade5620-edf7-4cd0-ba73-1acc09348e40.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-28 13:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with identifier: 120686836
2026-03-28 13:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with scrape type 2
2026-03-28 13:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with scrape type 2
2026-03-28 13:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da2f12f3-36f3-52eb-9930-c6f1cb6972a2, identifier: 120686836
2026-03-28 13:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with identifier: 120686836
2026-03-28 13:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with identifier: 120686836
2026-03-28 13:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with identifier: 120686836 to the API
2026-03-28 13:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686836?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'da2f12f3-36f3-52eb-9930-c6f1cb6972a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NX71UFJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686836',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'A5 DIESEL SPORTBACK',
'odometer': 99791,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-02',
'seller_name': 'Part of United Rental Group',
'title': 'AUDI A5 DIESEL SPORTBACK 40 TDI 204 Quattro S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '40 TDI 204 Quattro S Line 5dr S Tronic',
'vin': None,
'year': 2021}
2026-03-28 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:32 [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-28 13:05:32 [astonbarclay.gb] INFO: Saving data for 120686836: {'auction_closing_time': 1774947600.0, 'created_time': 1774271250.913392, 'last_price_update_time': 1774703132.857143}
2026-03-28 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686836') HTTP/1.1" 204 0
2026-03-28 13:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693503?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693503, 'registration': 'BF14HWG', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL COUPE', 'derivative': 'C250 CDI AMG Sport Edition 2dr Auto [Premium Plus]', 'mileage': 148242, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 20, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-03-30', 'doors': 2, 'engineSize': 2143, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/BF14HWG/2026-03-24/image/dc2b8351-f191-4689-83bf-bcc03ae053ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/7cda52aa-a8c2-47d1-b791-e7b0081abcb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/916bf2ae-2d76-43e4-a494-3e5bc93a6178_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/f406e85f-b7cc-4e15-a0c3-b1f062c3f4b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/535864e0-21e8-49f5-bcd6-1a3b9039190a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/c489ec92-dd72-4e0b-a5d4-40dd0f97766a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/29f87a6d-2cbe-4ca4-a8f0-6aef298ac4f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/697a55d5-3279-4d1a-809d-d89330cb6b22_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/15 8K 11/19 75K 01/23 89K 12/25 143K', 'remarks': 'SPARE KEY NUMBER OF FORMER KEEPERS UNKNWON, VOSA STATES 29K 53K 67K 77K 78K 78K 82K 88K 89K 109K 129K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4e84111-7079-41b5-b699-5b08b26b5bbf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693503, 'registration': 'BF14HWG', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL COUPE', 'derivative': 'C250 CDI AMG Sport Edition 2dr Auto [Premium Plus]', 'mileage': 148242, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 20, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-03-30', 'doors': 2, 'engineSize': 2143, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/BF14HWG/2026-03-24/image/dc2b8351-f191-4689-83bf-bcc03ae053ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/7cda52aa-a8c2-47d1-b791-e7b0081abcb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/916bf2ae-2d76-43e4-a494-3e5bc93a6178_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/f406e85f-b7cc-4e15-a0c3-b1f062c3f4b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/535864e0-21e8-49f5-bcd6-1a3b9039190a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/c489ec92-dd72-4e0b-a5d4-40dd0f97766a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/29f87a6d-2cbe-4ca4-a8f0-6aef298ac4f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/697a55d5-3279-4d1a-809d-d89330cb6b22_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/15 8K 11/19 75K 01/23 89K 12/25 143K', 'remarks': 'SPARE KEY NUMBER OF FORMER KEEPERS UNKNWON, VOSA STATES 29K 53K 67K 77K 78K 78K 82K 88K 89K 109K 129K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4e84111-7079-41b5-b699-5b08b26b5bbf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da0b04a1-73ba-57b5-a483-e9d6be4a1409 with identifier: 120693503
2026-03-28 13:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da0b04a1-73ba-57b5-a483-e9d6be4a1409 with scrape type 2
2026-03-28 13:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da0b04a1-73ba-57b5-a483-e9d6be4a1409 with scrape type 2
2026-03-28 13:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da0b04a1-73ba-57b5-a483-e9d6be4a1409, identifier: 120693503
2026-03-28 13:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da0b04a1-73ba-57b5-a483-e9d6be4a1409 with identifier: 120693503
2026-03-28 13:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da0b04a1-73ba-57b5-a483-e9d6be4a1409 with identifier: 120693503
2026-03-28 13:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da0b04a1-73ba-57b5-a483-e9d6be4a1409 with identifier: 120693503 to the API
2026-03-28 13:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693503?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'da0b04a1-73ba-57b5-a483-e9d6be4a1409',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF14HWG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693503',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL COUPE',
'odometer': 148242,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-12',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ C CLASS DIESEL COUPE C250 CDI AMG Sport Edition 2dr '
'Auto [Premium Plus]',
'transmission': 'automatic',
'trim': 'C250 CDI AMG Sport Edition 2dr Auto [Premium Plus]',
'vin': None,
'year': 2014}
2026-03-28 13:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:34 [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-28 13:05:34 [astonbarclay.gb] INFO: Saving data for 120693503: {'auction_closing_time': 1774947600.0, 'created_time': 1774292603.428021, 'last_price_update_time': 1774703134.920906}
2026-03-28 13:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693503') HTTP/1.1" 204 0
2026-03-28 13:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120598564?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120598564, 'registration': 'FY70KXV', 'account': 'TOY101', 'make': 'TOYOTA', 'model': 'PROACE LONG DIESEL', 'derivative': '2.0D 120 Active Van', 'mileage': 77975, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 126, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-10-07', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FY70KXV/2026-03-24/image/52b4f66d-0f06-4e90-b4b2-055ec73c2c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/6b096a0a-2051-4e67-b5d4-b0e159faafc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/9ece0098-b2f6-4584-bbb4-3cf6f48df989_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/b9a66fc6-15a2-4ace-9ba6-49e8812d9bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/db8bbb2f-9755-4c45-98c4-b7ea03a4559e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/4fddb034-7314-41a9-9b23-ed36fd1258f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/6b35c575-075b-4ffc-8bb2-7b29effa67f3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 09/22 15K 09/23 40K 11/24 64K', 'remarks': 'SPARE KEY V5 SCAN ONLY - VOSA STATES 40K 64K 73K', 'virtual': False, 'seller': 'Toyota Material Handling', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7dab950b-f88d-40bd-9c21-3f8414f1738a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120598564, 'registration': 'FY70KXV', 'account': 'TOY101', 'make': 'TOYOTA', 'model': 'PROACE LONG DIESEL', 'derivative': '2.0D 120 Active Van', 'mileage': 77975, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 126, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-10-07', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FY70KXV/2026-03-24/image/52b4f66d-0f06-4e90-b4b2-055ec73c2c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/6b096a0a-2051-4e67-b5d4-b0e159faafc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/9ece0098-b2f6-4584-bbb4-3cf6f48df989_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/b9a66fc6-15a2-4ace-9ba6-49e8812d9bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/db8bbb2f-9755-4c45-98c4-b7ea03a4559e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/4fddb034-7314-41a9-9b23-ed36fd1258f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/6b35c575-075b-4ffc-8bb2-7b29effa67f3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 09/22 15K 09/23 40K 11/24 64K', 'remarks': 'SPARE KEY V5 SCAN ONLY - VOSA STATES 40K 64K 73K', 'virtual': False, 'seller': 'Toyota Material Handling', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7dab950b-f88d-40bd-9c21-3f8414f1738a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c5784f5-6360-5f75-9664-2010e237e044 with identifier: 120598564
2026-03-28 13:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c5784f5-6360-5f75-9664-2010e237e044 with scrape type 2
2026-03-28 13:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c5784f5-6360-5f75-9664-2010e237e044 with scrape type 2
2026-03-28 13:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9c5784f5-6360-5f75-9664-2010e237e044, identifier: 120598564
2026-03-28 13:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9c5784f5-6360-5f75-9664-2010e237e044 with identifier: 120598564
2026-03-28 13:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9c5784f5-6360-5f75-9664-2010e237e044 with identifier: 120598564
2026-03-28 13:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9c5784f5-6360-5f75-9664-2010e237e044 with identifier: 120598564 to the API
2026-03-28 13:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120598564?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '9c5784f5-6360-5f75-9664-2010e237e044',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY70KXV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120598564',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TOYOTA',
'model': 'PROACE LONG DIESEL',
'odometer': 77975,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-07',
'seller_name': 'Toyota Material Handling',
'title': 'TOYOTA PROACE LONG DIESEL 2.0D 120 Active Van',
'transmission': 'manual',
'trim': '2.0D 120 Active Van',
'vin': None,
'year': 2020}
2026-03-28 13:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:37 [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-28 13:05:37 [astonbarclay.gb] INFO: Saving data for 120598564: {'auction_closing_time': 1774947600.0, 'created_time': 1774292608.718547, 'last_price_update_time': 1774703137.355603}
2026-03-28 13:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120598564') HTTP/1.1" 204 0
2026-03-28 13:05:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120443413?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120443413, 'registration': 'RX66YFJ', 'account': 'STA058', 'make': 'TOYOTA', 'model': 'PRIUS HATCHBACK', 'derivative': '1.8 VVTi Business Ed Plus 5dr CVT [15 inch alloy]', 'mileage': 161627, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-10-06', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-05-09', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/684955e0-685a-47e9-8503-740aef3d2582_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/4e29f445-5231-4e8a-b978-5e90bf9cb4f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/71250293-639b-4271-b28d-3f0b5c6debc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/3f6eb604-fc94-44ee-8d37-f139fe5ef724_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/872001f2-8049-4c60-8fca-55ee37baf90b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/06a68e5b-9a1d-41f9-ac1a-8cfe6c76c13b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/0ef7f572-727c-4ed5-ae62-23742d52044b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/f95df1f1-ed88-4701-8f77-367d2012b341_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Ex-Private Hire - VOSA STATES 92K- 118K - 136K - 144K', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 70, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7818c8a7-7fa1-42c8-aef1-1dafa8a39820.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120443413, 'registration': 'RX66YFJ', 'account': 'STA058', 'make': 'TOYOTA', 'model': 'PRIUS HATCHBACK', 'derivative': '1.8 VVTi Business Ed Plus 5dr CVT [15 inch alloy]', 'mileage': 161627, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-10-06', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-05-09', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/684955e0-685a-47e9-8503-740aef3d2582_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/4e29f445-5231-4e8a-b978-5e90bf9cb4f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/71250293-639b-4271-b28d-3f0b5c6debc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/3f6eb604-fc94-44ee-8d37-f139fe5ef724_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/872001f2-8049-4c60-8fca-55ee37baf90b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/06a68e5b-9a1d-41f9-ac1a-8cfe6c76c13b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/0ef7f572-727c-4ed5-ae62-23742d52044b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX66YFJ/2026-03-14/image/f95df1f1-ed88-4701-8f77-367d2012b341_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Ex-Private Hire - VOSA STATES 92K- 118K - 136K - 144K', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 70, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7818c8a7-7fa1-42c8-aef1-1dafa8a39820.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7e5e64d-35fb-54a0-9917-c979bd17357a with identifier: 120443413
2026-03-28 13:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7e5e64d-35fb-54a0-9917-c979bd17357a with scrape type 2
2026-03-28 13:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7e5e64d-35fb-54a0-9917-c979bd17357a with scrape type 2
2026-03-28 13:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e7e5e64d-35fb-54a0-9917-c979bd17357a, identifier: 120443413
2026-03-28 13:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e7e5e64d-35fb-54a0-9917-c979bd17357a with identifier: 120443413
2026-03-28 13:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e7e5e64d-35fb-54a0-9917-c979bd17357a with identifier: 120443413
2026-03-28 13:05:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e7e5e64d-35fb-54a0-9917-c979bd17357a with identifier: 120443413 to the API
2026-03-28 13:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120443413?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 70,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'e7e5e64d-35fb-54a0-9917-c979bd17357a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RX66YFJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120443413',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'PRIUS HATCHBACK',
'odometer': 161627,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-06',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'TOYOTA PRIUS HATCHBACK 1.8 VVTi Business Ed Plus 5dr CVT [15 inch '
'alloy]',
'transmission': 'automatic',
'trim': '1.8 VVTi Business Ed Plus 5dr CVT [15 inch alloy]',
'vin': None,
'year': 2016}
2026-03-28 13:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443413%27 HTTP/1.1" 200 None
2026-03-28 13:05:37 [astonbarclay.gb] INFO: Saving data for 120443413: {'auction_closing_time': 1774888200.0, 'created_time': 1773655392.657791, 'last_price_update_time': 1774703137.859485}
2026-03-28 13:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443413') HTTP/1.1" 204 0
2026-03-28 13:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119045432?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653276?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119045432, 'registration': 'TR04VOE', 'account': 'MOD010', 'make': 'BMW', 'model': '4 SERIES DIESEL COUPE', 'derivative': '430d M Sport 2dr Auto [Professional Media]', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-11-25', 'fuel': 'Diesel', 'motExpiry': '2026-04-01', 'doors': 2, 'engineSize': 2993, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/TR04VOE/2026-01-29/image/88c9078b-a687-4688-ab4b-5cf0de686c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/TR04VOE/2026-01-29/image/b342f79e-67e9-4037-9be6-0f1799c628b0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Autolend', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/552fc8e1-3f7d-43cc-ac88-a1186decf05a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119045432, 'registration': 'TR04VOE', 'account': 'MOD010', 'make': 'BMW', 'model': '4 SERIES DIESEL COUPE', 'derivative': '430d M Sport 2dr Auto [Professional Media]', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-11-25', 'fuel': 'Diesel', 'motExpiry': '2026-04-01', 'doors': 2, 'engineSize': 2993, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/TR04VOE/2026-01-29/image/88c9078b-a687-4688-ab4b-5cf0de686c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/TR04VOE/2026-01-29/image/b342f79e-67e9-4037-9be6-0f1799c628b0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Autolend', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/552fc8e1-3f7d-43cc-ac88-a1186decf05a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49305806-0b3d-557d-a081-ec9a2a836cde with identifier: 119045432
2026-03-28 13:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49305806-0b3d-557d-a081-ec9a2a836cde with scrape type 1
2026-03-28 13:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 2 photos for item 49305806-0b3d-557d-a081-ec9a2a836cde
2026-03-28 13:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05: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%252FTR04VOE%252F2026-01-29%252Fimage%252F88c9078b-a687-4688-ab4b-5cf0de686c0e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/TR04VOE/2026-01-29/image/88c9078b-a687-4688-ab4b-5cf0de686c0e_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05: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%252FTR04VOE%252F2026-01-29%252Fimage%252Fb342f79e-67e9-4037-9be6-0f1799c628b0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/TR04VOE/2026-01-29/image/b342f79e-67e9-4037-9be6-0f1799c628b0_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120752694?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120838706?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653276, 'registration': 'SG15ULA', 'account': 'MAN039', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 63763, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG15ULA/2026-03-23/image/ee60784c-6ccc-4656-8986-053605e3fe8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/b0c71917-71c3-4ef3-a785-3a2fd35946fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/45c9f60f-aa13-4fc8-aa3b-525a9d923f1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/ac6bfa8e-399c-4973-a22d-f79cbdfeb62b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/452ab969-a776-4682-95f7-e2b38f9c0229_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/6ce5f2b0-d97c-46b6-8694-b35256b7bc2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/d23488cf-d85a-48ea-ab0c-ca07daf09d04_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/7ec5f2c1-2890-4805-bd56-d4bf1c42c6b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/7b8d3247-d184-4c47-8974-57f209c46dd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/e6a7365f-c121-4f85-b113-13ae79c4e70c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 41K, 47K, 53K, 59K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/addfe261-f5c2-416f-991b-f9c593809d29.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653276, 'registration': 'SG15ULA', 'account': 'MAN039', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 63763, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG15ULA/2026-03-23/image/ee60784c-6ccc-4656-8986-053605e3fe8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/b0c71917-71c3-4ef3-a785-3a2fd35946fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/45c9f60f-aa13-4fc8-aa3b-525a9d923f1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/ac6bfa8e-399c-4973-a22d-f79cbdfeb62b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/452ab969-a776-4682-95f7-e2b38f9c0229_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/6ce5f2b0-d97c-46b6-8694-b35256b7bc2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/d23488cf-d85a-48ea-ab0c-ca07daf09d04_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/7ec5f2c1-2890-4805-bd56-d4bf1c42c6b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/7b8d3247-d184-4c47-8974-57f209c46dd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/e6a7365f-c121-4f85-b113-13ae79c4e70c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 41K, 47K, 53K, 59K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/addfe261-f5c2-416f-991b-f9c593809d29.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f36103a5-c35e-5de6-b243-78cc043c75aa with identifier: 120653276
2026-03-28 13:05:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36103a5-c35e-5de6-b243-78cc043c75aa with scrape type 2
2026-03-28 13:05:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f36103a5-c35e-5de6-b243-78cc043c75aa with scrape type 2
2026-03-28 13:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f36103a5-c35e-5de6-b243-78cc043c75aa, identifier: 120653276
2026-03-28 13:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f36103a5-c35e-5de6-b243-78cc043c75aa with identifier: 120653276
2026-03-28 13:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f36103a5-c35e-5de6-b243-78cc043c75aa with identifier: 120653276
2026-03-28 13:05:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f36103a5-c35e-5de6-b243-78cc043c75aa with identifier: 120653276 to the API
2026-03-28 13:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120653276?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f36103a5-c35e-5de6-b243-78cc043c75aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SG15ULA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653276',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 63763,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-20',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653276%27 HTTP/1.1" 200 None
2026-03-28 13:05:39 [astonbarclay.gb] INFO: Saving data for 120653276: {'auction_closing_time': 1774888200.0, 'created_time': 1774292825.845377, 'last_price_update_time': 1774703139.196694}
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653276') HTTP/1.1" 204 0
2026-03-28 13:05:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120752694, 'registration': 'YF64AAN', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta Premium 5dr', 'mileage': 92979, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 29, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-11-17', 'fuel': 'Diesel', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF64AAN/2026-03-27/image/ec76e27f-3a1a-4578-a93b-ad04e4c3fd76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/de0a1434-5728-48ce-84e9-c0fda4e18134_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/b6352738-ac6f-4e40-bcfd-f445fbb9c396_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/e7c1969e-04b7-418f-9d57-8c5fcc099d7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/61e1828d-6636-49e5-80b5-8bae64c1352c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/d6e971e0-2017-4c3f-98ad-42b2ff37d90a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/b974b47e-03cb-4ebc-9ea9-8f17a0f540d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/bceae086-273c-4f22-adec-dc2f1475bd08_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/19 49K', 'remarks': 'SPARE KEY - VOSA STATES 30K 43K 61K 71K 77K 80K 83K 87K 90K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fc151bd9-672b-406f-9f38-f96c60726ca8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120752694, 'registration': 'YF64AAN', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta Premium 5dr', 'mileage': 92979, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 29, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-11-17', 'fuel': 'Diesel', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF64AAN/2026-03-27/image/ec76e27f-3a1a-4578-a93b-ad04e4c3fd76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/de0a1434-5728-48ce-84e9-c0fda4e18134_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/b6352738-ac6f-4e40-bcfd-f445fbb9c396_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/e7c1969e-04b7-418f-9d57-8c5fcc099d7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/61e1828d-6636-49e5-80b5-8bae64c1352c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/d6e971e0-2017-4c3f-98ad-42b2ff37d90a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/b974b47e-03cb-4ebc-9ea9-8f17a0f540d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF64AAN/2026-03-27/image/bceae086-273c-4f22-adec-dc2f1475bd08_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/19 49K', 'remarks': 'SPARE KEY - VOSA STATES 30K 43K 61K 71K 77K 80K 83K 87K 90K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fc151bd9-672b-406f-9f38-f96c60726ca8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with identifier: 120752694
2026-03-28 13:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with scrape type 2
2026-03-28 13:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with scrape type 2
2026-03-28 13:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2e60f6ab-329e-5d67-b99f-01a4e2b91357, identifier: 120752694
2026-03-28 13:05:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120838706, 'registration': 'DV64TWC', 'account': 'MOT075', 'make': 'VAUXHALL', 'model': 'ZAFIRA DIESEL TOURER', 'derivative': '2.0 CDTi [165] SRi 5dr [non Start Stop]', 'mileage': 115087, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 34, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-22', 'fuel': 'Diesel', 'motExpiry': '2026-06-27', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DV64TWC/2026-03-27/image/b2f1a0db-c37b-4d79-acf4-af065a9d62f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/5b10130a-2a47-4065-b473-72ab0a1b632a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/e143006d-80e3-458a-94db-c4a936b6f91d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/ea907480-95b1-46eb-98d0-8daeb620cb14_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/4256e381-d0d1-4fef-b36e-02b07d1cf09c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/e7a253fe-b36b-4c05-86d3-61e213dd2d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/79e531f9-9bc9-491b-82a7-dffeeeb8a86b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/b00a29f4-a80e-41eb-9713-3c370ab1108d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/8046ba80-9aae-4e9f-b49e-11ae11d33ae1_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STSTES 25K 41K 55K 62K 71K 77K 87K 97K 107K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ffe5e96-8cf1-4189-9aae-56888fde4b57.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120838706, 'registration': 'DV64TWC', 'account': 'MOT075', 'make': 'VAUXHALL', 'model': 'ZAFIRA DIESEL TOURER', 'derivative': '2.0 CDTi [165] SRi 5dr [non Start Stop]', 'mileage': 115087, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 34, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-22', 'fuel': 'Diesel', 'motExpiry': '2026-06-27', 'doors': 5, 'engineSize': 1956, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DV64TWC/2026-03-27/image/b2f1a0db-c37b-4d79-acf4-af065a9d62f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/5b10130a-2a47-4065-b473-72ab0a1b632a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/e143006d-80e3-458a-94db-c4a936b6f91d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/ea907480-95b1-46eb-98d0-8daeb620cb14_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/4256e381-d0d1-4fef-b36e-02b07d1cf09c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/e7a253fe-b36b-4c05-86d3-61e213dd2d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/79e531f9-9bc9-491b-82a7-dffeeeb8a86b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/b00a29f4-a80e-41eb-9713-3c370ab1108d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV64TWC/2026-03-27/image/8046ba80-9aae-4e9f-b49e-11ae11d33ae1_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STSTES 25K 41K 55K 62K 71K 77K 87K 97K 107K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ffe5e96-8cf1-4189-9aae-56888fde4b57.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a473a1ea-61da-5e43-bb29-5ea95b1998fe with identifier: 120838706
2026-03-28 13:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a473a1ea-61da-5e43-bb29-5ea95b1998fe with scrape type 2
2026-03-28 13:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a473a1ea-61da-5e43-bb29-5ea95b1998fe with scrape type 2
2026-03-28 13:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a473a1ea-61da-5e43-bb29-5ea95b1998fe, identifier: 120838706
2026-03-28 13:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with identifier: 120752694
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=YELLOW HTTP/1.1" 200 None
2026-03-28 13:05:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with identifier: 120752694
2026-03-28 13:05:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with identifier: 120752694 to the API
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120752694?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '2e60f6ab-329e-5d67-b99f-01a4e2b91357',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF64AAN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120752694',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE DIESEL HATCHBACK',
'odometer': 92979,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-17',
'seller_name': 'MotoNovo Finance',
'title': 'NISSAN JUKE DIESEL HATCHBACK 1.5 dCi Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Acenta Premium 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120752694%27 HTTP/1.1" 200 None
2026-03-28 13:05:39 [astonbarclay.gb] INFO: Saving data for 120752694: {'auction_closing_time': 1774947600.0, 'created_time': 1774379667.114574, 'last_price_update_time': 1774703139.844636}
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120752694') HTTP/1.1" 204 0
2026-03-28 13:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a473a1ea-61da-5e43-bb29-5ea95b1998fe with identifier: 120838706
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BROWN HTTP/1.1" 200 None
2026-03-28 13:05:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 13:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 13:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a473a1ea-61da-5e43-bb29-5ea95b1998fe with identifier: 120838706
2026-03-28 13:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a473a1ea-61da-5e43-bb29-5ea95b1998fe with identifier: 120838706 to the API
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120838706?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BROWN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'a473a1ea-61da-5e43-bb29-5ea95b1998fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DV64TWC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120838706',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'ZAFIRA DIESEL TOURER',
'odometer': 115087,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-22',
'seller_name': 'MotoNovo Finance',
'title': 'VAUXHALL ZAFIRA DIESEL TOURER 2.0 CDTi [165] SRi 5dr [non Start '
'Stop]',
'transmission': 'manual',
'trim': '2.0 CDTi [165] SRi 5dr [non Start Stop]',
'vin': None,
'year': 2014}
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120838706%27 HTTP/1.1" 200 None
2026-03-28 13:05:40 [astonbarclay.gb] INFO: Saving data for 120838706: {'auction_closing_time': 1774947600.0, 'created_time': 1774605813.499635, 'last_price_update_time': 1774703140.286261}
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120838706') HTTP/1.1" 204 0
2026-03-28 13:05:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693399?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693399, 'registration': 'FN18ERO', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech GT Line 5dr', 'mileage': 54147, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 2, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FN18ERO/2026-03-24/image/e10a75b3-088d-4265-b19c-b26c4b58b73b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/e80be726-33bf-4427-8fdf-cb12f54fee61_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/b3cbdb10-c8f8-49d8-9925-e814d68badca_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/83b7678c-61b0-4d54-932d-bb5343ddb9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/6f5876d2-f808-4917-a526-58aeb831e4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/508757f5-4a75-4a6b-a656-880297117131_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/89701232-4c4e-4337-865a-4022b044fa7b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 7k 02/21 16k', 'remarks': 'SPARE KEY NUMBER OF FORMER KEEPERS UNKNOWN, VOSA STATES 16K 22K 30K 37K 46K 53K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/602697e2-b3ad-4555-ad79-8874d3d7cd3d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693399, 'registration': 'FN18ERO', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech GT Line 5dr', 'mileage': 54147, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 2, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FN18ERO/2026-03-24/image/e10a75b3-088d-4265-b19c-b26c4b58b73b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/e80be726-33bf-4427-8fdf-cb12f54fee61_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/b3cbdb10-c8f8-49d8-9925-e814d68badca_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/83b7678c-61b0-4d54-932d-bb5343ddb9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/6f5876d2-f808-4917-a526-58aeb831e4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/508757f5-4a75-4a6b-a656-880297117131_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/89701232-4c4e-4337-865a-4022b044fa7b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 7k 02/21 16k', 'remarks': 'SPARE KEY NUMBER OF FORMER KEEPERS UNKNOWN, VOSA STATES 16K 22K 30K 37K 46K 53K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/602697e2-b3ad-4555-ad79-8874d3d7cd3d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with identifier: 120693399
2026-03-28 13:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with scrape type 2
2026-03-28 13:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with scrape type 2
2026-03-28 13:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8, identifier: 120693399
2026-03-28 13:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with identifier: 120693399
2026-03-28 13:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with identifier: 120693399
2026-03-28 13:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with identifier: 120693399 to the API
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693399?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Petrol',
'id': '725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FN18ERO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693399',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 54147,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-03',
'seller_name': 'MotoNovo Finance',
'title': 'PEUGEOT 3008 ESTATE 1.2 PureTech GT Line 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech GT Line 5dr',
'vin': None,
'year': 2018}
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:40 [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-28 13:05:40 [astonbarclay.gb] INFO: Saving data for 120693399: {'auction_closing_time': 1774947600.0, 'created_time': 1774292602.859428, 'last_price_update_time': 1774703140.784586}
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693399') HTTP/1.1" 204 0
2026-03-28 13:05:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/TR04VOE/2026-01-29/image/88c9078b-a687-4688-ab4b-5cf0de686c0e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119045432?view=catalogue)
2026-03-28 13:05:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:05:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d2aec50>
2026-03-28 13:05:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:05:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49305806-0b3d-557d-a081-ec9a2a836cde/49305806-0b3d-557d-a081-ec9a2a836cde_image_0.jpg HTTP/1.1" 201 0
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FTR04VOE%252F2026-01-29%252Fimage%252F88c9078b-a687-4688-ab4b-5cf0de686c0e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/TR04VOE/2026-01-29/image/88c9078b-a687-4688-ab4b-5cf0de686c0e_removebg.jpg?w=600 saved to cache
2026-03-28 13:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 49305806-0b3d-557d-a081-ec9a2a836cde
2026-03-28 13:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/TR04VOE/2026-01-29/image/b342f79e-67e9-4037-9be6-0f1799c628b0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119045432?view=catalogue)
2026-03-28 13:05:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:05:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d2ace10>
2026-03-28 13:05:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:05:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:05:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:05:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_49305806-0b3d-557d-a081-ec9a2a836cde/49305806-0b3d-557d-a081-ec9a2a836cde_image_1.jpg HTTP/1.1" 201 0
2026-03-28 13:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FTR04VOE%252F2026-01-29%252Fimage%252Fb342f79e-67e9-4037-9be6-0f1799c628b0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/TR04VOE/2026-01-29/image/b342f79e-67e9-4037-9be6-0f1799c628b0_removebg.jpg?w=600 saved to cache
2026-03-28 13:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 49305806-0b3d-557d-a081-ec9a2a836cde
2026-03-28 13:05:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49305806-0b3d-557d-a081-ec9a2a836cde, skipping ID generation
2026-03-28 13:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49305806-0b3d-557d-a081-ec9a2a836cde with scrape type 1
2026-03-28 13:05:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49305806-0b3d-557d-a081-ec9a2a836cde sending to next pipeline
2026-03-28 13:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 49305806-0b3d-557d-a081-ec9a2a836cde, identifier: 119045432
2026-03-28 13:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 49305806-0b3d-557d-a081-ec9a2a836cde with identifier: 119045432
2026-03-28 13:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 49305806-0b3d-557d-a081-ec9a2a836cde with identifier: 119045432
2026-03-28 13:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 49305806-0b3d-557d-a081-ec9a2a836cde with identifier: 119045432 to the API
2026-03-28 13:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/TR04VOE/2026-01-29/image/b342f79e-67e9-4037-9be6-0f1799c628b0_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '49305806-0b3d-557d-a081-ec9a2a836cde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'TR04VOE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119045432',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '4 SERIES DIESEL COUPE',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 2,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49305806-0b3d-557d-a081-ec9a2a836cde/49305806-0b3d-557d-a081-ec9a2a836cde_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36271,
'Height': 800,
'OriginUrl': 'https://abimg003.imgix.net/TR04VOE/2026-01-29/image/88c9078b-a687-4688-ab4b-5cf0de686c0e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_49305806-0b3d-557d-a081-ec9a2a836cde/49305806-0b3d-557d-a081-ec9a2a836cde_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103776,
'Height': 800,
'OriginUrl': 'https://abimg003.imgix.net/TR04VOE/2026-01-29/image/b342f79e-67e9-4037-9be6-0f1799c628b0_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-25',
'seller_name': 'Autolend',
'title': 'BMW 4 SERIES DIESEL COUPE 430d M Sport 2dr Auto [Professional '
'Media]',
'transmission': 'automatic',
'trim': '430d M Sport 2dr Auto [Professional Media]',
'vin': None,
'year': 2015}
2026-03-28 13:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119045432%27 HTTP/1.1" 200 None
2026-03-28 13:05:42 [astonbarclay.gb] INFO: Saving data for 119045432: {'created_time': 1774703142.77825, 'last_price_update_time': 1774703142.778262, 'auction_closing_time': 1774888200.0}
2026-03-28 13:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119045432') HTTP/1.1" 204 0
2026-03-28 13:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120832708?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120832708, 'registration': 'EN05UWK', 'account': 'WBA004', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-DSi SE 5dr [SR]', 'mileage': 109650, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2400, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2005-07-11', 'fuel': 'Petrol', 'motExpiry': '2026-09-09', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN05UWK/2026-03-27/image/22ff4547-e341-4178-b2a5-4c01b6137991_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/4cd7d519-81e6-462f-9e31-e3e8a40dbcfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/145eda05-2414-4d5b-8f93-b85acef2908e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/2c144ead-610e-4a7b-b2bb-0bb7e99e610b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/36e1a0bd-aee9-4492-a81f-ffe717d5e00c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/cf3fff23-c7e4-45b2-a7c7-c1ef385293b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/795dfaf1-9366-4815-b2e2-5d03d0c32261_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/764c498a-ab93-4b7e-bfb2-59c695a5e161_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/06- 7K, 08/07- 15K, 09/08- 25K, 07/09- 31K, 07/10- 35K, 07/11- 45K, 08/12- 55K, 09/13- 59K', 'remarks': 'VOSA STATES 92K, 96K, 101K, 105K, 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': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eaeeb33e-72fd-4fda-b823-e5536b1896c9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120832708, 'registration': 'EN05UWK', 'account': 'WBA004', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-DSi SE 5dr [SR]', 'mileage': 109650, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2400, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2005-07-11', 'fuel': 'Petrol', 'motExpiry': '2026-09-09', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN05UWK/2026-03-27/image/22ff4547-e341-4178-b2a5-4c01b6137991_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/4cd7d519-81e6-462f-9e31-e3e8a40dbcfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/145eda05-2414-4d5b-8f93-b85acef2908e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/2c144ead-610e-4a7b-b2bb-0bb7e99e610b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/36e1a0bd-aee9-4492-a81f-ffe717d5e00c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/cf3fff23-c7e4-45b2-a7c7-c1ef385293b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/795dfaf1-9366-4815-b2e2-5d03d0c32261_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN05UWK/2026-03-27/image/764c498a-ab93-4b7e-bfb2-59c695a5e161_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/06- 7K, 08/07- 15K, 09/08- 25K, 07/09- 31K, 07/10- 35K, 07/11- 45K, 08/12- 55K, 09/13- 59K', 'remarks': 'VOSA STATES 92K, 96K, 101K, 105K, 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': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eaeeb33e-72fd-4fda-b823-e5536b1896c9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a791522-d3ba-5dcc-bc0e-54639daf597e with identifier: 120832708
2026-03-28 13:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a791522-d3ba-5dcc-bc0e-54639daf597e with scrape type 2
2026-03-28 13:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a791522-d3ba-5dcc-bc0e-54639daf597e with scrape type 2
2026-03-28 13:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1a791522-d3ba-5dcc-bc0e-54639daf597e, identifier: 120832708
2026-03-28 13:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1a791522-d3ba-5dcc-bc0e-54639daf597e with identifier: 120832708
2026-03-28 13:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1a791522-d3ba-5dcc-bc0e-54639daf597e with identifier: 120832708
2026-03-28 13:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1a791522-d3ba-5dcc-bc0e-54639daf597e with identifier: 120832708 to the API
2026-03-28 13:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120832708?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '1.3L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '1a791522-d3ba-5dcc-bc0e-54639daf597e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN05UWK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120832708',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 109650,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-07-11',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA JAZZ HATCHBACK 1.4 i-DSi SE 5dr [SR]',
'transmission': 'manual',
'trim': '1.4 i-DSi SE 5dr [SR]',
'vin': None,
'year': 2005}
2026-03-28 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120832708%27 HTTP/1.1" 200 None
2026-03-28 13:05:43 [astonbarclay.gb] INFO: Saving data for 120832708: {'created_time': 1774605799.368791, 'last_price_update_time': 1774703143.353953, 'auction_closing_time': 1774888200.0}
2026-03-28 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120832708') HTTP/1.1" 204 0
2026-03-28 13:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120831502?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120831502, 'registration': 'EK16FBL', 'account': 'WBA004', 'make': 'FORD', 'model': 'C-MAX ESTATE', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 82622, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2401, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-08-03', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK16FBL/2026-03-27/image/5c3b2740-f1f4-4dbc-8d18-b9ea2334ca36_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/a9f5e0aa-9127-4b09-923a-537ff8288ca1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/c8f8d08b-7a62-45e0-a2ab-42aee10145b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/cbe2028f-1b3e-48db-90b5-e9b08d0730f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/9c9975a3-4736-4b47-9274-568de64c9d4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/61a0533f-5e22-4f4c-87c2-62d4d5b1608d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/f6ef5e32-0fd8-44a6-b485-aafcdeec783f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/33364a8d-4657-46fe-b065-5c9ccaf9d9ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/d2cf3129-c2f7-4051-9353-32ef5a2fc20b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/20-38K, 09/21-47K, 09/22-56K, ??-67K', 'remarks': 'VOSA STATES 56K, 66K, 73K, 79K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0cd64b44-b398-4969-a40e-b8f2345256e2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120831502, 'registration': 'EK16FBL', 'account': 'WBA004', 'make': 'FORD', 'model': 'C-MAX ESTATE', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 82622, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2401, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-08-03', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK16FBL/2026-03-27/image/5c3b2740-f1f4-4dbc-8d18-b9ea2334ca36_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/a9f5e0aa-9127-4b09-923a-537ff8288ca1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/c8f8d08b-7a62-45e0-a2ab-42aee10145b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/cbe2028f-1b3e-48db-90b5-e9b08d0730f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/9c9975a3-4736-4b47-9274-568de64c9d4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/61a0533f-5e22-4f4c-87c2-62d4d5b1608d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/f6ef5e32-0fd8-44a6-b485-aafcdeec783f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/33364a8d-4657-46fe-b065-5c9ccaf9d9ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK16FBL/2026-03-27/image/d2cf3129-c2f7-4051-9353-32ef5a2fc20b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/20-38K, 09/21-47K, 09/22-56K, ??-67K', 'remarks': 'VOSA STATES 56K, 66K, 73K, 79K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0cd64b44-b398-4969-a40e-b8f2345256e2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ef8aef-676c-5cd8-ac54-62e6b542625b with identifier: 120831502
2026-03-28 13:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46ef8aef-676c-5cd8-ac54-62e6b542625b with scrape type 2
2026-03-28 13:05:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46ef8aef-676c-5cd8-ac54-62e6b542625b with scrape type 2
2026-03-28 13:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 46ef8aef-676c-5cd8-ac54-62e6b542625b, identifier: 120831502
2026-03-28 13:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 46ef8aef-676c-5cd8-ac54-62e6b542625b with identifier: 120831502
2026-03-28 13:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 46ef8aef-676c-5cd8-ac54-62e6b542625b with identifier: 120831502
2026-03-28 13:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 46ef8aef-676c-5cd8-ac54-62e6b542625b with identifier: 120831502 to the API
2026-03-28 13:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120831502?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '46ef8aef-676c-5cd8-ac54-62e6b542625b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK16FBL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120831502',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'C-MAX ESTATE',
'odometer': 82622,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-15',
'seller_name': 'UKCGR - Trade',
'title': 'FORD C-MAX ESTATE 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2016}
2026-03-28 13:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120831502%27 HTTP/1.1" 200 None
2026-03-28 13:05:45 [astonbarclay.gb] INFO: Saving data for 120831502: {'created_time': 1774605784.507078, 'last_price_update_time': 1774703145.243667, 'auction_closing_time': 1774888200.0}
2026-03-28 13:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120831502') HTTP/1.1" 204 0
2026-03-28 13:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688219?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688219, 'registration': 'EY10YCJ', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.2 TCE Dynamique 3dr', 'mileage': 69754, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2376, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-06', 'doors': 3, 'engineSize': 1149, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/e1db1f0a-ad8b-4c5f-b0f3-4e47dbdd05db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/ba174e89-374a-48e7-9523-cfbfe6c1e2c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/697af763-a848-4fd3-9578-cb49244a6494_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/8f19cf68-8e10-4e25-aa70-2e3c92fbff91_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/1402b496-88c4-42d8-af77-8ae96375deba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/d04339cc-3694-48d5-a523-60f55dad9ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/b13f7fd4-3c13-4610-8345-bf4992b2140b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/3b30bb2a-ebf5-48bb-b38c-cfbbd078af80_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/8262196c-319e-410c-878c-bac4710b4eda_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/03afe1c8-fa07-4814-8941-d0d9190106d3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/12-13K, 10/14-25K, 04/16-35K, 09/16-38K, 03/20-46K', 'remarks': 'VOSA STATES 54K, 62K, 65K, 68K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/df874a12-7862-4119-a96f-ffec8fe62759.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688219, 'registration': 'EY10YCJ', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.2 TCE Dynamique 3dr', 'mileage': 69754, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2376, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-06', 'doors': 3, 'engineSize': 1149, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/e1db1f0a-ad8b-4c5f-b0f3-4e47dbdd05db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/ba174e89-374a-48e7-9523-cfbfe6c1e2c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/697af763-a848-4fd3-9578-cb49244a6494_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/8f19cf68-8e10-4e25-aa70-2e3c92fbff91_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/1402b496-88c4-42d8-af77-8ae96375deba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/d04339cc-3694-48d5-a523-60f55dad9ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/b13f7fd4-3c13-4610-8345-bf4992b2140b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/3b30bb2a-ebf5-48bb-b38c-cfbbd078af80_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/8262196c-319e-410c-878c-bac4710b4eda_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/03afe1c8-fa07-4814-8941-d0d9190106d3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/12-13K, 10/14-25K, 04/16-35K, 09/16-38K, 03/20-46K', 'remarks': 'VOSA STATES 54K, 62K, 65K, 68K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/df874a12-7862-4119-a96f-ffec8fe62759.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c77fc73-980e-5cfa-997a-a3b9f7323133 with identifier: 120688219
2026-03-28 13:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c77fc73-980e-5cfa-997a-a3b9f7323133 with scrape type 2
2026-03-28 13:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c77fc73-980e-5cfa-997a-a3b9f7323133 with scrape type 2
2026-03-28 13:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6c77fc73-980e-5cfa-997a-a3b9f7323133, identifier: 120688219
2026-03-28 13:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6c77fc73-980e-5cfa-997a-a3b9f7323133 with identifier: 120688219
2026-03-28 13:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6c77fc73-980e-5cfa-997a-a3b9f7323133 with identifier: 120688219
2026-03-28 13:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6c77fc73-980e-5cfa-997a-a3b9f7323133 with identifier: 120688219 to the API
2026-03-28 13:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688219?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '6c77fc73-980e-5cfa-997a-a3b9f7323133',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY10YCJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688219',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 69754,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-26',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT CLIO HATCHBACK 1.2 TCE Dynamique 3dr',
'transmission': 'manual',
'trim': '1.2 TCE Dynamique 3dr',
'vin': None,
'year': 2010}
2026-03-28 13:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688219%27 HTTP/1.1" 200 None
2026-03-28 13:05:47 [astonbarclay.gb] INFO: Saving data for 120688219: {'auction_closing_time': 1774888200.0, 'created_time': 1774379388.23533, 'last_price_update_time': 1774703147.141921}
2026-03-28 13:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688219') HTTP/1.1" 204 0
2026-03-28 13:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667917?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667917, 'registration': 'BV12NRL', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Luxury 4dr Auto', 'mileage': 126725, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2386, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-04-18', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BV12NRL/2026-03-24/image/565788a4-c76c-440b-86ab-eae6b000a279_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/b561c3a3-2202-4cdc-b7ec-9ea2bb56d0ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/a22e7009-4536-4814-9275-58ccc025a90e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/a141be73-1f52-4715-b4c9-1dfadd1fe42b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/50884db9-20a7-4e71-8c1f-437c4cab0092_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/635f6718-1785-4bfd-adb6-11d6dacbb629_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/78ed8ad6-a83f-4ca9-84a5-a666d78c408f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/65edb9dd-6bc7-4873-83c4-926675e56aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/f430083f-4f0a-4c47-8fec-b4deb571f37f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/34ae91b2-4ab0-484a-b89d-8ae9e23e1b32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/13 13K - 03/15 34K - 03/16 44K - 03/18 55K - 03/19 63K - 05/20 66K - 04/22 77K 08/24 117K', 'remarks': 'VOSA STATES 76K- 93K- 113K 121K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87e20f30-f095-4365-960c-7546998a7913.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667917, 'registration': 'BV12NRL', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Luxury 4dr Auto', 'mileage': 126725, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2386, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-04-18', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BV12NRL/2026-03-24/image/565788a4-c76c-440b-86ab-eae6b000a279_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/b561c3a3-2202-4cdc-b7ec-9ea2bb56d0ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/a22e7009-4536-4814-9275-58ccc025a90e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/a141be73-1f52-4715-b4c9-1dfadd1fe42b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/50884db9-20a7-4e71-8c1f-437c4cab0092_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/635f6718-1785-4bfd-adb6-11d6dacbb629_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/78ed8ad6-a83f-4ca9-84a5-a666d78c408f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/65edb9dd-6bc7-4873-83c4-926675e56aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/f430083f-4f0a-4c47-8fec-b4deb571f37f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/34ae91b2-4ab0-484a-b89d-8ae9e23e1b32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/13 13K - 03/15 34K - 03/16 44K - 03/18 55K - 03/19 63K - 05/20 66K - 04/22 77K 08/24 117K', 'remarks': 'VOSA STATES 76K- 93K- 113K 121K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87e20f30-f095-4365-960c-7546998a7913.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with identifier: 120667917
2026-03-28 13:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with scrape type 2
2026-03-28 13:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with scrape type 2
2026-03-28 13:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 53aaf637-c67a-53ff-8611-15d7ff39cbf6, identifier: 120667917
2026-03-28 13:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with identifier: 120667917
2026-03-28 13:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with identifier: 120667917
2026-03-28 13:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with identifier: 120667917 to the API
2026-03-28 13:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667917?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '53aaf637-c67a-53ff-8611-15d7ff39cbf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV12NRL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667917',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 126725,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-09',
'seller_name': 'UKCGR - Trade',
'title': 'JAGUAR XF DIESEL SALOON 3.0d V6 Luxury 4dr Auto',
'transmission': 'automatic',
'trim': '3.0d V6 Luxury 4dr Auto',
'vin': None,
'year': 2012}
2026-03-28 13:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:48 [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-28 13:05:48 [astonbarclay.gb] INFO: Saving data for 120667917: {'auction_closing_time': 1774888200.0, 'created_time': 1774271762.883305, 'last_price_update_time': 1774703148.97666}
2026-03-28 13:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667917') HTTP/1.1" 204 0
2026-03-28 13:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616956?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616956, 'registration': 'GV14OYC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C3 PICASSO ESTATE', 'derivative': '1.6 VTi 16V Exclusive 5dr EGS6', 'mileage': 81787, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2363, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-07-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0c998eb2-cdcd-4ce4-af44-27db136a3d34_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/dc96b997-32f9-4143-9aa5-3fed7ce50ded_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/69a7b702-d90f-471e-9b04-bb839fb6e767_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/d0efc2ed-2f6b-4e86-8001-4e40319930f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/2d4cb592-809e-4cf2-91d8-4e5f9809a0ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0b33654a-9101-4403-93df-b0b579a0ccef_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/84d30ab0-512d-492b-9cdf-3eda049e805b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0deed4c9-cd83-4eb9-a626-20a8a6bc895f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/15- 3K, 08/18- 23K, 08/19- 33K, 08/20- 43K, 10/21- 53K, 11/23- 71K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and VOSA STATES 61K, 69K, 76K, 81K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9281250c-9194-45b5-b7ad-b452a4c220ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616956, 'registration': 'GV14OYC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C3 PICASSO ESTATE', 'derivative': '1.6 VTi 16V Exclusive 5dr EGS6', 'mileage': 81787, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2363, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-07-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0c998eb2-cdcd-4ce4-af44-27db136a3d34_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/dc96b997-32f9-4143-9aa5-3fed7ce50ded_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/69a7b702-d90f-471e-9b04-bb839fb6e767_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/d0efc2ed-2f6b-4e86-8001-4e40319930f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/2d4cb592-809e-4cf2-91d8-4e5f9809a0ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0b33654a-9101-4403-93df-b0b579a0ccef_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/84d30ab0-512d-492b-9cdf-3eda049e805b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0deed4c9-cd83-4eb9-a626-20a8a6bc895f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/15- 3K, 08/18- 23K, 08/19- 33K, 08/20- 43K, 10/21- 53K, 11/23- 71K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and VOSA STATES 61K, 69K, 76K, 81K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9281250c-9194-45b5-b7ad-b452a4c220ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f43054f6-2d84-5f9a-b470-2fd82fb88817 with identifier: 120616956
2026-03-28 13:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f43054f6-2d84-5f9a-b470-2fd82fb88817 with scrape type 2
2026-03-28 13:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f43054f6-2d84-5f9a-b470-2fd82fb88817 with scrape type 2
2026-03-28 13:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f43054f6-2d84-5f9a-b470-2fd82fb88817, identifier: 120616956
2026-03-28 13:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f43054f6-2d84-5f9a-b470-2fd82fb88817 with identifier: 120616956
2026-03-28 13:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f43054f6-2d84-5f9a-b470-2fd82fb88817 with identifier: 120616956
2026-03-28 13:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f43054f6-2d84-5f9a-b470-2fd82fb88817 with identifier: 120616956 to the API
2026-03-28 13:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616956?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f43054f6-2d84-5f9a-b470-2fd82fb88817',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV14OYC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616956',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C3 PICASSO ESTATE',
'odometer': 81787,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-31',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C3 PICASSO ESTATE 1.6 VTi 16V Exclusive 5dr EGS6',
'transmission': 'automatic',
'trim': '1.6 VTi 16V Exclusive 5dr EGS6',
'vin': None,
'year': 2014}
2026-03-28 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120616956%27 HTTP/1.1" 200 None
2026-03-28 13:05:51 [astonbarclay.gb] INFO: Saving data for 120616956: {'auction_closing_time': 1774888200.0, 'created_time': 1773947010.831517, 'last_price_update_time': 1774703151.096216}
2026-03-28 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616956') HTTP/1.1" 204 0
2026-03-28 13:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120615597?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120615597, 'registration': 'EN10UHW', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 Titanium 5dr', 'mileage': 122430, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2380, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-02-12', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN10UHW/2026-03-19/image/3f6da336-35bb-40c8-9f2d-8747129aa2d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/69784837-6101-4e0f-afed-5c30fb6c9412_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/120626d4-2277-41bb-9a5b-269c13bf9ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/b251a285-ac68-4e80-9816-83415feccea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/8f31ae28-60aa-409b-a35d-600732f032bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/f7e9bc60-9c4e-4e7d-9f0b-1580a60abfb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/15735349-25eb-46e1-af5e-ed3a01d52ede_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/27cd1003-0520-431a-8d78-b4cdd35237da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/2b2c899b-1090-4c0c-b638-b8997c0e490d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 86k, 95k, 108k, 115k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/df970824-11a1-4cd6-a676-9dfae34ce8f2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120615597, 'registration': 'EN10UHW', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 Titanium 5dr', 'mileage': 122430, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2380, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-02-12', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN10UHW/2026-03-19/image/3f6da336-35bb-40c8-9f2d-8747129aa2d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/69784837-6101-4e0f-afed-5c30fb6c9412_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/120626d4-2277-41bb-9a5b-269c13bf9ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/b251a285-ac68-4e80-9816-83415feccea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/8f31ae28-60aa-409b-a35d-600732f032bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/f7e9bc60-9c4e-4e7d-9f0b-1580a60abfb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/15735349-25eb-46e1-af5e-ed3a01d52ede_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/27cd1003-0520-431a-8d78-b4cdd35237da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/2b2c899b-1090-4c0c-b638-b8997c0e490d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 86k, 95k, 108k, 115k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/df970824-11a1-4cd6-a676-9dfae34ce8f2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with identifier: 120615597
2026-03-28 13:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with scrape type 2
2026-03-28 13:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with scrape type 2
2026-03-28 13:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b, identifier: 120615597
2026-03-28 13:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with identifier: 120615597
2026-03-28 13:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with identifier: 120615597
2026-03-28 13:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with identifier: 120615597 to the API
2026-03-28 13:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120615597?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3e79f3ce-2421-52f6-ba1d-e6776bf8e25b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN10UHW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120615597',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 122430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-07-16',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.6 Titanium 5dr',
'transmission': 'manual',
'trim': '1.6 Titanium 5dr',
'vin': None,
'year': 2010}
2026-03-28 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120615597%27 HTTP/1.1" 200 None
2026-03-28 13:05:51 [astonbarclay.gb] INFO: Saving data for 120615597: {'auction_closing_time': 1774888200.0, 'created_time': 1773947139.528851, 'last_price_update_time': 1774703151.589482}
2026-03-28 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120615597') HTTP/1.1" 204 0
2026-03-28 13:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120832304?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:05:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120832304, 'registration': 'MJ67HKA', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 5dr', 'mileage': 55537, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2412, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-10-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-21', 'doors': 5, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/1875c8be-79fa-4de7-96b1-a00f16a2dd70_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/0edb82eb-766c-49a4-89dc-5229c98fe4b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/f8f3470e-bc23-4dcb-bce3-3dc2d983488b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/ed59ce06-dee9-4ae5-b772-9e30bd8e513f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/49309994-5b2a-4413-a803-333b3aa6a7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/9e1e9e1c-db17-4cb9-963a-ebece0b76834_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/4680923a-d8e4-44ae-854f-755e34cb4394_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/837eed24-bd5e-420f-9a62-6ba77e98d415_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/18-8K, 09/20-24K, 06/21-26K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - Damage is front end and rear end VOSA STATES 35K, 43K, 49K, 55K', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120832304, 'registration': 'MJ67HKA', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 5dr', 'mileage': 55537, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2412, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-10-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-21', 'doors': 5, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/1875c8be-79fa-4de7-96b1-a00f16a2dd70_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/0edb82eb-766c-49a4-89dc-5229c98fe4b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/f8f3470e-bc23-4dcb-bce3-3dc2d983488b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/ed59ce06-dee9-4ae5-b772-9e30bd8e513f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/49309994-5b2a-4413-a803-333b3aa6a7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/9e1e9e1c-db17-4cb9-963a-ebece0b76834_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/4680923a-d8e4-44ae-854f-755e34cb4394_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ67HKA/2026-03-27/image/837eed24-bd5e-420f-9a62-6ba77e98d415_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/18-8K, 09/20-24K, 06/21-26K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - Damage is front end and rear end VOSA STATES 35K, 43K, 49K, 55K', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41ac7c71-88d8-5641-9944-05d22a822c7c with identifier: 120832304
2026-03-28 13:05:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41ac7c71-88d8-5641-9944-05d22a822c7c with scrape type 2
2026-03-28 13:05:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41ac7c71-88d8-5641-9944-05d22a822c7c with scrape type 2
2026-03-28 13:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 41ac7c71-88d8-5641-9944-05d22a822c7c, identifier: 120832304
2026-03-28 13:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 41ac7c71-88d8-5641-9944-05d22a822c7c with identifier: 120832304
2026-03-28 13:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 41ac7c71-88d8-5641-9944-05d22a822c7c with identifier: 120832304
2026-03-28 13:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 41ac7c71-88d8-5641-9944-05d22a822c7c with identifier: 120832304 to the API
2026-03-28 13:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:05:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120832304?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '41ac7c71-88d8-5641-9944-05d22a822c7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MJ67HKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120832304',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 55537,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-27',
'seller_name': 'UKCGR - Premium',
'title': 'FORD FIESTA HATCHBACK 1.1 Zetec 5dr',
'transmission': 'manual',
'trim': '1.1 Zetec 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120832304%27 HTTP/1.1" 200 None
2026-03-28 13:05:52 [astonbarclay.gb] INFO: Saving data for 120832304: {'created_time': 1774605789.691985, 'last_price_update_time': 1774703152.131642, 'auction_closing_time': 1774888200.0}
2026-03-28 13:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120832304') HTTP/1.1" 204 0
2026-03-28 13:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668153?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668153, 'registration': 'EF09LNV', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 142200, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2349, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-08-07', 'fuel': 'Petrol', 'motExpiry': '2026-07-31', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF09LNV/2026-03-24/image/29222b0a-62fb-44b4-bb2c-0dcd07fa9d1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/ab036dc0-60eb-406f-abc2-6be1ac01a5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/15827f01-e643-4a49-9d5e-76a1a99e24c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/49520006-7c96-400b-9e53-4cf781d97ce1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/da0cfe77-cf6b-4f1d-9505-051894a96707_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/a583a891-1c94-4ca1-9bf2-1146e2e7e12b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/195d2425-56d3-4bfa-a2c3-8ef1ff18ee7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/54a845c7-e201-4ffe-86ea-d443635449ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/de81e7b8-a048-43d8-950d-7e3af75758c9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/12 33K - 07/16 73K - 07/17 88K', 'remarks': 'VOSA STATES 126K 134K- 139K- 141K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e5b68a3-d8dc-4cd8-b2f6-dae488e2dc1e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668153, 'registration': 'EF09LNV', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 142200, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2349, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-08-07', 'fuel': 'Petrol', 'motExpiry': '2026-07-31', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF09LNV/2026-03-24/image/29222b0a-62fb-44b4-bb2c-0dcd07fa9d1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/ab036dc0-60eb-406f-abc2-6be1ac01a5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/15827f01-e643-4a49-9d5e-76a1a99e24c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/49520006-7c96-400b-9e53-4cf781d97ce1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/da0cfe77-cf6b-4f1d-9505-051894a96707_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/a583a891-1c94-4ca1-9bf2-1146e2e7e12b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/195d2425-56d3-4bfa-a2c3-8ef1ff18ee7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/54a845c7-e201-4ffe-86ea-d443635449ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/de81e7b8-a048-43d8-950d-7e3af75758c9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/12 33K - 07/16 73K - 07/17 88K', 'remarks': 'VOSA STATES 126K 134K- 139K- 141K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e5b68a3-d8dc-4cd8-b2f6-dae488e2dc1e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbbb7048-d93b-5858-a2f9-49ea73970c6d with identifier: 120668153
2026-03-28 13:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbbb7048-d93b-5858-a2f9-49ea73970c6d with scrape type 2
2026-03-28 13:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbbb7048-d93b-5858-a2f9-49ea73970c6d with scrape type 2
2026-03-28 13:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbbb7048-d93b-5858-a2f9-49ea73970c6d, identifier: 120668153
2026-03-28 13:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbbb7048-d93b-5858-a2f9-49ea73970c6d with identifier: 120668153
2026-03-28 13:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbbb7048-d93b-5858-a2f9-49ea73970c6d with identifier: 120668153
2026-03-28 13:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbbb7048-d93b-5858-a2f9-49ea73970c6d with identifier: 120668153 to the API
2026-03-28 13:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668153?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'bbbb7048-d93b-5858-a2f9-49ea73970c6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF09LNV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668153',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 142200,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-08-07',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.25 Zetec 5dr [82]',
'transmission': 'manual',
'trim': '1.25 Zetec 5dr [82]',
'vin': None,
'year': 2009}
2026-03-28 13:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:53 [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-28 13:05:53 [astonbarclay.gb] INFO: Saving data for 120668153: {'auction_closing_time': 1774888200.0, 'created_time': 1774271740.822725, 'last_price_update_time': 1774703153.531664}
2026-03-28 13:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668153') HTTP/1.1" 204 0
2026-03-28 13:05:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120503575?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120503575, 'registration': 'BT57WTG', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '320i SE [170] 4dr Auto', 'mileage': 170869, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2366, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-12-03', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BT57WTG/2026-03-17/image/c17e016d-869d-4cb0-8357-d29fdb7de687_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/486193e5-48a0-44cd-98e1-590fb0c22b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/cc4631bb-8b96-4e30-a466-9eac4d2190f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/2ee9360f-d674-4d89-8d56-a264b4ce55fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/7f65b152-c487-4af6-88ab-7fe8a4feb49d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/0c6e7913-46c7-436e-9aaf-b1806fbfed74_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/398562e0-4242-429d-a1e4-2114fc7d0278_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/a067ef54-5959-4907-8594-6469f40db1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/e1e4c349-fb91-4700-9054-a69c10132b6f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 05/09- 17K, 11/09- 22K, 10/10- 33K, 12/11- 44K, 10/13- 66K, 07/15- 85K, 11/15- 90K, 10/21- 120K, ??/23-136K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and normal wear OUTSTANDING RECALL, VOSA STATES 122K, 136K, 143K, 162K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ea677ce-71b2-428d-934b-892ce95b61b9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120503575, 'registration': 'BT57WTG', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '320i SE [170] 4dr Auto', 'mileage': 170869, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2366, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-12-03', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BT57WTG/2026-03-17/image/c17e016d-869d-4cb0-8357-d29fdb7de687_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/486193e5-48a0-44cd-98e1-590fb0c22b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/cc4631bb-8b96-4e30-a466-9eac4d2190f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/2ee9360f-d674-4d89-8d56-a264b4ce55fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/7f65b152-c487-4af6-88ab-7fe8a4feb49d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/0c6e7913-46c7-436e-9aaf-b1806fbfed74_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/398562e0-4242-429d-a1e4-2114fc7d0278_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/a067ef54-5959-4907-8594-6469f40db1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/e1e4c349-fb91-4700-9054-a69c10132b6f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 05/09- 17K, 11/09- 22K, 10/10- 33K, 12/11- 44K, 10/13- 66K, 07/15- 85K, 11/15- 90K, 10/21- 120K, ??/23-136K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and normal wear OUTSTANDING RECALL, VOSA STATES 122K, 136K, 143K, 162K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ea677ce-71b2-428d-934b-892ce95b61b9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6ed31c3-fea9-5cd6-9992-05df550215a0 with identifier: 120503575
2026-03-28 13:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6ed31c3-fea9-5cd6-9992-05df550215a0 with scrape type 2
2026-03-28 13:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6ed31c3-fea9-5cd6-9992-05df550215a0 with scrape type 2
2026-03-28 13:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d6ed31c3-fea9-5cd6-9992-05df550215a0, identifier: 120503575
2026-03-28 13:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d6ed31c3-fea9-5cd6-9992-05df550215a0 with identifier: 120503575
2026-03-28 13:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d6ed31c3-fea9-5cd6-9992-05df550215a0 with identifier: 120503575
2026-03-28 13:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d6ed31c3-fea9-5cd6-9992-05df550215a0 with identifier: 120503575 to the API
2026-03-28 13:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120503575?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'd6ed31c3-fea9-5cd6-9992-05df550215a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BT57WTG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120503575',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 170869,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-12-03',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 3 SERIES SALOON 320i SE [170] 4dr Auto',
'transmission': 'automatic',
'trim': '320i SE [170] 4dr Auto',
'vin': None,
'year': 2007}
2026-03-28 13:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120503575%27 HTTP/1.1" 200 None
2026-03-28 13:05:55 [astonbarclay.gb] INFO: Saving data for 120503575: {'auction_closing_time': 1774888200.0, 'created_time': 1773752522.988589, 'last_price_update_time': 1774703155.5218}
2026-03-28 13:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120503575') HTTP/1.1" 204 0
2026-03-28 13:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120573970?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120573970, 'registration': 'LT60GGV', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI Sport 5dr CVT Auto', 'mileage': 81685, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2360, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-03-18', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT60GGV/2026-03-19/image/a38a801c-628f-42bb-bf26-c0eaf8e1e1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/db89fbb0-5706-4a53-830c-21e91ecc7112_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/98fd7326-f4cf-408a-ad15-d46132b4c6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/d410b0f3-ef4e-496d-bcdb-986ee9b23469_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/54d7b0fa-f4f4-4ff9-8786-152289b4d18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/42160727-ca7c-49f4-97e0-7ad264976e5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/ca60e2d2-fb49-4898-93c0-4ba8ff851606_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/db144b29-a763-4782-b0d3-62879c79bf57_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/e49f1cea-74de-408d-8922-4d80f2a5db58_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 58K, 63K, 67K, 72K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62d7160c-a3eb-4a73-a439-3baea074f208.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120573970, 'registration': 'LT60GGV', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI Sport 5dr CVT Auto', 'mileage': 81685, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2360, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-03-18', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT60GGV/2026-03-19/image/a38a801c-628f-42bb-bf26-c0eaf8e1e1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/db89fbb0-5706-4a53-830c-21e91ecc7112_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/98fd7326-f4cf-408a-ad15-d46132b4c6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/d410b0f3-ef4e-496d-bcdb-986ee9b23469_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/54d7b0fa-f4f4-4ff9-8786-152289b4d18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/42160727-ca7c-49f4-97e0-7ad264976e5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/ca60e2d2-fb49-4898-93c0-4ba8ff851606_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/db144b29-a763-4782-b0d3-62879c79bf57_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/e49f1cea-74de-408d-8922-4d80f2a5db58_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 58K, 63K, 67K, 72K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62d7160c-a3eb-4a73-a439-3baea074f208.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85e26797-eaab-5fcb-871a-26846d92127b with identifier: 120573970
2026-03-28 13:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85e26797-eaab-5fcb-871a-26846d92127b with scrape type 2
2026-03-28 13:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85e26797-eaab-5fcb-871a-26846d92127b with scrape type 2
2026-03-28 13:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85e26797-eaab-5fcb-871a-26846d92127b, identifier: 120573970
2026-03-28 13:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85e26797-eaab-5fcb-871a-26846d92127b with identifier: 120573970
2026-03-28 13:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85e26797-eaab-5fcb-871a-26846d92127b with identifier: 120573970
2026-03-28 13:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 85e26797-eaab-5fcb-871a-26846d92127b with identifier: 120573970 to the API
2026-03-28 13:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120573970?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '85e26797-eaab-5fcb-871a-26846d92127b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT60GGV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120573970',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS DIESEL HATCHBACK',
'odometer': 81685,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-24',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ B CLASS DIESEL HATCHBACK B180 CDI Sport 5dr CVT Auto',
'transmission': 'automatic',
'trim': 'B180 CDI Sport 5dr CVT Auto',
'vin': None,
'year': 2010}
2026-03-28 13:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:56 [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-28 13:05:56 [astonbarclay.gb] INFO: Saving data for 120573970: {'auction_closing_time': 1774888200.0, 'created_time': 1773860529.127288, 'last_price_update_time': 1774703156.015315}
2026-03-28 13:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120573970') HTTP/1.1" 204 0
2026-03-28 13:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667468?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:05:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:05:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667468, 'registration': 'RA06XZX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.6 SE FSI 5dr', 'mileage': 101455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2328, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-08-25', 'fuel': 'Petrol', 'motExpiry': '2026-07-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RA06XZX/2026-03-24/image/d2c99335-e1b3-4ab5-b433-37c2050559f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/80be9741-5044-411c-a929-8f149c4b404d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/3f0bdf42-b7a8-4d41-a9d2-011cfd560b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/f335c323-9ed4-4f79-bd0b-9f5d3ac3f45b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/fe8aec66-7201-452e-8c95-3b5260226a14_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/294ee912-4ed1-488a-acdf-dd771ab32ecd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/d5073252-b039-49b0-9b01-2261ecd21ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/29582af2-8047-47e2-a986-0b4417b73e27_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/07 7K - 08/08 14K - 08/09 20K - 08/10 27K - 05/11 32K - 05/12 38K - 05/13 45K - 06/14 53K - 04/15 58K - 05/16 64K - 04/17 69K - 04/18 72K - 04/19 77K - 06/20 82K - 05/21 83K - 02/25 ??', 'remarks': 'VOSA STATES, 86k, 89k, 91k, 96k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/788ad561-4747-4614-aa2d-9c517618638a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667468, 'registration': 'RA06XZX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.6 SE FSI 5dr', 'mileage': 101455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2328, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-08-25', 'fuel': 'Petrol', 'motExpiry': '2026-07-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RA06XZX/2026-03-24/image/d2c99335-e1b3-4ab5-b433-37c2050559f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/80be9741-5044-411c-a929-8f149c4b404d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/3f0bdf42-b7a8-4d41-a9d2-011cfd560b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/f335c323-9ed4-4f79-bd0b-9f5d3ac3f45b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/fe8aec66-7201-452e-8c95-3b5260226a14_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/294ee912-4ed1-488a-acdf-dd771ab32ecd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/d5073252-b039-49b0-9b01-2261ecd21ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/29582af2-8047-47e2-a986-0b4417b73e27_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/07 7K - 08/08 14K - 08/09 20K - 08/10 27K - 05/11 32K - 05/12 38K - 05/13 45K - 06/14 53K - 04/15 58K - 05/16 64K - 04/17 69K - 04/18 72K - 04/19 77K - 06/20 82K - 05/21 83K - 02/25 ??', 'remarks': 'VOSA STATES, 86k, 89k, 91k, 96k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/788ad561-4747-4614-aa2d-9c517618638a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f474fbb4-13dc-540b-8d62-f5917b8db8f7 with identifier: 120667468
2026-03-28 13:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f474fbb4-13dc-540b-8d62-f5917b8db8f7 with scrape type 2
2026-03-28 13:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f474fbb4-13dc-540b-8d62-f5917b8db8f7 with scrape type 2
2026-03-28 13:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f474fbb4-13dc-540b-8d62-f5917b8db8f7, identifier: 120667468
2026-03-28 13:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f474fbb4-13dc-540b-8d62-f5917b8db8f7 with identifier: 120667468
2026-03-28 13:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f474fbb4-13dc-540b-8d62-f5917b8db8f7 with identifier: 120667468
2026-03-28 13:05:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f474fbb4-13dc-540b-8d62-f5917b8db8f7 with identifier: 120667468 to the API
2026-03-28 13:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:05: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-28 13:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667468?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f474fbb4-13dc-540b-8d62-f5917b8db8f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RA06XZX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667468',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 101455,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-08-25',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.6 SE FSI 5dr',
'transmission': 'manual',
'trim': '1.6 SE FSI 5dr',
'vin': None,
'year': 2006}
2026-03-28 13:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667468%27 HTTP/1.1" 200 None
2026-03-28 13:05:57 [astonbarclay.gb] INFO: Saving data for 120667468: {'auction_closing_time': 1774888200.0, 'created_time': 1774271756.973907, 'last_price_update_time': 1774703157.395188}
2026-03-28 13:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667468') HTTP/1.1" 204 0
2026-03-28 13:05:58 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.703(s), this was the 1st time calling it.
2026-03-28 13:05:58 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.491692845484151 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-28 13:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120666157?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120666157, 'registration': 'EG66FEK', 'account': 'WBA003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 ST-Line 5dr', 'mileage': 99431, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2337, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG66FEK/2026-03-23/image/bf33fc95-80ca-4e0c-b5dc-710d8c2e3417_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/42948056-70e9-46dc-a45a-f75717e1debb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/da2db7b3-c9c7-4576-a28e-9021aa174a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/627935b9-e658-46c7-8591-dfbdb45d1b66_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/8bb072ed-7b8e-44ae-9f9b-0fc29315db5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/1d04ab35-08a5-40ea-a385-d3cc1a13537d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/859b6135-03b5-4fce-98ae-41c8be5b37a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/4c6955db-5c6f-4944-b6ba-8d6d70799ce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/5cb3daa2-8d00-4a4e-9080-1f22a23d53a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/4440c911-9aa2-4ae2-a8fa-ba568a6f1100_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/18 10K - 12/18 20K - 01/20 31K - 05/21 44K - 01/22 52K -', 'remarks': 'VOSA DISCREPANCY 31K- 42K- 76K- 62K- 74K (FAIL)- 74K- 87K (FAIL) 87K- 87K- 99K (FAIL) - 99K - SPARE KEY IN OFFICE -', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/355f2c0a-c6e9-49d4-ba51-335609dd5671.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120666157, 'registration': 'EG66FEK', 'account': 'WBA003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 ST-Line 5dr', 'mileage': 99431, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2337, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG66FEK/2026-03-23/image/bf33fc95-80ca-4e0c-b5dc-710d8c2e3417_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/42948056-70e9-46dc-a45a-f75717e1debb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/da2db7b3-c9c7-4576-a28e-9021aa174a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/627935b9-e658-46c7-8591-dfbdb45d1b66_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/8bb072ed-7b8e-44ae-9f9b-0fc29315db5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/1d04ab35-08a5-40ea-a385-d3cc1a13537d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/859b6135-03b5-4fce-98ae-41c8be5b37a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/4c6955db-5c6f-4944-b6ba-8d6d70799ce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/5cb3daa2-8d00-4a4e-9080-1f22a23d53a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/4440c911-9aa2-4ae2-a8fa-ba568a6f1100_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/18 10K - 12/18 20K - 01/20 31K - 05/21 44K - 01/22 52K -', 'remarks': 'VOSA DISCREPANCY 31K- 42K- 76K- 62K- 74K (FAIL)- 74K- 87K (FAIL) 87K- 87K- 99K (FAIL) - 99K - SPARE KEY IN OFFICE -', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/355f2c0a-c6e9-49d4-ba51-335609dd5671.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 782638ee-a78c-5351-8c12-66f1ae81835c with identifier: 120666157
2026-03-28 13:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 782638ee-a78c-5351-8c12-66f1ae81835c with scrape type 2
2026-03-28 13:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 782638ee-a78c-5351-8c12-66f1ae81835c with scrape type 2
2026-03-28 13:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 782638ee-a78c-5351-8c12-66f1ae81835c, identifier: 120666157
2026-03-28 13:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 782638ee-a78c-5351-8c12-66f1ae81835c with identifier: 120666157
2026-03-28 13:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 782638ee-a78c-5351-8c12-66f1ae81835c with identifier: 120666157
2026-03-28 13:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 782638ee-a78c-5351-8c12-66f1ae81835c with identifier: 120666157 to the API
2026-03-28 13:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120666157?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '782638ee-a78c-5351-8c12-66f1ae81835c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EG66FEK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120666157',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 99431,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-31',
'seller_name': 'UKCGR - Select',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost 140 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 140 ST-Line 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120666157%27 HTTP/1.1" 200 None
2026-03-28 13:06:01 [astonbarclay.gb] INFO: Saving data for 120666157: {'auction_closing_time': 1774888200.0, 'created_time': 1774271779.077148, 'last_price_update_time': 1774703161.90482}
2026-03-28 13:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666157') HTTP/1.1" 204 0
2026-03-28 13:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667880?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667880, 'registration': 'WP58UGS', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'COMBO DIESEL', 'derivative': '1700 1.3CDTi 16V Van [75PS]', 'mileage': 92616, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2330, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-02-18', 'fuel': 'Diesel', 'motExpiry': '2026-08-03', 'doors': None, 'engineSize': 1248, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/WP58UGS/2026-03-24/image/bb5bb054-f278-4ed1-b06d-075c8ac40ea6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/4ea9aba0-60e6-4f8e-a4c8-4bb9cd9b0958_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/1cea25bc-d55a-40d9-b80a-f1cc4018ac0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/c79083ab-3030-4e8a-80de-da99c4e6c05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/0a3bccb8-60b0-48fc-b1dd-092d65d582c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/4dfc3d0d-2c4c-43c1-808e-b4e19ccfa895_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/92542b2a-649d-45e2-829a-58600af6b46b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/278c1f2f-8e04-4bf6-8598-6ff2c63e4aeb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 73K - 79K- 80K - 87K - **NO VAT**', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dcb6fd8c-fe34-4919-b706-8053697f890d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667880, 'registration': 'WP58UGS', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'COMBO DIESEL', 'derivative': '1700 1.3CDTi 16V Van [75PS]', 'mileage': 92616, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2330, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-02-18', 'fuel': 'Diesel', 'motExpiry': '2026-08-03', 'doors': None, 'engineSize': 1248, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/WP58UGS/2026-03-24/image/bb5bb054-f278-4ed1-b06d-075c8ac40ea6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/4ea9aba0-60e6-4f8e-a4c8-4bb9cd9b0958_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/1cea25bc-d55a-40d9-b80a-f1cc4018ac0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/c79083ab-3030-4e8a-80de-da99c4e6c05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/0a3bccb8-60b0-48fc-b1dd-092d65d582c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/4dfc3d0d-2c4c-43c1-808e-b4e19ccfa895_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/92542b2a-649d-45e2-829a-58600af6b46b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/278c1f2f-8e04-4bf6-8598-6ff2c63e4aeb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 73K - 79K- 80K - 87K - **NO VAT**', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dcb6fd8c-fe34-4919-b706-8053697f890d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04dfd531-6704-5d90-8a2d-59371fa85348 with identifier: 120667880
2026-03-28 13:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04dfd531-6704-5d90-8a2d-59371fa85348 with scrape type 2
2026-03-28 13:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04dfd531-6704-5d90-8a2d-59371fa85348 with scrape type 2
2026-03-28 13:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 04dfd531-6704-5d90-8a2d-59371fa85348, identifier: 120667880
2026-03-28 13:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 04dfd531-6704-5d90-8a2d-59371fa85348 with identifier: 120667880
2026-03-28 13:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 04dfd531-6704-5d90-8a2d-59371fa85348 with identifier: 120667880
2026-03-28 13:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 04dfd531-6704-5d90-8a2d-59371fa85348 with identifier: 120667880 to the API
2026-03-28 13:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667880?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '04dfd531-6704-5d90-8a2d-59371fa85348',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WP58UGS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667880',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'COMBO DIESEL',
'odometer': 92616,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-02-18',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL COMBO DIESEL 1700 1.3CDTi 16V Van [75PS]',
'transmission': 'manual',
'trim': '1700 1.3CDTi 16V Van [75PS]',
'vin': None,
'year': 2009}
2026-03-28 13:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667880%27 HTTP/1.1" 200 None
2026-03-28 13:06:03 [astonbarclay.gb] INFO: Saving data for 120667880: {'auction_closing_time': 1774888200.0, 'created_time': 1774271729.157161, 'last_price_update_time': 1774703163.355417}
2026-03-28 13:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667880') HTTP/1.1" 204 0
2026-03-28 13:06:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:06:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692983?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692983, 'registration': 'EF63PHU', 'account': 'WBA004', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 163 Titanium 5dr Powershift', 'mileage': 100275, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2313, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-01-09', 'fuel': 'Diesel', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EF63PHU/2026-03-26/image/2e151328-f4d2-483a-af28-adc2ddc0eedd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/0817b799-85ff-4ff4-a841-90caaa6fd33a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/79b2ba64-6584-4aa8-8073-22ad3f2aa970_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/03ccac6d-3465-4bd7-aee3-3c8c1c7b7858_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/a819b47f-ceee-4bf8-95ad-caf969cb87b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/da0e0949-9058-45b9-8424-7d39692c470a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/2dc0c50e-af0e-48bf-9058-7b7e22eba017_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/6aae0dc2-fcf2-4da8-be9d-89edc586685b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/9eabd32e-483d-4d27-aec1-b41815644348_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/15 9K - 08/16 12K - 11/17 20K - 08/18 28K - 03/20 45K - 11/21 61K - 09/22 73K -', 'remarks': 'VOSA STATES 71K- 82K- 88K- 94K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3fe982c9-67ed-497e-b185-bec128a00221.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692983, 'registration': 'EF63PHU', 'account': 'WBA004', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 163 Titanium 5dr Powershift', 'mileage': 100275, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2313, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-01-09', 'fuel': 'Diesel', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EF63PHU/2026-03-26/image/2e151328-f4d2-483a-af28-adc2ddc0eedd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/0817b799-85ff-4ff4-a841-90caaa6fd33a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/79b2ba64-6584-4aa8-8073-22ad3f2aa970_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/03ccac6d-3465-4bd7-aee3-3c8c1c7b7858_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/a819b47f-ceee-4bf8-95ad-caf969cb87b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/da0e0949-9058-45b9-8424-7d39692c470a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/2dc0c50e-af0e-48bf-9058-7b7e22eba017_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/6aae0dc2-fcf2-4da8-be9d-89edc586685b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF63PHU/2026-03-26/image/9eabd32e-483d-4d27-aec1-b41815644348_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/15 9K - 08/16 12K - 11/17 20K - 08/18 28K - 03/20 45K - 11/21 61K - 09/22 73K -', 'remarks': 'VOSA STATES 71K- 82K- 88K- 94K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3fe982c9-67ed-497e-b185-bec128a00221.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with identifier: 120692983
2026-03-28 13:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with scrape type 2
2026-03-28 13:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with scrape type 2
2026-03-28 13:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5, identifier: 120692983
2026-03-28 13:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with identifier: 120692983
2026-03-28 13:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with identifier: 120692983
2026-03-28 13:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with identifier: 120692983 to the API
2026-03-28 13:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120692983?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '837e41c1-f6a0-53d2-b0bf-c54a61855bb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF63PHU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692983',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'S-MAX DIESEL ESTATE',
'odometer': 100275,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-09',
'seller_name': 'UKCGR - Trade',
'title': 'FORD S-MAX DIESEL ESTATE 2.0 TDCi 163 Titanium 5dr Powershift',
'transmission': 'automatic',
'trim': '2.0 TDCi 163 Titanium 5dr Powershift',
'vin': None,
'year': 2014}
2026-03-28 13:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692983%27 HTTP/1.1" 200 None
2026-03-28 13:06:04 [astonbarclay.gb] INFO: Saving data for 120692983: {'auction_closing_time': 1774888200.0, 'created_time': 1774379374.986187, 'last_price_update_time': 1774703164.798436}
2026-03-28 13:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692983') HTTP/1.1" 204 0
2026-03-28 13:06:05 [scrapy.extensions.logstats] INFO: Crawled 164 pages (at 37 pages/min), scraped 162 items (at 37 items/min)
2026-03-28 13:06:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:06:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696944?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696944, 'registration': 'RE22JVO', 'account': 'WBA003', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Raptor 2.0 EcoBlue 213 Auto', 'mileage': 94419, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2305, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-04-20', 'fuel': 'Diesel', 'motExpiry': '2027-03-02', 'doors': None, 'engineSize': 1996, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/RE22JVO/2026-03-26/image/32181830-55da-4549-a1d9-1cac56c17b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/6baa5eee-f216-48ed-bf8c-2ebe2d5a4c0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/3c9c4028-a3c3-441f-ae1c-986af8d886b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/6440ef3d-4514-4071-bd03-9ea0095129c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/84447202-28f1-4e51-9aab-aa61df90bbea_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/31aca768-1cd7-43bf-83be-8d2894781680_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/a2a62a73-f9c3-4685-b2d2-20646eb12359_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/cccf8554-89bc-4d1c-82ee-d3214aaa9b99_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/f047a16b-9856-445a-a715-6d253477f2d5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 01/23 36K -05/23 50K - 11/23 64K - 0', 'remarks': 'VOSA DISCREPANCY VOSA IN MILES AND KM 137KM - 94K - SPARE KEY IN OFFICE, **NO VAT**', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 278, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/68761878-5566-40e9-b87f-bf49f29e2213.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696944, 'registration': 'RE22JVO', 'account': 'WBA003', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Raptor 2.0 EcoBlue 213 Auto', 'mileage': 94419, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2305, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-04-20', 'fuel': 'Diesel', 'motExpiry': '2027-03-02', 'doors': None, 'engineSize': 1996, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/RE22JVO/2026-03-26/image/32181830-55da-4549-a1d9-1cac56c17b7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/6baa5eee-f216-48ed-bf8c-2ebe2d5a4c0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/3c9c4028-a3c3-441f-ae1c-986af8d886b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/6440ef3d-4514-4071-bd03-9ea0095129c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/84447202-28f1-4e51-9aab-aa61df90bbea_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/31aca768-1cd7-43bf-83be-8d2894781680_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/a2a62a73-f9c3-4685-b2d2-20646eb12359_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/cccf8554-89bc-4d1c-82ee-d3214aaa9b99_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE22JVO/2026-03-26/image/f047a16b-9856-445a-a715-6d253477f2d5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 01/23 36K -05/23 50K - 11/23 64K - 0', 'remarks': 'VOSA DISCREPANCY VOSA IN MILES AND KM 137KM - 94K - SPARE KEY IN OFFICE, **NO VAT**', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 278, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/68761878-5566-40e9-b87f-bf49f29e2213.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with identifier: 120696944
2026-03-28 13:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with scrape type 2
2026-03-28 13:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with scrape type 2
2026-03-28 13:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595, identifier: 120696944
2026-03-28 13:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with identifier: 120696944
2026-03-28 13:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with identifier: 120696944
2026-03-28 13:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with identifier: 120696944 to the API
2026-03-28 13:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696944?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 278,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '7f7cf9e4-6a86-5201-9694-eca0c4f6a595',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE22JVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696944',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'RANGER DIESEL',
'odometer': 94419,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-20',
'seller_name': 'UKCGR - Select',
'title': 'FORD RANGER DIESEL Pick Up Double Cab Raptor 2.0 EcoBlue 213 Auto',
'transmission': 'automatic',
'trim': 'Pick Up Double Cab Raptor 2.0 EcoBlue 213 Auto',
'vin': None,
'year': 2022}
2026-03-28 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696944%27 HTTP/1.1" 200 None
2026-03-28 13:06:06 [astonbarclay.gb] INFO: Saving data for 120696944: {'auction_closing_time': 1774888200.0, 'created_time': 1774379353.158811, 'last_price_update_time': 1774703166.661406}
2026-03-28 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696944') HTTP/1.1" 204 0
2026-03-28 13:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696058?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696058, 'registration': 'N575BVX', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '306 HATCHBACK', 'derivative': '1.4 XR 5dr', 'mileage': 82215, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2315, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '1995-08-01', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/N575BVX/2026-03-26/image/18c2806f-13af-405f-9843-af8b3871741e_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/945d7811-a473-48bc-a245-dadf0aa031dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/50520e87-fd5b-48d4-b8f7-487db9ca4d0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/9b1f6324-53f7-4979-bc67-fe7e80fd3036_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/ebdcfda6-f54e-454d-b1f8-07986c45eb47_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/148feeef-fa87-4a1e-ae73-7870fc3c9878_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/55bc28a0-54b3-4e43-947b-9cd8ecaf8694_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/f42d5b86-fccf-4aa5-9898-20b544d3acf2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25 63K', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair VOSA STATES 80K- 81K- 81K- 82K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696058, 'registration': 'N575BVX', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '306 HATCHBACK', 'derivative': '1.4 XR 5dr', 'mileage': 82215, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2315, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '1995-08-01', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/N575BVX/2026-03-26/image/18c2806f-13af-405f-9843-af8b3871741e_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/945d7811-a473-48bc-a245-dadf0aa031dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/50520e87-fd5b-48d4-b8f7-487db9ca4d0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/9b1f6324-53f7-4979-bc67-fe7e80fd3036_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/ebdcfda6-f54e-454d-b1f8-07986c45eb47_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/148feeef-fa87-4a1e-ae73-7870fc3c9878_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/55bc28a0-54b3-4e43-947b-9cd8ecaf8694_removebg.jpg?w=600', 'https://abimg003.imgix.net/N575BVX/2026-03-26/image/f42d5b86-fccf-4aa5-9898-20b544d3acf2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25 63K', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair VOSA STATES 80K- 81K- 81K- 82K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 089f39e8-f78c-58b0-a905-663465998332 with identifier: 120696058
2026-03-28 13:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 089f39e8-f78c-58b0-a905-663465998332 with scrape type 2
2026-03-28 13:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 089f39e8-f78c-58b0-a905-663465998332 with scrape type 2
2026-03-28 13:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 089f39e8-f78c-58b0-a905-663465998332, identifier: 120696058
2026-03-28 13:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 089f39e8-f78c-58b0-a905-663465998332 with identifier: 120696058
2026-03-28 13:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 089f39e8-f78c-58b0-a905-663465998332 with identifier: 120696058
2026-03-28 13:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 089f39e8-f78c-58b0-a905-663465998332 with identifier: 120696058 to the API
2026-03-28 13:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696058?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '089f39e8-f78c-58b0-a905-663465998332',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'N575BVX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696058',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '306 HATCHBACK',
'odometer': 82215,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '1995-08-01',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 306 HATCHBACK 1.4 XR 5dr',
'transmission': 'manual',
'trim': '1.4 XR 5dr',
'vin': None,
'year': 1995}
2026-03-28 13:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696058%27 HTTP/1.1" 200 None
2026-03-28 13:06:08 [astonbarclay.gb] INFO: Saving data for 120696058: {'auction_closing_time': 1774888200.0, 'created_time': 1774379353.800947, 'last_price_update_time': 1774703168.838471}
2026-03-28 13:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696058') HTTP/1.1" 204 0
2026-03-28 13:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120683124?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120683124, 'registration': 'K18TAC', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'DISCOVERY 3 DIESEL SW', 'derivative': '2.7 Td V6 GS 5dr Auto', 'mileage': 95122, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2269, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-06-29', 'fuel': 'Diesel', 'motExpiry': '2021-01-23', 'doors': 5, 'engineSize': 2720, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/K18TAC/2026-03-24/image/b2bf3ed1-435e-487d-b66c-b1b584f16143_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bee65b32-6760-4612-9d17-2afceaeab653_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/26556999-9db6-4e4c-a402-8f86f1bf8a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bc4a4819-e581-495c-960a-f3e9d1ac427c_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/321e058e-7a15-4026-b13a-ca4b372f5a8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bcbbc145-d69c-44e3-855d-70df98605cff_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/1d6e472f-2149-467f-9aad-c1d1496e6383_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/72b145c6-5bce-49b7-b8a5-fe5307e300ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/018d05bb-3688-4cd1-9cb2-73af8a9b240f_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/8e0099a1-6e7b-48e6-9d45-2c7b68681a0d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/08 6K - 07/09 13K - 07/10 19K - 08/11 26K -07/12 36K - 10/13 48K - 01/17 76K', 'remarks': 'VOSA STATES 74K- 86K- 88K - 92K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 270, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/367aeaca-88d2-4768-9d5b-2283c10e5207.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120683124, 'registration': 'K18TAC', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'DISCOVERY 3 DIESEL SW', 'derivative': '2.7 Td V6 GS 5dr Auto', 'mileage': 95122, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2269, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-06-29', 'fuel': 'Diesel', 'motExpiry': '2021-01-23', 'doors': 5, 'engineSize': 2720, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/K18TAC/2026-03-24/image/b2bf3ed1-435e-487d-b66c-b1b584f16143_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bee65b32-6760-4612-9d17-2afceaeab653_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/26556999-9db6-4e4c-a402-8f86f1bf8a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bc4a4819-e581-495c-960a-f3e9d1ac427c_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/321e058e-7a15-4026-b13a-ca4b372f5a8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bcbbc145-d69c-44e3-855d-70df98605cff_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/1d6e472f-2149-467f-9aad-c1d1496e6383_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/72b145c6-5bce-49b7-b8a5-fe5307e300ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/018d05bb-3688-4cd1-9cb2-73af8a9b240f_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/8e0099a1-6e7b-48e6-9d45-2c7b68681a0d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/08 6K - 07/09 13K - 07/10 19K - 08/11 26K -07/12 36K - 10/13 48K - 01/17 76K', 'remarks': 'VOSA STATES 74K- 86K- 88K - 92K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 270, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/367aeaca-88d2-4768-9d5b-2283c10e5207.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with identifier: 120683124
2026-03-28 13:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with scrape type 2
2026-03-28 13:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with scrape type 2
2026-03-28 13:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5, identifier: 120683124
2026-03-28 13:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with identifier: 120683124
2026-03-28 13:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with identifier: 120683124
2026-03-28 13:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with identifier: 120683124 to the API
2026-03-28 13:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120683124?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 270,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.7L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'K18TAC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120683124',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'DISCOVERY 3 DIESEL SW',
'odometer': 95122,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-06-29',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER DISCOVERY 3 DIESEL SW 2.7 Td V6 GS 5dr Auto',
'transmission': 'automatic',
'trim': '2.7 Td V6 GS 5dr Auto',
'vin': None,
'year': 2007}
2026-03-28 13:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:10 [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-28 13:06:10 [astonbarclay.gb] INFO: Saving data for 120683124: {'auction_closing_time': 1774888200.0, 'created_time': 1774292560.360467, 'last_price_update_time': 1774703170.107257}
2026-03-28 13:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120683124') HTTP/1.1" 204 0
2026-03-28 13:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691178?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691178, 'registration': 'SL09UWG', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'PRIUS HATCHBACK', 'derivative': '1.5 VVTi T3 Hybrid 5dr CVT Auto', 'mileage': 183303, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2249, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-05-20', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-01', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL09UWG/2026-03-25/image/b3f97f5e-7e3a-4dd7-932f-884fbdde57d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/d6aaf4ca-e9a8-4e23-bce1-01d3291848c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/24c4a1c8-1d85-4ff4-86b5-0d4af673166c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/c4f067a4-eafa-4185-8dda-8074e7e06b3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/7e2395b0-e277-4f16-bb59-6e75a5a710ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/83b9dba5-28b9-4116-9004-491461c7b17d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/ec38a680-66c0-4458-b1fb-f1be342344e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/e9b1aba1-6a14-48d5-a2bd-7f8ef5236389_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 163K- 170K - 175K- 181K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/81d0a6a2-04a1-49ea-add9-e8f572163224.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691178, 'registration': 'SL09UWG', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'PRIUS HATCHBACK', 'derivative': '1.5 VVTi T3 Hybrid 5dr CVT Auto', 'mileage': 183303, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2249, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-05-20', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-01', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL09UWG/2026-03-25/image/b3f97f5e-7e3a-4dd7-932f-884fbdde57d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/d6aaf4ca-e9a8-4e23-bce1-01d3291848c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/24c4a1c8-1d85-4ff4-86b5-0d4af673166c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/c4f067a4-eafa-4185-8dda-8074e7e06b3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/7e2395b0-e277-4f16-bb59-6e75a5a710ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/83b9dba5-28b9-4116-9004-491461c7b17d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/ec38a680-66c0-4458-b1fb-f1be342344e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/e9b1aba1-6a14-48d5-a2bd-7f8ef5236389_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 163K- 170K - 175K- 181K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/81d0a6a2-04a1-49ea-add9-e8f572163224.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 143bad66-8632-5978-8ea2-b572cdbd178e with identifier: 120691178
2026-03-28 13:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 143bad66-8632-5978-8ea2-b572cdbd178e with scrape type 2
2026-03-28 13:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 143bad66-8632-5978-8ea2-b572cdbd178e with scrape type 2
2026-03-28 13:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 143bad66-8632-5978-8ea2-b572cdbd178e, identifier: 120691178
2026-03-28 13:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 143bad66-8632-5978-8ea2-b572cdbd178e with identifier: 120691178
2026-03-28 13:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 143bad66-8632-5978-8ea2-b572cdbd178e with identifier: 120691178
2026-03-28 13:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 143bad66-8632-5978-8ea2-b572cdbd178e with identifier: 120691178 to the API
2026-03-28 13:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691178?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '143bad66-8632-5978-8ea2-b572cdbd178e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SL09UWG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691178',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'PRIUS HATCHBACK',
'odometer': 183303,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-05-20',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA PRIUS HATCHBACK 1.5 VVTi T3 Hybrid 5dr CVT Auto',
'transmission': 'automatic',
'trim': '1.5 VVTi T3 Hybrid 5dr CVT Auto',
'vin': None,
'year': 2009}
2026-03-28 13:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691178%27 HTTP/1.1" 200 None
2026-03-28 13:06:11 [astonbarclay.gb] INFO: Saving data for 120691178: {'auction_closing_time': 1774888200.0, 'created_time': 1774292518.064625, 'last_price_update_time': 1774703171.54966}
2026-03-28 13:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691178') HTTP/1.1" 204 0
2026-03-28 13:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120829129?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120610324?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120829129, 'registration': 'EK06OUN', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A8 DIESEL SALOON', 'derivative': '3.0 TDI Quattro SE 4dr Tip Auto', 'mileage': 63163, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2389, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-04-07', 'fuel': 'Diesel', 'motExpiry': '2026-07-30', 'doors': 4, 'engineSize': 2967, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/EK06OUN/2026-03-27/image/5ad74ae9-0630-45a0-85a7-bf1625deb021_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/51b4ff70-9e24-4694-ad48-af5073637e63_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/5db14f58-3ea1-4524-8599-ec1f3762fd37_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/ee017eec-0aed-4b76-9365-f9beab224a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/c55a2dcf-75a9-44f7-b543-55e51e2d760b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/c4549ff9-db61-4b89-af00-aef8b1ea6479_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/afcea92f-18c2-49bd-b5f3-9e2ebda62fec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/e158f786-c2b7-4938-a396-1885bd6642fe_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/08- 9K, 07/10- 14K, 07/12- 19K, 08/14- 22K, 03/17- 25K, 04/19- 26K, 07/22- 29K, 07/24- 46K, 07/25- 56K', 'remarks': 'VOSA STATES 29K, 38K, 46K, 56K, 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': 231, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c288fcb-4c0f-41c9-89da-4a6f85a5404f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120829129, 'registration': 'EK06OUN', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A8 DIESEL SALOON', 'derivative': '3.0 TDI Quattro SE 4dr Tip Auto', 'mileage': 63163, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2389, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-04-07', 'fuel': 'Diesel', 'motExpiry': '2026-07-30', 'doors': 4, 'engineSize': 2967, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/EK06OUN/2026-03-27/image/5ad74ae9-0630-45a0-85a7-bf1625deb021_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/51b4ff70-9e24-4694-ad48-af5073637e63_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/5db14f58-3ea1-4524-8599-ec1f3762fd37_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/ee017eec-0aed-4b76-9365-f9beab224a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/c55a2dcf-75a9-44f7-b543-55e51e2d760b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/c4549ff9-db61-4b89-af00-aef8b1ea6479_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/afcea92f-18c2-49bd-b5f3-9e2ebda62fec_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK06OUN/2026-03-27/image/e158f786-c2b7-4938-a396-1885bd6642fe_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/08- 9K, 07/10- 14K, 07/12- 19K, 08/14- 22K, 03/17- 25K, 04/19- 26K, 07/22- 29K, 07/24- 46K, 07/25- 56K', 'remarks': 'VOSA STATES 29K, 38K, 46K, 56K, 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': 231, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c288fcb-4c0f-41c9-89da-4a6f85a5404f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddf175de-0c1d-5766-a55a-852c882c7da6 with identifier: 120829129
2026-03-28 13:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddf175de-0c1d-5766-a55a-852c882c7da6 with scrape type 2
2026-03-28 13:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddf175de-0c1d-5766-a55a-852c882c7da6 with scrape type 2
2026-03-28 13:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ddf175de-0c1d-5766-a55a-852c882c7da6, identifier: 120829129
2026-03-28 13:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ddf175de-0c1d-5766-a55a-852c882c7da6 with identifier: 120829129
2026-03-28 13:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ddf175de-0c1d-5766-a55a-852c882c7da6 with identifier: 120829129
2026-03-28 13:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ddf175de-0c1d-5766-a55a-852c882c7da6 with identifier: 120829129 to the API
2026-03-28 13:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120829129?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 231,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '3.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'ddf175de-0c1d-5766-a55a-852c882c7da6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK06OUN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120829129',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A8 DIESEL SALOON',
'odometer': 63163,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-04-07',
'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': 2006}
2026-03-28 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120829129%27 HTTP/1.1" 200 None
2026-03-28 13:06:12 [astonbarclay.gb] INFO: Saving data for 120829129: {'created_time': 1774605780.975328, 'last_price_update_time': 1774703172.240385, 'auction_closing_time': 1774888200.0}
2026-03-28 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120829129') HTTP/1.1" 204 0
2026-03-28 13:06:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120610324, 'registration': 'EX10AUH', 'account': 'WBA004', 'make': 'SMART', 'model': 'FORTWO COUPE', 'derivative': 'Passion 2dr Auto [84]', 'mileage': 73893, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2350, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 2, 'engineSize': 999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EX10AUH/2026-03-19/image/93f17d4c-4c58-418c-b2d6-4edf562713b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/f3473a4a-87c6-46a7-a12d-012cc9b6cd5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/0d523be2-9d5a-4ce1-81f2-f4561b27a704_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/95816f6d-19a7-46e6-8b13-c4e75489292a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/4415085e-dec4-4526-99f8-ff2b75e4d18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/6496245f-8295-499c-967e-b38fad243fbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/d3eb9576-195e-4b52-aabe-1cae3acd0598_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/162766fc-8fa7-4ed3-9e08-d2d3da43c4d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/b11cdb6a-8545-4301-a892-b68ac580becd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/11- 11K, 02/12- 20K, 08/13- 29K, 08/14- ??, 09/15- 38K,', 'remarks': 'VOSA STATES 53K, 59K, 66K, 70K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f291b2f-7f8b-476a-b0d0-8991e65b0e5c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120610324, 'registration': 'EX10AUH', 'account': 'WBA004', 'make': 'SMART', 'model': 'FORTWO COUPE', 'derivative': 'Passion 2dr Auto [84]', 'mileage': 73893, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2350, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 2, 'engineSize': 999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EX10AUH/2026-03-19/image/93f17d4c-4c58-418c-b2d6-4edf562713b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/f3473a4a-87c6-46a7-a12d-012cc9b6cd5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/0d523be2-9d5a-4ce1-81f2-f4561b27a704_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/95816f6d-19a7-46e6-8b13-c4e75489292a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/4415085e-dec4-4526-99f8-ff2b75e4d18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/6496245f-8295-499c-967e-b38fad243fbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/d3eb9576-195e-4b52-aabe-1cae3acd0598_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/162766fc-8fa7-4ed3-9e08-d2d3da43c4d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/b11cdb6a-8545-4301-a892-b68ac580becd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/11- 11K, 02/12- 20K, 08/13- 29K, 08/14- ??, 09/15- 38K,', 'remarks': 'VOSA STATES 53K, 59K, 66K, 70K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f291b2f-7f8b-476a-b0d0-8991e65b0e5c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bf56d02-1675-5e54-a688-354982416d79 with identifier: 120610324
2026-03-28 13:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bf56d02-1675-5e54-a688-354982416d79 with scrape type 2
2026-03-28 13:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bf56d02-1675-5e54-a688-354982416d79 with scrape type 2
2026-03-28 13:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1bf56d02-1675-5e54-a688-354982416d79, identifier: 120610324
2026-03-28 13:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1bf56d02-1675-5e54-a688-354982416d79 with identifier: 120610324
2026-03-28 13:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1bf56d02-1675-5e54-a688-354982416d79 with identifier: 120610324
2026-03-28 13:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1bf56d02-1675-5e54-a688-354982416d79 with identifier: 120610324 to the API
2026-03-28 13:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120610324?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '1bf56d02-1675-5e54-a688-354982416d79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX10AUH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120610324',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SMART',
'model': 'FORTWO COUPE',
'odometer': 73893,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'SMART FORTWO COUPE Passion 2dr Auto [84]',
'transmission': 'automatic',
'trim': 'Passion 2dr Auto [84]',
'vin': None,
'year': 2010}
2026-03-28 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:12 [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-28 13:06:12 [astonbarclay.gb] INFO: Saving data for 120610324: {'auction_closing_time': 1774888200.0, 'created_time': 1773947052.102586, 'last_price_update_time': 1774703172.673572}
2026-03-28 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120610324') HTTP/1.1" 204 0
2026-03-28 13:06:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688426?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688426, 'registration': 'SE14GXT', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 5dr', 'mileage': 27865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2234, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-22', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE14GXT/2026-03-24/image/2ccfbc50-a593-4d55-80d8-5d92823ce9aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/058a4040-6e0f-4955-b468-d515bbd7443a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/e8271cd0-aab8-4f67-a73d-2a5c5d89ca00_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/4637cc49-8960-4865-a135-61b77d5df039_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/a7b4e3dd-9079-413d-9ec6-44bd8a38833e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/5bc7ed12-8a60-4c16-9b82-6d1dda037d82_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/cf4eadd9-49ec-4227-94ad-e7e9a6104194_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/597b4cd0-fa51-447d-8212-6efd46bdb787_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/15-2K, 06/17-5K, 11/18-8K, 09/19-11K, 09/20-13K, 08/21-15K, 04/23-21K, 09/24-24K, 09/25-27K', 'remarks': 'VOSA STATES 19K, 22K, 24K, 27K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/360bd06c-dc7e-4710-a6cb-1d2430e3929b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688426, 'registration': 'SE14GXT', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 5dr', 'mileage': 27865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2234, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-22', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE14GXT/2026-03-24/image/2ccfbc50-a593-4d55-80d8-5d92823ce9aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/058a4040-6e0f-4955-b468-d515bbd7443a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/e8271cd0-aab8-4f67-a73d-2a5c5d89ca00_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/4637cc49-8960-4865-a135-61b77d5df039_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/a7b4e3dd-9079-413d-9ec6-44bd8a38833e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/5bc7ed12-8a60-4c16-9b82-6d1dda037d82_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/cf4eadd9-49ec-4227-94ad-e7e9a6104194_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/597b4cd0-fa51-447d-8212-6efd46bdb787_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/15-2K, 06/17-5K, 11/18-8K, 09/19-11K, 09/20-13K, 08/21-15K, 04/23-21K, 09/24-24K, 09/25-27K', 'remarks': 'VOSA STATES 19K, 22K, 24K, 27K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/360bd06c-dc7e-4710-a6cb-1d2430e3929b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with identifier: 120688426
2026-03-28 13:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with scrape type 2
2026-03-28 13:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with scrape type 2
2026-03-28 13:06:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02, identifier: 120688426
2026-03-28 13:06:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with identifier: 120688426
2026-03-28 13:06:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with identifier: 120688426
2026-03-28 13:06:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with identifier: 120688426 to the API
2026-03-28 13:06:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688426?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '43b9c127-cb5b-597a-8b1a-38e9aabb5c02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SE14GXT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688426',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 27865,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.25 82 Zetec 5dr',
'transmission': 'manual',
'trim': '1.25 82 Zetec 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688426%27 HTTP/1.1" 200 None
2026-03-28 13:06:13 [astonbarclay.gb] INFO: Saving data for 120688426: {'auction_closing_time': 1774888200.0, 'created_time': 1774379383.293329, 'last_price_update_time': 1774703173.920122}
2026-03-28 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688426') HTTP/1.1" 204 0
2026-03-28 13:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120725979?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120725979, 'registration': 'SV55OZG', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '4.4 V8 HSE 5dr Auto', 'mileage': 103818, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2278, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-09-15', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 4394, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV55OZG/2026-03-24/image/a6cdd04a-ad51-43d4-8b1a-2aff78c3826e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/d910ec20-3ca3-47b3-acf7-592f404f2a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/052292a9-57e3-475e-921a-cec4c2dfa0ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/82a2d8cf-4fef-4366-a203-82c9305099e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/7f1f557c-92df-499c-a136-61e6d5c1e6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/2dab1a5f-85cb-4021-a2b0-ba97591c7267_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/0fa8de10-0da3-4281-9f08-3c2bc7465d75_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/3c0ef39a-fb9b-4558-8d4e-57a534244ed4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print DISCREPANCY IN SERVICE HISTORY 09/15-418K, 09/16-45K, 09/24-89K', 'remarks': 'VOSA STATES 72K, 82K, 89K, 100K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 352, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cea4bbc-71d4-44f2-aa7d-1da49286ea21.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120725979, 'registration': 'SV55OZG', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '4.4 V8 HSE 5dr Auto', 'mileage': 103818, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2278, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-09-15', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 4394, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV55OZG/2026-03-24/image/a6cdd04a-ad51-43d4-8b1a-2aff78c3826e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/d910ec20-3ca3-47b3-acf7-592f404f2a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/052292a9-57e3-475e-921a-cec4c2dfa0ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/82a2d8cf-4fef-4366-a203-82c9305099e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/7f1f557c-92df-499c-a136-61e6d5c1e6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/2dab1a5f-85cb-4021-a2b0-ba97591c7267_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/0fa8de10-0da3-4281-9f08-3c2bc7465d75_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/3c0ef39a-fb9b-4558-8d4e-57a534244ed4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print DISCREPANCY IN SERVICE HISTORY 09/15-418K, 09/16-45K, 09/24-89K', 'remarks': 'VOSA STATES 72K, 82K, 89K, 100K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 352, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cea4bbc-71d4-44f2-aa7d-1da49286ea21.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with identifier: 120725979
2026-03-28 13:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with scrape type 2
2026-03-28 13:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with scrape type 2
2026-03-28 13:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7cd243eb-0cc4-594d-9e93-5b9815bbb817, identifier: 120725979
2026-03-28 13:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with identifier: 120725979
2026-03-28 13:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with identifier: 120725979
2026-03-28 13:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with identifier: 120725979 to the API
2026-03-28 13:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120725979?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 352,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '4.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '7cd243eb-0cc4-594d-9e93-5b9815bbb817',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV55OZG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120725979',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT ESTATE',
'odometer': 103818,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-09-15',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER RANGE ROVER SPORT ESTATE 4.4 V8 HSE 5dr Auto',
'transmission': 'automatic',
'trim': '4.4 V8 HSE 5dr Auto',
'vin': None,
'year': 2005}
2026-03-28 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120725979%27 HTTP/1.1" 200 None
2026-03-28 13:06:15 [astonbarclay.gb] INFO: Saving data for 120725979: {'auction_closing_time': 1774888200.0, 'created_time': 1774379347.791581, 'last_price_update_time': 1774703175.292466}
2026-03-28 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120725979') HTTP/1.1" 204 0
2026-03-28 13:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120689230?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120680410?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120689230, 'registration': 'EX15FXH', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Pression 5dr x-shift', 'mileage': 143939, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2242, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX15FXH/2026-03-24/image/f8e95ea9-32b9-4ebf-8e67-8fb5a7c895db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/04dbd971-2520-41b5-b356-3078a02e8079_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/c95286cf-e8e3-4e64-8bae-2f1f7ee760bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/0b031150-d68c-4a96-8ce4-1598e994f72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/37596efa-1721-448e-b3ec-6e4a929e6f20_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/b5e0246b-0ca2-4636-9465-7f55a76095b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/9d047b6e-f52e-40de-8359-efe7e3800a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/171371a3-7234-4d9f-8506-9fcb7eb94efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/f07c9425-ce19-4d9e-8a0c-540ef4ff37c7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/16 7K - 03/23 95K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 95K- 114K - 115K- 135K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/64bcc393-4a2e-44dd-b18a-c739a9873060.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120689230, 'registration': 'EX15FXH', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Pression 5dr x-shift', 'mileage': 143939, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2242, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX15FXH/2026-03-24/image/f8e95ea9-32b9-4ebf-8e67-8fb5a7c895db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/04dbd971-2520-41b5-b356-3078a02e8079_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/c95286cf-e8e3-4e64-8bae-2f1f7ee760bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/0b031150-d68c-4a96-8ce4-1598e994f72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/37596efa-1721-448e-b3ec-6e4a929e6f20_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/b5e0246b-0ca2-4636-9465-7f55a76095b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/9d047b6e-f52e-40de-8359-efe7e3800a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/171371a3-7234-4d9f-8506-9fcb7eb94efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/f07c9425-ce19-4d9e-8a0c-540ef4ff37c7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/16 7K - 03/23 95K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 95K- 114K - 115K- 135K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/64bcc393-4a2e-44dd-b18a-c739a9873060.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd4d0a82-37bb-5954-8e4f-4bf143482c6e with identifier: 120689230
2026-03-28 13:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd4d0a82-37bb-5954-8e4f-4bf143482c6e with scrape type 2
2026-03-28 13:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd4d0a82-37bb-5954-8e4f-4bf143482c6e with scrape type 2
2026-03-28 13:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fd4d0a82-37bb-5954-8e4f-4bf143482c6e, identifier: 120689230
2026-03-28 13:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fd4d0a82-37bb-5954-8e4f-4bf143482c6e with identifier: 120689230
2026-03-28 13:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fd4d0a82-37bb-5954-8e4f-4bf143482c6e with identifier: 120689230
2026-03-28 13:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fd4d0a82-37bb-5954-8e4f-4bf143482c6e with identifier: 120689230 to the API
2026-03-28 13:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120689230?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'fd4d0a82-37bb-5954-8e4f-4bf143482c6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX15FXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120689230',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 143939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-09',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i X-Pression 5dr x-shift',
'transmission': 'automatic',
'trim': '1.0 VVT-i X-Pression 5dr x-shift',
'vin': None,
'year': 2015}
2026-03-28 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120689230%27 HTTP/1.1" 200 None
2026-03-28 13:06:15 [astonbarclay.gb] INFO: Saving data for 120689230: {'auction_closing_time': 1774888200.0, 'created_time': 1774292566.653352, 'last_price_update_time': 1774703175.780797}
2026-03-28 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120689230') HTTP/1.1" 204 0
2026-03-28 13:06:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120680410, 'registration': 'EX02KDJ', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS DIESEL HATCHBACK', 'derivative': '1.4 D-4D GS 5dr', 'mileage': 127214, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2233, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2002-04-17', 'fuel': 'Diesel', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1363, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/8f007995-5409-437c-9ebc-0826a564f9fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/89519d11-bbfb-4b2a-bb82-9e32d4086313_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/1167c261-ddfb-4226-907a-854878b32354_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/ab22f08a-db44-4cbb-81ad-43d438f6db7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/fca29004-622b-4cbc-a292-e1a6986d922f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/d2fd439b-19c5-40b6-bb04-6b1466f7458c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/72341a8e-3678-486b-b7fa-2bc3591a8bcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/c1e7aeea-68cc-4de5-947b-2cc5253b9914_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/9cccf1cf-a502-4c19-b0df-5d18aa28f3d4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 111K - 115K - 119K - 122K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4f0cfa80-239c-4b93-aea1-fecf0f73d4ad.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120680410, 'registration': 'EX02KDJ', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS DIESEL HATCHBACK', 'derivative': '1.4 D-4D GS 5dr', 'mileage': 127214, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2233, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2002-04-17', 'fuel': 'Diesel', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1363, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/8f007995-5409-437c-9ebc-0826a564f9fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/89519d11-bbfb-4b2a-bb82-9e32d4086313_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/1167c261-ddfb-4226-907a-854878b32354_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/ab22f08a-db44-4cbb-81ad-43d438f6db7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/fca29004-622b-4cbc-a292-e1a6986d922f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/d2fd439b-19c5-40b6-bb04-6b1466f7458c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/72341a8e-3678-486b-b7fa-2bc3591a8bcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/c1e7aeea-68cc-4de5-947b-2cc5253b9914_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/9cccf1cf-a502-4c19-b0df-5d18aa28f3d4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 111K - 115K - 119K - 122K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4f0cfa80-239c-4b93-aea1-fecf0f73d4ad.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5bcdafe-8155-5fef-ad81-f276d9270724 with identifier: 120680410
2026-03-28 13:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5bcdafe-8155-5fef-ad81-f276d9270724 with scrape type 2
2026-03-28 13:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5bcdafe-8155-5fef-ad81-f276d9270724 with scrape type 2
2026-03-28 13:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c5bcdafe-8155-5fef-ad81-f276d9270724, identifier: 120680410
2026-03-28 13:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c5bcdafe-8155-5fef-ad81-f276d9270724 with identifier: 120680410
2026-03-28 13:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c5bcdafe-8155-5fef-ad81-f276d9270724 with identifier: 120680410
2026-03-28 13:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c5bcdafe-8155-5fef-ad81-f276d9270724 with identifier: 120680410 to the API
2026-03-28 13:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120680410?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'c5bcdafe-8155-5fef-ad81-f276d9270724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX02KDJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120680410',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS DIESEL HATCHBACK',
'odometer': 127214,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-04-17',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA YARIS DIESEL HATCHBACK 1.4 D-4D GS 5dr',
'transmission': 'manual',
'trim': '1.4 D-4D GS 5dr',
'vin': None,
'year': 2002}
2026-03-28 13:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:16 [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-28 13:06:16 [astonbarclay.gb] INFO: Saving data for 120680410: {'auction_closing_time': 1774888200.0, 'created_time': 1774292625.956207, 'last_price_update_time': 1774703176.174091}
2026-03-28 13:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120680410') HTTP/1.1" 204 0
2026-03-28 13:06:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120678615?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120678615, 'registration': 'EJ08UGM', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0i Rhythm 5dr', 'mileage': 73750, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2229, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-05-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/98d954b4-8b11-419b-a62f-cc48e3e3dede_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/c6e840c4-b2d0-4efa-bc53-2db87f616be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/b878f8e7-0c83-49e1-b508-526c47e3fb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/c7de09ba-7f6f-489e-9bc9-149d038b12bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/e41fcc95-9146-4155-9af4-2c19e803850b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/251387c1-054c-4358-b71c-83e7325ccaba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/20f02324-38f3-4a60-be46-2b1982e7daf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/69a85e71-29ae-457b-95ec-a9bfffa4b224_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/09 - 5K, 05/11 - 13K, 04/14 - 26K, 06/17 - 36K, 06/25 - 71K', 'remarks': 'VOSA STATES - 57K, 59K, 62K, 69K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9eec2a14-79f0-4031-920c-731b7aa81da3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120678615, 'registration': 'EJ08UGM', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0i Rhythm 5dr', 'mileage': 73750, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2229, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-05-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/98d954b4-8b11-419b-a62f-cc48e3e3dede_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/c6e840c4-b2d0-4efa-bc53-2db87f616be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/b878f8e7-0c83-49e1-b508-526c47e3fb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/c7de09ba-7f6f-489e-9bc9-149d038b12bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/e41fcc95-9146-4155-9af4-2c19e803850b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/251387c1-054c-4358-b71c-83e7325ccaba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/20f02324-38f3-4a60-be46-2b1982e7daf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/69a85e71-29ae-457b-95ec-a9bfffa4b224_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/09 - 5K, 05/11 - 13K, 04/14 - 26K, 06/17 - 36K, 06/25 - 71K', 'remarks': 'VOSA STATES - 57K, 59K, 62K, 69K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9eec2a14-79f0-4031-920c-731b7aa81da3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with identifier: 120678615
2026-03-28 13:06:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with scrape type 2
2026-03-28 13:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with scrape type 2
2026-03-28 13:06:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7, identifier: 120678615
2026-03-28 13:06:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with identifier: 120678615
2026-03-28 13:06:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with identifier: 120678615
2026-03-28 13:06:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with identifier: 120678615 to the API
2026-03-28 13:06:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120678615?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '43d5ebd8-fa8a-5855-93db-c98714e0c9a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ08UGM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120678615',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C1 HATCHBACK',
'odometer': 73750,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-05-22',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C1 HATCHBACK 1.0i Rhythm 5dr',
'transmission': 'manual',
'trim': '1.0i Rhythm 5dr',
'vin': None,
'year': 2008}
2026-03-28 13:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:17 [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-28 13:06:17 [astonbarclay.gb] INFO: Saving data for 120678615: {'auction_closing_time': 1774888200.0, 'created_time': 1774292570.011261, 'last_price_update_time': 1774703177.390782}
2026-03-28 13:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120678615') HTTP/1.1" 204 0
2026-03-28 13:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690055?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690055, 'registration': 'YK56MDO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr Auto [Climate Pack]', 'mileage': 118786, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2226, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK56MDO/2026-03-24/image/e082c72a-30be-432a-a927-5cb040d6b421_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/c60ea31c-7b86-4736-8236-ea247f797989_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/c2ab4789-da2e-437f-b3e0-889e736f2d76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/3bb777e4-923a-4d1f-8328-3124d64ccbd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/5b389913-aba5-475b-8b56-58b71976781d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/a9ccfdad-36c6-4190-9715-0584f0be3b6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/22b7aa95-0a78-4f10-8e90-2c8a7d0d7d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/951242da-0fc8-408b-8c9f-2b3b38d768cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/720ecaeb-0c93-417f-a87b-48ea98e66adb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 98K- 106K- 111K- 117K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690055, 'registration': 'YK56MDO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr Auto [Climate Pack]', 'mileage': 118786, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2226, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK56MDO/2026-03-24/image/e082c72a-30be-432a-a927-5cb040d6b421_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/c60ea31c-7b86-4736-8236-ea247f797989_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/c2ab4789-da2e-437f-b3e0-889e736f2d76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/3bb777e4-923a-4d1f-8328-3124d64ccbd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/5b389913-aba5-475b-8b56-58b71976781d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/a9ccfdad-36c6-4190-9715-0584f0be3b6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/22b7aa95-0a78-4f10-8e90-2c8a7d0d7d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/951242da-0fc8-408b-8c9f-2b3b38d768cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/720ecaeb-0c93-417f-a87b-48ea98e66adb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 98K- 106K- 111K- 117K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72df03a0-0898-5655-90d1-61f923b4c528 with identifier: 120690055
2026-03-28 13:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72df03a0-0898-5655-90d1-61f923b4c528 with scrape type 2
2026-03-28 13:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72df03a0-0898-5655-90d1-61f923b4c528 with scrape type 2
2026-03-28 13:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 72df03a0-0898-5655-90d1-61f923b4c528, identifier: 120690055
2026-03-28 13:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 72df03a0-0898-5655-90d1-61f923b4c528 with identifier: 120690055
2026-03-28 13:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 72df03a0-0898-5655-90d1-61f923b4c528 with identifier: 120690055
2026-03-28 13:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 72df03a0-0898-5655-90d1-61f923b4c528 with identifier: 120690055 to the API
2026-03-28 13:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690055?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 184,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '72df03a0-0898-5655-90d1-61f923b4c528',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YK56MDO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690055',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 118786,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-09-25',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.6 Zetec 5dr Auto [Climate Pack]',
'transmission': 'automatic',
'trim': '1.6 Zetec 5dr Auto [Climate Pack]',
'vin': None,
'year': 2006}
2026-03-28 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:21 [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-28 13:06:21 [astonbarclay.gb] INFO: Saving data for 120690055: {'auction_closing_time': 1774888200.0, 'created_time': 1774292522.502367, 'last_price_update_time': 1774703181.572679}
2026-03-28 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690055') HTTP/1.1" 204 0
2026-03-28 13:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690647?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690647, 'registration': 'EY11WTC', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Visia 5dr', 'mileage': 99956, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2225, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY11WTC/2026-03-24/image/4931abd6-d2c1-457c-8fa8-ed57c8795ffc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/1cd829ce-a808-428a-8523-297552363aac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/b870bcdd-db8b-42e5-821e-ad7a48a57ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/a391c9fd-d6d2-41a2-8b8f-0649b5bf1344_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/9d7b56a5-4e02-4f98-a007-1fdfd542475a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/38f005a4-cea6-41ca-8eaf-d55709bf738d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/9ef22dd6-fe5a-4a2e-9c18-8ce03008310d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/6523e249-935c-40e8-b7f6-cc0f8f7d5d59_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/10b4f283-2226-40b4-a71b-c70d66be6ad0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12 9K - 07/13 16K - 06/14 24K - 06/15 33K - 07/15 40K - 07/17M 48K - 07/18 55K - 10/19 61K - 10/20 66K - 11/21 69K - 11/22 74K - 10/23 81K - 11/24 88K - 11/25 96K', 'remarks': 'VOSA STATES 72K- 78K- 84K- 93K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2ccfe841-3323-40ff-a4a4-f78fdbc7c621.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690647, 'registration': 'EY11WTC', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Visia 5dr', 'mileage': 99956, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2225, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY11WTC/2026-03-24/image/4931abd6-d2c1-457c-8fa8-ed57c8795ffc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/1cd829ce-a808-428a-8523-297552363aac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/b870bcdd-db8b-42e5-821e-ad7a48a57ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/a391c9fd-d6d2-41a2-8b8f-0649b5bf1344_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/9d7b56a5-4e02-4f98-a007-1fdfd542475a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/38f005a4-cea6-41ca-8eaf-d55709bf738d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/9ef22dd6-fe5a-4a2e-9c18-8ce03008310d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/6523e249-935c-40e8-b7f6-cc0f8f7d5d59_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/10b4f283-2226-40b4-a71b-c70d66be6ad0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12 9K - 07/13 16K - 06/14 24K - 06/15 33K - 07/15 40K - 07/17M 48K - 07/18 55K - 10/19 61K - 10/20 66K - 11/21 69K - 11/22 74K - 10/23 81K - 11/24 88K - 11/25 96K', 'remarks': 'VOSA STATES 72K- 78K- 84K- 93K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2ccfe841-3323-40ff-a4a4-f78fdbc7c621.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aef4765b-ba59-5dc1-a414-77437b62c243 with identifier: 120690647
2026-03-28 13:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aef4765b-ba59-5dc1-a414-77437b62c243 with scrape type 2
2026-03-28 13:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aef4765b-ba59-5dc1-a414-77437b62c243 with scrape type 2
2026-03-28 13:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aef4765b-ba59-5dc1-a414-77437b62c243, identifier: 120690647
2026-03-28 13:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aef4765b-ba59-5dc1-a414-77437b62c243 with identifier: 120690647
2026-03-28 13:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aef4765b-ba59-5dc1-a414-77437b62c243 with identifier: 120690647
2026-03-28 13:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aef4765b-ba59-5dc1-a414-77437b62c243 with identifier: 120690647 to the API
2026-03-28 13:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690647?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'aef4765b-ba59-5dc1-a414-77437b62c243',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY11WTC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690647',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 99956,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-24',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN MICRA HATCHBACK 1.2 Visia 5dr',
'transmission': 'manual',
'trim': '1.2 Visia 5dr',
'vin': None,
'year': 2011}
2026-03-28 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:22 [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-28 13:06:22 [astonbarclay.gb] INFO: Saving data for 120690647: {'auction_closing_time': 1774888200.0, 'created_time': 1774292525.398, 'last_price_update_time': 1774703182.944182}
2026-03-28 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690647') HTTP/1.1" 204 0
2026-03-28 13:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120698448?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120698448, 'registration': 'HK08THU', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'CLC CLASS COUPE', 'derivative': 'CLC 180K Sport 3dr Auto', 'mileage': 113452, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2295, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-07-04', 'fuel': 'Petrol', 'motExpiry': '2026-09-05', 'doors': 3, 'engineSize': 1796, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/HK08THU/2026-03-26/image/1b9f6dc5-b06a-4005-9b8f-9fc008b57dc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/2d586d82-97f0-40a3-942b-7a4d47b0bc86_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/52a33d79-bb26-4539-b928-41a6c25c5ad3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/0c467a02-2985-409f-972a-0f2ddd922c9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/e7964244-68e1-4f17-b51e-ca7bc2c6ca8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/63cf1c70-6c40-4dd3-9d6c-356e62acfef6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/25496b91-2fdc-43d8-a6e3-83d9b54e1b5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/318d0a15-1137-4336-8942-95cc73db2d7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/ad10b147-8922-4fb6-a63c-2d6bec92785f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/09-7K, 05/10-16K, 09/11-18K, 04/12-29K, 11/12-39K, 08/13-50K, 08/14-55K, 02/16-62K, 02/17-67K, 02/18-72K, 02/19-78K, 03/20-83K, 04/21-85K, 05/22-93K, 05/23-96K, 05/24-101K', 'remarks': 'VOSA STATES 90K, 98K, 103K, 110K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8f0afcac-5193-4475-a42d-732d9fc7ed33.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120698448, 'registration': 'HK08THU', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'CLC CLASS COUPE', 'derivative': 'CLC 180K Sport 3dr Auto', 'mileage': 113452, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2295, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-07-04', 'fuel': 'Petrol', 'motExpiry': '2026-09-05', 'doors': 3, 'engineSize': 1796, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/HK08THU/2026-03-26/image/1b9f6dc5-b06a-4005-9b8f-9fc008b57dc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/2d586d82-97f0-40a3-942b-7a4d47b0bc86_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/52a33d79-bb26-4539-b928-41a6c25c5ad3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/0c467a02-2985-409f-972a-0f2ddd922c9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/e7964244-68e1-4f17-b51e-ca7bc2c6ca8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/63cf1c70-6c40-4dd3-9d6c-356e62acfef6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/25496b91-2fdc-43d8-a6e3-83d9b54e1b5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/318d0a15-1137-4336-8942-95cc73db2d7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK08THU/2026-03-26/image/ad10b147-8922-4fb6-a63c-2d6bec92785f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/09-7K, 05/10-16K, 09/11-18K, 04/12-29K, 11/12-39K, 08/13-50K, 08/14-55K, 02/16-62K, 02/17-67K, 02/18-72K, 02/19-78K, 03/20-83K, 04/21-85K, 05/22-93K, 05/23-96K, 05/24-101K', 'remarks': 'VOSA STATES 90K, 98K, 103K, 110K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8f0afcac-5193-4475-a42d-732d9fc7ed33.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0aa09657-33cf-5020-aca6-40d4be035825 with identifier: 120698448
2026-03-28 13:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0aa09657-33cf-5020-aca6-40d4be035825 with scrape type 2
2026-03-28 13:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0aa09657-33cf-5020-aca6-40d4be035825 with scrape type 2
2026-03-28 13:06:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0aa09657-33cf-5020-aca6-40d4be035825, identifier: 120698448
2026-03-28 13:06:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0aa09657-33cf-5020-aca6-40d4be035825 with identifier: 120698448
2026-03-28 13:06:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0aa09657-33cf-5020-aca6-40d4be035825 with identifier: 120698448
2026-03-28 13:06:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0aa09657-33cf-5020-aca6-40d4be035825 with identifier: 120698448 to the API
2026-03-28 13:06:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120698448?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 198,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '0aa09657-33cf-5020-aca6-40d4be035825',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HK08THU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120698448',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'CLC CLASS COUPE',
'odometer': 113452,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-07-04',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ CLC CLASS COUPE CLC 180K Sport 3dr Auto',
'transmission': 'automatic',
'trim': 'CLC 180K Sport 3dr Auto',
'vin': None,
'year': 2008}
2026-03-28 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120698448%27 HTTP/1.1" 200 None
2026-03-28 13:06:25 [astonbarclay.gb] INFO: Saving data for 120698448: {'auction_closing_time': 1774888200.0, 'created_time': 1774379322.704417, 'last_price_update_time': 1774703185.71198}
2026-03-28 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120698448') HTTP/1.1" 204 0
2026-03-28 13:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690454?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690454, 'registration': 'YG63PLX', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDI 177 SE Technik 4dr', 'mileage': 158591, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2223, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-10-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-18', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YG63PLX/2026-03-24/image/8c8d7375-de25-47f0-a036-f3fb37ed8064_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/0417d135-ea85-4ecb-a405-840a1c04c3a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/0f9c7f37-cbb3-46fc-9fa8-bfb9bd76e8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/e4286cdf-81d5-4a55-957c-cc7de56f29ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/5d792abe-e5f2-4b7c-93e4-9dcceaf9caf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/bc83386d-df21-46b4-9d57-54cbf5888d14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/eae3920e-bfeb-4407-81e7-ca03dd90a325_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/a9a10b05-9305-493f-ad45-a4db2d129d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/52a43aeb-c5bd-484a-a439-32ad0978184c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/6eb66686-f653-4448-b813-0811631936fb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/14 9K - 09/14 20K - 11/15 39K 09/21 ??', 'remarks': 'VOSA DISCREPANCY - VOSA IN MILES AND KM - 46K - 47K- 65K- 80K- 97K - 102K- 113KM - 126K (FAIL) - 126K- 138K (MILES) - 138K- 155K (FAIL) - 154K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edfcfd75-0a95-44c1-a88b-0fb6719b3ea8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690454, 'registration': 'YG63PLX', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDI 177 SE Technik 4dr', 'mileage': 158591, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2223, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-10-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-18', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YG63PLX/2026-03-24/image/8c8d7375-de25-47f0-a036-f3fb37ed8064_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/0417d135-ea85-4ecb-a405-840a1c04c3a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/0f9c7f37-cbb3-46fc-9fa8-bfb9bd76e8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/e4286cdf-81d5-4a55-957c-cc7de56f29ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/5d792abe-e5f2-4b7c-93e4-9dcceaf9caf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/bc83386d-df21-46b4-9d57-54cbf5888d14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/eae3920e-bfeb-4407-81e7-ca03dd90a325_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/a9a10b05-9305-493f-ad45-a4db2d129d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/52a43aeb-c5bd-484a-a439-32ad0978184c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/6eb66686-f653-4448-b813-0811631936fb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/14 9K - 09/14 20K - 11/15 39K 09/21 ??', 'remarks': 'VOSA DISCREPANCY - VOSA IN MILES AND KM - 46K - 47K- 65K- 80K- 97K - 102K- 113KM - 126K (FAIL) - 126K- 138K (MILES) - 138K- 155K (FAIL) - 154K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edfcfd75-0a95-44c1-a88b-0fb6719b3ea8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 595ceeb4-2246-5656-801e-1f51f6ec42e8 with identifier: 120690454
2026-03-28 13:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 595ceeb4-2246-5656-801e-1f51f6ec42e8 with scrape type 2
2026-03-28 13:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 595ceeb4-2246-5656-801e-1f51f6ec42e8 with scrape type 2
2026-03-28 13:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 595ceeb4-2246-5656-801e-1f51f6ec42e8, identifier: 120690454
2026-03-28 13:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 595ceeb4-2246-5656-801e-1f51f6ec42e8 with identifier: 120690454
2026-03-28 13:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 595ceeb4-2246-5656-801e-1f51f6ec42e8 with identifier: 120690454
2026-03-28 13:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 595ceeb4-2246-5656-801e-1f51f6ec42e8 with identifier: 120690454 to the API
2026-03-28 13:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690454?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '595ceeb4-2246-5656-801e-1f51f6ec42e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YG63PLX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690454',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 DIESEL SALOON',
'odometer': 158591,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-15',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A4 DIESEL SALOON 2.0 TDI 177 SE Technik 4dr',
'transmission': 'manual',
'trim': '2.0 TDI 177 SE Technik 4dr',
'vin': None,
'year': 2013}
2026-03-28 13:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690454%27 HTTP/1.1" 200 None
2026-03-28 13:06:29 [astonbarclay.gb] INFO: Saving data for 120690454: {'auction_closing_time': 1774888200.0, 'created_time': 1774379357.656525, 'last_price_update_time': 1774703189.827326}
2026-03-28 13:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690454') HTTP/1.1" 204 0
2026-03-28 13:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120337279?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120337279, 'registration': 'RO23XSC', 'account': 'OGI001', 'make': 'RENAULT', 'model': 'KANGOO L1 E-TECH', 'derivative': 'ML19 90kW 44kWh Advance Van Auto', 'mileage': 14765, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 76, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-07-28', 'fuel': 'Electric', 'motExpiry': None, 'doors': None, 'engineSize': None, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/RO23XSC/2026-03-17/image/51400367-9e55-4917-844b-6b030b20d51e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/b9e54fd2-c2c0-4b77-bf8a-d2e3e75d0db2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/82fcad12-4cc3-447f-b5f4-8554a4487eba_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/3cbf46dd-545d-442d-ab44-5d87db9bef2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/e5bcd639-3f06-4a2d-ba58-cc0edc5e4faa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/391bb188-7710-467d-a1e0-18a00c91ea4b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service digital 09/25 12k', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/598ef2d3-6821-463d-b479-bfc77e34d77e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:06:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120337279, 'registration': 'RO23XSC', 'account': 'OGI001', 'make': 'RENAULT', 'model': 'KANGOO L1 E-TECH', 'derivative': 'ML19 90kW 44kWh Advance Van Auto', 'mileage': 14765, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 209}, 'saleStart': '2026-03-31T09:00Z', 'lot': 76, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-07-28', 'fuel': 'Electric', 'motExpiry': None, 'doors': None, 'engineSize': None, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/RO23XSC/2026-03-17/image/51400367-9e55-4917-844b-6b030b20d51e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/b9e54fd2-c2c0-4b77-bf8a-d2e3e75d0db2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/82fcad12-4cc3-447f-b5f4-8554a4487eba_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/3cbf46dd-545d-442d-ab44-5d87db9bef2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/e5bcd639-3f06-4a2d-ba58-cc0edc5e4faa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/391bb188-7710-467d-a1e0-18a00c91ea4b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service digital 09/25 12k', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/598ef2d3-6821-463d-b479-bfc77e34d77e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-28 13:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with identifier: 120337279
2026-03-28 13:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with scrape type 2
2026-03-28 13:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with scrape type 2
2026-03-28 13:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64, identifier: 120337279
2026-03-28 13:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with identifier: 120337279
2026-03-28 13:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with identifier: 120337279
2026-03-28 13:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with identifier: 120337279 to the API
2026-03-28 13:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120337279?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Electric',
'id': 'e972fd3c-0165-50cf-b0bd-5fe3f8d29b64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO23XSC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120337279',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'KANGOO L1 E-TECH',
'odometer': 14765,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-28',
'seller_name': 'Ogilvie Fleet',
'title': 'RENAULT KANGOO L1 E-TECH ML19 90kW 44kWh Advance Van Auto',
'transmission': 'automatic',
'trim': 'ML19 90kW 44kWh Advance Van Auto',
'vin': None,
'year': 2023}
2026-03-28 13:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120337279%27 HTTP/1.1" 200 None
2026-03-28 13:06:30 [astonbarclay.gb] INFO: Saving data for 120337279: {'auction_closing_time': 1774947600.0, 'created_time': 1773687783.581029, 'last_price_update_time': 1774703190.330667}
2026-03-28 13:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120337279') HTTP/1.1" 204 0
2026-03-28 13:06:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120681200?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120681200, 'registration': 'EN67KZT', 'account': 'WBA004', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '1.0 TFSI Sport 5dr', 'mileage': 25171, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2230, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-12-22', 'fuel': 'Petrol', 'motExpiry': '2027-01-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN67KZT/2026-03-23/image/2cbcdf96-4aa6-4925-a85f-ccae84305fa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/e6cc151c-feae-429d-b13d-dc40ab0dbd7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/79e1e222-58bc-46d5-a847-657d3ac8ab66_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/9218cab3-d1a7-4977-bf06-f7e7f1125498_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/39e7eb5e-3766-4463-899a-37ab8b190460_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/098b9e9a-84a3-4cf8-aecf-8b2509c2811b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/3de54ad6-322d-475a-b478-0d9696b8fddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/0b8d4b99-665d-4ee0-adb5-198a573399dc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22 12k', 'remarks': 'VOSA STATES 13K- 17K- 21K- 25K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3870f21a-7795-4e7b-87c7-05f10b677c85.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120681200, 'registration': 'EN67KZT', 'account': 'WBA004', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '1.0 TFSI Sport 5dr', 'mileage': 25171, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2230, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-12-22', 'fuel': 'Petrol', 'motExpiry': '2027-01-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN67KZT/2026-03-23/image/2cbcdf96-4aa6-4925-a85f-ccae84305fa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/e6cc151c-feae-429d-b13d-dc40ab0dbd7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/79e1e222-58bc-46d5-a847-657d3ac8ab66_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/9218cab3-d1a7-4977-bf06-f7e7f1125498_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/39e7eb5e-3766-4463-899a-37ab8b190460_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/098b9e9a-84a3-4cf8-aecf-8b2509c2811b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/3de54ad6-322d-475a-b478-0d9696b8fddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/0b8d4b99-665d-4ee0-adb5-198a573399dc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22 12k', 'remarks': 'VOSA STATES 13K- 17K- 21K- 25K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3870f21a-7795-4e7b-87c7-05f10b677c85.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 303457a9-af7c-598f-919b-6fc41d49760c with identifier: 120681200
2026-03-28 13:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 303457a9-af7c-598f-919b-6fc41d49760c with scrape type 2
2026-03-28 13:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 303457a9-af7c-598f-919b-6fc41d49760c with scrape type 2
2026-03-28 13:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 303457a9-af7c-598f-919b-6fc41d49760c, identifier: 120681200
2026-03-28 13:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 303457a9-af7c-598f-919b-6fc41d49760c with identifier: 120681200
2026-03-28 13:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 303457a9-af7c-598f-919b-6fc41d49760c with identifier: 120681200
2026-03-28 13:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 303457a9-af7c-598f-919b-6fc41d49760c with identifier: 120681200 to the API
2026-03-28 13:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120681200?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '303457a9-af7c-598f-919b-6fc41d49760c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN67KZT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120681200',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q2 ESTATE',
'odometer': 25171,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-22',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI Q2 ESTATE 1.0 TFSI Sport 5dr',
'transmission': 'manual',
'trim': '1.0 TFSI Sport 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:31 [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-28 13:06:31 [astonbarclay.gb] INFO: Saving data for 120681200: {'auction_closing_time': 1774888200.0, 'created_time': 1774292529.765343, 'last_price_update_time': 1774703191.993223}
2026-03-28 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120681200') HTTP/1.1" 204 0
2026-03-28 13:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692816?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692816, 'registration': 'AY05ZPW', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.6 i-VTEC SE 5dr Auto', 'mileage': 87124, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2222, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1590, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/bc37ebe3-d897-4ef1-97fb-409ed67777cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/a5bbf05d-99a3-495e-9275-7ad1413973d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/90b31c42-1070-47d3-ab0c-25099330e6bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/377f829a-1de5-4575-b9b2-074ee7254346_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/910a3fec-7e5a-4a25-8a4c-57fe1d6d099d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/90b216e0-eb2d-4b12-af0e-c54d27a30942_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/792868bb-a4e3-4842-9d15-2a4fcfaff812_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/c7f8cff7-e474-496c-9bbe-a384dbe06690_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book ?? 11K - 02/11 13K - 02/22 62K - 02/24 70K - 02/26 86K', 'remarks': 'VOSA STATES 65K- 70K- 77K- 86K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 172, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fdeee76c-ece2-40db-8f95-2601cf7c6e53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692816, 'registration': 'AY05ZPW', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.6 i-VTEC SE 5dr Auto', 'mileage': 87124, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2222, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1590, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/bc37ebe3-d897-4ef1-97fb-409ed67777cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/a5bbf05d-99a3-495e-9275-7ad1413973d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/90b31c42-1070-47d3-ab0c-25099330e6bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/377f829a-1de5-4575-b9b2-074ee7254346_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/910a3fec-7e5a-4a25-8a4c-57fe1d6d099d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/90b216e0-eb2d-4b12-af0e-c54d27a30942_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/792868bb-a4e3-4842-9d15-2a4fcfaff812_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/c7f8cff7-e474-496c-9bbe-a384dbe06690_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book ?? 11K - 02/11 13K - 02/22 62K - 02/24 70K - 02/26 86K', 'remarks': 'VOSA STATES 65K- 70K- 77K- 86K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 172, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fdeee76c-ece2-40db-8f95-2601cf7c6e53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c74b402-c508-5b89-876f-dd8eceb74458 with identifier: 120692816
2026-03-28 13:06:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c74b402-c508-5b89-876f-dd8eceb74458 with scrape type 2
2026-03-28 13:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c74b402-c508-5b89-876f-dd8eceb74458 with scrape type 2
2026-03-28 13:06:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c74b402-c508-5b89-876f-dd8eceb74458, identifier: 120692816
2026-03-28 13:06:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c74b402-c508-5b89-876f-dd8eceb74458 with identifier: 120692816
2026-03-28 13:06:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c74b402-c508-5b89-876f-dd8eceb74458 with identifier: 120692816
2026-03-28 13:06:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c74b402-c508-5b89-876f-dd8eceb74458 with identifier: 120692816 to the API
2026-03-28 13:06:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120692816?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 172,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '2c74b402-c508-5b89-876f-dd8eceb74458',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AY05ZPW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692816',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'CIVIC HATCHBACK',
'odometer': 87124,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA CIVIC HATCHBACK 1.6 i-VTEC SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 i-VTEC SE 5dr Auto',
'vin': None,
'year': 2005}
2026-03-28 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120692816%27 HTTP/1.1" 200 None
2026-03-28 13:06:32 [astonbarclay.gb] INFO: Saving data for 120692816: {'auction_closing_time': 1774888200.0, 'created_time': 1774379354.47698, 'last_price_update_time': 1774703192.505182}
2026-03-28 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692816') HTTP/1.1" 204 0
2026-03-28 13:06:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120681802?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120681802, 'registration': 'DV62VYF', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Fire 5dr [AC]', 'mileage': 66204, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2219, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-11-09', 'fuel': 'Petrol', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV62VYF/2026-03-24/image/918871e8-3f03-4fc0-8e52-9ab4e23ba68b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/aed96f3f-f3d8-4386-bd54-e362c8233060_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/42c227ab-6212-4384-9230-803e7b9bf79c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/e8c6cb6e-c27d-4b02-8445-cf472127ab2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/fa00d747-8eaf-4b8a-b278-9cb2a613a30e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/f437dab2-a62c-4e06-a7cb-0fe87f6dc71d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/4611a3a6-b260-454e-ac93-cd6cd75783b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/6e2fc3dd-ff60-4e4e-8256-948da9259c78_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/15 11K - 09/16 24K - 07/17 29K - 06/20 40K - 03/23 49K', 'remarks': 'VOSA STATES 46-K 49K -57K - 62K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/111e50c1-8ac9-4765-89af-56dc96382e66.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120681802, 'registration': 'DV62VYF', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Fire 5dr [AC]', 'mileage': 66204, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2219, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-11-09', 'fuel': 'Petrol', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV62VYF/2026-03-24/image/918871e8-3f03-4fc0-8e52-9ab4e23ba68b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/aed96f3f-f3d8-4386-bd54-e362c8233060_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/42c227ab-6212-4384-9230-803e7b9bf79c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/e8c6cb6e-c27d-4b02-8445-cf472127ab2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/fa00d747-8eaf-4b8a-b278-9cb2a613a30e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/f437dab2-a62c-4e06-a7cb-0fe87f6dc71d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/4611a3a6-b260-454e-ac93-cd6cd75783b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/6e2fc3dd-ff60-4e4e-8256-948da9259c78_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/15 11K - 09/16 24K - 07/17 29K - 06/20 40K - 03/23 49K', 'remarks': 'VOSA STATES 46-K 49K -57K - 62K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/111e50c1-8ac9-4765-89af-56dc96382e66.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02b4dc97-9519-5930-bef6-64054f8f4bb7 with identifier: 120681802
2026-03-28 13:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02b4dc97-9519-5930-bef6-64054f8f4bb7 with scrape type 2
2026-03-28 13:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02b4dc97-9519-5930-bef6-64054f8f4bb7 with scrape type 2
2026-03-28 13:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 02b4dc97-9519-5930-bef6-64054f8f4bb7, identifier: 120681802
2026-03-28 13:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 02b4dc97-9519-5930-bef6-64054f8f4bb7 with identifier: 120681802
2026-03-28 13:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 02b4dc97-9519-5930-bef6-64054f8f4bb7 with identifier: 120681802
2026-03-28 13:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 02b4dc97-9519-5930-bef6-64054f8f4bb7 with identifier: 120681802 to the API
2026-03-28 13:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120681802?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '02b4dc97-9519-5930-bef6-64054f8f4bb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DV62VYF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120681802',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 66204,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-09',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i Fire 5dr [AC]',
'transmission': 'manual',
'trim': '1.0 VVT-i Fire 5dr [AC]',
'vin': None,
'year': 2012}
2026-03-28 13:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:34 [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-28 13:06:34 [astonbarclay.gb] INFO: Saving data for 120681802: {'auction_closing_time': 1774888200.0, 'created_time': 1774292544.021291, 'last_price_update_time': 1774703194.851005}
2026-03-28 13:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120681802') HTTP/1.1" 204 0
2026-03-28 13:06:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696584?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696584, 'registration': 'FX63RYZ', 'account': 'WBA004', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '300h Premier 4dr CVT Auto', 'mileage': 90238, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2224, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-11-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-31', 'doors': 4, 'engineSize': 2493, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/cce5fa27-54cf-4d52-811f-393f1de0e03e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/796e8589-6ba2-43da-a130-d1831c63c02c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/2e78c12d-5f36-4c2a-89ae-e469136d4687_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/0d9f3d38-ac06-49b2-803e-09acef82434e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/5a8b5eef-11b3-4d76-a115-6b6434ac337f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/442800e0-6613-4ab6-a1b1-670e4fbead57_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/75a9833f-0e8f-45a5-b0c6-e450dd4dfff3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/c23c28d4-45da-410d-88f2-c1a635827e4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/c06a0499-5d2f-471b-ba2e-c5c7aae89e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/5b6115bb-f6dd-40d1-a1b5-31bc5b5ddcfc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14-9K, 09/15-16K, 02/17-28K, 04/18-42K, 07/19-53K, 07/20-64, 02/22-76K, 08/23-82K, 01/25-87K, 01/26-90K', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair VOSA STATES 80K, 83K, 87K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696584, 'registration': 'FX63RYZ', 'account': 'WBA004', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '300h Premier 4dr CVT Auto', 'mileage': 90238, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2224, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-11-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-31', 'doors': 4, 'engineSize': 2493, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/cce5fa27-54cf-4d52-811f-393f1de0e03e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/796e8589-6ba2-43da-a130-d1831c63c02c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/2e78c12d-5f36-4c2a-89ae-e469136d4687_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/0d9f3d38-ac06-49b2-803e-09acef82434e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/5a8b5eef-11b3-4d76-a115-6b6434ac337f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/442800e0-6613-4ab6-a1b1-670e4fbead57_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/75a9833f-0e8f-45a5-b0c6-e450dd4dfff3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/c23c28d4-45da-410d-88f2-c1a635827e4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/c06a0499-5d2f-471b-ba2e-c5c7aae89e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/5b6115bb-f6dd-40d1-a1b5-31bc5b5ddcfc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14-9K, 09/15-16K, 02/17-28K, 04/18-42K, 07/19-53K, 07/20-64, 02/22-76K, 08/23-82K, 01/25-87K, 01/26-90K', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair VOSA STATES 80K, 83K, 87K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with identifier: 120696584
2026-03-28 13:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with scrape type 2
2026-03-28 13:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with scrape type 2
2026-03-28 13:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dced924f-5fe7-5e79-b5f3-f7593d8c7e99, identifier: 120696584
2026-03-28 13:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with identifier: 120696584
2026-03-28 13:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with identifier: 120696584
2026-03-28 13:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with identifier: 120696584 to the API
2026-03-28 13:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696584?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'dced924f-5fe7-5e79-b5f3-f7593d8c7e99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX63RYZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696584',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LEXUS',
'model': 'IS SALOON',
'odometer': 90238,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-19',
'seller_name': 'UKCGR - Trade',
'title': 'LEXUS IS SALOON 300h Premier 4dr CVT Auto',
'transmission': 'automatic',
'trim': '300h Premier 4dr CVT Auto',
'vin': None,
'year': 2013}
2026-03-28 13:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120696584%27 HTTP/1.1" 200 None
2026-03-28 13:06:35 [astonbarclay.gb] INFO: Saving data for 120696584: {'auction_closing_time': 1774888200.0, 'created_time': 1774379386.27461, 'last_price_update_time': 1774703195.403136}
2026-03-28 13:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696584') HTTP/1.1" 204 0
2026-03-28 13:06:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691092?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691092, 'registration': 'KX54LVL', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'TUCSON DIESEL ESTATE', 'derivative': '2.0 CRTD CDX 5dr Auto', 'mileage': 113825, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2216, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2004-10-18', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KX54LVL/2026-03-24/image/1a2e680d-a6ad-4b3d-b8da-15ed9e078433_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/8c316cc8-0e5f-49f0-adee-8e6aeb4a3d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/8ac6b8b5-2c40-40e7-9265-0a58a2a66715_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/ae344300-7fc9-48a3-855f-b4bad8805123_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/28a5e2f6-5b61-49ce-a8dc-56297a511f22_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/831de4a5-4204-49df-97f0-351f6db3a8a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/28625171-09c6-49f7-9009-e8d3308878e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/0198d923-a97e-4450-a098-ae12036fb064_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/e0bf4e6e-10b0-466c-97e4-3bf26acfa0b7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/05 9K - 05/11 33K - 04/12 39K - 04/13 44K - 05/14 49K - 04/15 55K - 04/17 67K - ?? 72K - 04/19 77K - 10/20 83K -11/21 87K 03/23 95K - 10/25 111K', 'remarks': 'VOSA STATES 93K- 101K- 106K - 111K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 210, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b707159-daaa-403f-bbac-0cf5fc0a0d79.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691092, 'registration': 'KX54LVL', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'TUCSON DIESEL ESTATE', 'derivative': '2.0 CRTD CDX 5dr Auto', 'mileage': 113825, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2216, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2004-10-18', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KX54LVL/2026-03-24/image/1a2e680d-a6ad-4b3d-b8da-15ed9e078433_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/8c316cc8-0e5f-49f0-adee-8e6aeb4a3d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/8ac6b8b5-2c40-40e7-9265-0a58a2a66715_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/ae344300-7fc9-48a3-855f-b4bad8805123_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/28a5e2f6-5b61-49ce-a8dc-56297a511f22_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/831de4a5-4204-49df-97f0-351f6db3a8a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/28625171-09c6-49f7-9009-e8d3308878e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/0198d923-a97e-4450-a098-ae12036fb064_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/e0bf4e6e-10b0-466c-97e4-3bf26acfa0b7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/05 9K - 05/11 33K - 04/12 39K - 04/13 44K - 05/14 49K - 04/15 55K - 04/17 67K - ?? 72K - 04/19 77K - 10/20 83K -11/21 87K 03/23 95K - 10/25 111K', 'remarks': 'VOSA STATES 93K- 101K- 106K - 111K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 210, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b707159-daaa-403f-bbac-0cf5fc0a0d79.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a0847ac-6532-5415-b252-09d0375fc3ac with identifier: 120691092
2026-03-28 13:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a0847ac-6532-5415-b252-09d0375fc3ac with scrape type 2
2026-03-28 13:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a0847ac-6532-5415-b252-09d0375fc3ac with scrape type 2
2026-03-28 13:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6a0847ac-6532-5415-b252-09d0375fc3ac, identifier: 120691092
2026-03-28 13:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6a0847ac-6532-5415-b252-09d0375fc3ac with identifier: 120691092
2026-03-28 13:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6a0847ac-6532-5415-b252-09d0375fc3ac with identifier: 120691092
2026-03-28 13:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6a0847ac-6532-5415-b252-09d0375fc3ac with identifier: 120691092 to the API
2026-03-28 13:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691092?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 210,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '6a0847ac-6532-5415-b252-09d0375fc3ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KX54LVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691092',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'TUCSON DIESEL ESTATE',
'odometer': 113825,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-10-18',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI TUCSON DIESEL ESTATE 2.0 CRTD CDX 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 CRTD CDX 5dr Auto',
'vin': None,
'year': 2004}
2026-03-28 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:36 [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-28 13:06:36 [astonbarclay.gb] INFO: Saving data for 120691092: {'auction_closing_time': 1774888200.0, 'created_time': 1774292602.126689, 'last_price_update_time': 1774703196.635723}
2026-03-28 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691092') HTTP/1.1" 204 0
2026-03-28 13:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120687223?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120687223, 'registration': 'LN65NGY', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TOURAN DIESEL ESTATE', 'derivative': '1.6 TDI 105 BlueMotion Tech SE 5dr DSG', 'mileage': 122665, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2220, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-04', 'fuel': 'Diesel', 'motExpiry': '2027-03-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LN65NGY/2026-03-23/image/dd18ef86-b024-4a81-b15d-87d5735ec8ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/163f902b-8fee-4c74-9ba0-3948e7b2ce84_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/45d38289-9425-439e-ac2f-67936fd2e2e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/3d6bd748-f137-4d4e-a4b2-37f9113c39fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/2f79d897-bdd2-46bc-aae8-f15308a2ce09_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/d0d53147-80ad-4812-b591-b1d7b6555004_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/78d107a8-bd42-4ad6-9654-79c7ebef7ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/0ddaca79-37fd-401c-98d5-a73233501086_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/bbbea0b1-2e44-482f-b22f-bd53f91f9fef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book DISCREPANCY IN SERVICE BOOK - 06/10 17K - 03/11 33K - 11/11 49K - 08/12 66K - 02/14 83K - 03/24 97K - 03/24 197K - 03/25 122K -', 'remarks': 'VOSA STATES 86K- 97K - 109K - 122K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dc4aa914-c94b-491a-b0d8-db8af79b5d40.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120687223, 'registration': 'LN65NGY', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TOURAN DIESEL ESTATE', 'derivative': '1.6 TDI 105 BlueMotion Tech SE 5dr DSG', 'mileage': 122665, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2220, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-04', 'fuel': 'Diesel', 'motExpiry': '2027-03-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LN65NGY/2026-03-23/image/dd18ef86-b024-4a81-b15d-87d5735ec8ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/163f902b-8fee-4c74-9ba0-3948e7b2ce84_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/45d38289-9425-439e-ac2f-67936fd2e2e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/3d6bd748-f137-4d4e-a4b2-37f9113c39fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/2f79d897-bdd2-46bc-aae8-f15308a2ce09_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/d0d53147-80ad-4812-b591-b1d7b6555004_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/78d107a8-bd42-4ad6-9654-79c7ebef7ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/0ddaca79-37fd-401c-98d5-a73233501086_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/bbbea0b1-2e44-482f-b22f-bd53f91f9fef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book DISCREPANCY IN SERVICE BOOK - 06/10 17K - 03/11 33K - 11/11 49K - 08/12 66K - 02/14 83K - 03/24 97K - 03/24 197K - 03/25 122K -', 'remarks': 'VOSA STATES 86K- 97K - 109K - 122K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dc4aa914-c94b-491a-b0d8-db8af79b5d40.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5ad94bf-51be-5287-a28c-3c653259503c with identifier: 120687223
2026-03-28 13:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5ad94bf-51be-5287-a28c-3c653259503c with scrape type 2
2026-03-28 13:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5ad94bf-51be-5287-a28c-3c653259503c with scrape type 2
2026-03-28 13:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b5ad94bf-51be-5287-a28c-3c653259503c, identifier: 120687223
2026-03-28 13:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b5ad94bf-51be-5287-a28c-3c653259503c with identifier: 120687223
2026-03-28 13:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b5ad94bf-51be-5287-a28c-3c653259503c with identifier: 120687223
2026-03-28 13:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b5ad94bf-51be-5287-a28c-3c653259503c with identifier: 120687223 to the API
2026-03-28 13:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120687223?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'b5ad94bf-51be-5287-a28c-3c653259503c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN65NGY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120687223',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TOURAN DIESEL ESTATE',
'odometer': 122665,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-04',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN TOURAN DIESEL ESTATE 1.6 TDI 105 BlueMotion Tech SE 5dr '
'DSG',
'transmission': 'automatic',
'trim': '1.6 TDI 105 BlueMotion Tech SE 5dr DSG',
'vin': None,
'year': 2015}
2026-03-28 13:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120687223%27 HTTP/1.1" 200 None
2026-03-28 13:06:37 [astonbarclay.gb] INFO: Saving data for 120687223: {'auction_closing_time': 1774888200.0, 'created_time': 1774292561.401715, 'last_price_update_time': 1774703197.723036}
2026-03-28 13:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120687223') HTTP/1.1" 204 0
2026-03-28 13:06:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691045?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691045, 'registration': 'BV08DCY', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'FREELANDER 2 DIESEL SW', 'derivative': '2.2 Td4 SE 5dr', 'mileage': 129590, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2214, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/BV08DCY/2026-03-24/image/10a92aa3-3c74-48e3-b2c4-a1577dbbef95_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/7d1caef1-47d2-4b4b-93e4-ca3b89440bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/3a87a5b7-7cc3-43de-9890-6886a4031971_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/009c348b-1a32-4f40-bd34-86ed95649529_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/f2edf056-0fcb-47ce-98ac-7e6ff7ee4e1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/26aaefc9-4834-4cee-a9f5-ac2f62b5881e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/cf57ce8c-2f8c-46a0-a499-005724a32e01_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/65ac9261-760c-4767-a818-2f659ab66c34_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/7d933e0b-6ca0-458a-9129-8149679b073f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/09-15K, ??-20K, 01/11-29K, 01/12-37K, 01/13-45K, 01/14-52K, 01/15-61K, 02/15-61K, 01/16-67K, 02/17-76K, 02/18-83K, 01/19-90K, 01/20-96K', 'remarks': 'VOSA STATES 100K, 105K, 115K, 126K, SPARE KEY AND SAT NAV CD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 194, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e044fba3-de8e-4103-93ac-b376e97d86e9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691045, 'registration': 'BV08DCY', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'FREELANDER 2 DIESEL SW', 'derivative': '2.2 Td4 SE 5dr', 'mileage': 129590, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2214, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/BV08DCY/2026-03-24/image/10a92aa3-3c74-48e3-b2c4-a1577dbbef95_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/7d1caef1-47d2-4b4b-93e4-ca3b89440bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/3a87a5b7-7cc3-43de-9890-6886a4031971_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/009c348b-1a32-4f40-bd34-86ed95649529_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/f2edf056-0fcb-47ce-98ac-7e6ff7ee4e1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/26aaefc9-4834-4cee-a9f5-ac2f62b5881e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/cf57ce8c-2f8c-46a0-a499-005724a32e01_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/65ac9261-760c-4767-a818-2f659ab66c34_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/7d933e0b-6ca0-458a-9129-8149679b073f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/09-15K, ??-20K, 01/11-29K, 01/12-37K, 01/13-45K, 01/14-52K, 01/15-61K, 02/15-61K, 01/16-67K, 02/17-76K, 02/18-83K, 01/19-90K, 01/20-96K', 'remarks': 'VOSA STATES 100K, 105K, 115K, 126K, SPARE KEY AND SAT NAV CD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 194, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e044fba3-de8e-4103-93ac-b376e97d86e9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with identifier: 120691045
2026-03-28 13:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with scrape type 2
2026-03-28 13:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with scrape type 2
2026-03-28 13:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8, identifier: 120691045
2026-03-28 13:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with identifier: 120691045
2026-03-28 13:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with identifier: 120691045
2026-03-28 13:06:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with identifier: 120691045 to the API
2026-03-28 13:06:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691045?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 194,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV08DCY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691045',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'FREELANDER 2 DIESEL SW',
'odometer': 129590,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER FREELANDER 2 DIESEL SW 2.2 Td4 SE 5dr',
'transmission': 'manual',
'trim': '2.2 Td4 SE 5dr',
'vin': None,
'year': 2008}
2026-03-28 13:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691045%27 HTTP/1.1" 200 None
2026-03-28 13:06:38 [astonbarclay.gb] INFO: Saving data for 120691045: {'auction_closing_time': 1774888200.0, 'created_time': 1774379345.800498, 'last_price_update_time': 1774703198.965702}
2026-03-28 13:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691045') HTTP/1.1" 204 0
2026-03-28 13:06:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688243?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688243, 'registration': 'KL06VUY', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'VECTRA HATCHBACK', 'derivative': '1.8i VVT SRi 5dr', 'mileage': 93382, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2213, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KL06VUY/2026-03-24/image/418eaece-f8e0-48cc-93c8-fbc4d963f378_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/90a02d1a-5cc1-4ddf-83c6-6e7ea431b86c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/f2a9b84a-8797-418c-a118-bc739593032d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/960a47dc-7116-4164-91b5-496a387a18fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/5c933435-06fd-41d7-9155-30896cfdc89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/8e76d4ef-751d-404e-a70f-eb776c5acfac_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/07b607ed-ca44-45cd-8e1d-8c8feedfd434_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/df3e102c-91ee-4b97-aea8-060cb2f8722b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/991bea83-251e-4bc0-9595-1ade97ab66c5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/07 5K - 02/08 13K - 03/09 21K - ?? 41K - 03/14 44K - 03/15 48K - 03/18 58K - 03/19 63K - 03/21 67K - 03/22 81K', 'remarks': 'VOSA STATES 81K- 83K- 86K- 91K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d9f1be4-6811-46e4-a039-70cd7c68feba.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688243, 'registration': 'KL06VUY', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'VECTRA HATCHBACK', 'derivative': '1.8i VVT SRi 5dr', 'mileage': 93382, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2213, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KL06VUY/2026-03-24/image/418eaece-f8e0-48cc-93c8-fbc4d963f378_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/90a02d1a-5cc1-4ddf-83c6-6e7ea431b86c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/f2a9b84a-8797-418c-a118-bc739593032d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/960a47dc-7116-4164-91b5-496a387a18fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/5c933435-06fd-41d7-9155-30896cfdc89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/8e76d4ef-751d-404e-a70f-eb776c5acfac_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/07b607ed-ca44-45cd-8e1d-8c8feedfd434_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/df3e102c-91ee-4b97-aea8-060cb2f8722b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/991bea83-251e-4bc0-9595-1ade97ab66c5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/07 5K - 02/08 13K - 03/09 21K - ?? 41K - 03/14 44K - 03/15 48K - 03/18 58K - 03/19 63K - 03/21 67K - 03/22 81K', 'remarks': 'VOSA STATES 81K- 83K- 86K- 91K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d9f1be4-6811-46e4-a039-70cd7c68feba.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with identifier: 120688243
2026-03-28 13:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with scrape type 2
2026-03-28 13:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with scrape type 2
2026-03-28 13:06:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ba7bdd90-04dc-5023-aa10-b788fa1d08e5, identifier: 120688243
2026-03-28 13:06:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with identifier: 120688243
2026-03-28 13:06:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with identifier: 120688243
2026-03-28 13:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with identifier: 120688243 to the API
2026-03-28 13:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688243?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ba7bdd90-04dc-5023-aa10-b788fa1d08e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KL06VUY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688243',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'VECTRA HATCHBACK',
'odometer': 93382,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-03-30',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL VECTRA HATCHBACK 1.8i VVT SRi 5dr',
'transmission': 'manual',
'trim': '1.8i VVT SRi 5dr',
'vin': None,
'year': 2006}
2026-03-28 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688243%27 HTTP/1.1" 200 None
2026-03-28 13:06:39 [astonbarclay.gb] INFO: Saving data for 120688243: {'auction_closing_time': 1774888200.0, 'created_time': 1774292537.445922, 'last_price_update_time': 1774703199.734113}
2026-03-28 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688243') HTTP/1.1" 204 0
2026-03-28 13:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120689132?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120689132, 'registration': 'KR14HPK', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'V40 DIESEL HATCHBACK', 'derivative': 'D2 SE Lux Nav 5dr', 'mileage': 88564, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2212, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-25', 'fuel': 'Diesel', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR14HPK/2026-03-24/image/3174262a-5106-4048-bbe4-5bf975a188fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/2390a71e-441d-4b56-a793-50602e6189f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/4bd987b4-56b3-4873-bd83-25a3038c472e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/3bc2cb70-93c8-4e4b-8767-bac801ecc428_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/683ac933-193f-4a95-814d-48c454a3d108_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/5f9af0b7-11fe-46e8-be94-c7ee0c2b34fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/00c67a55-5af2-483c-bedf-654bc9090451_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/63590af4-75c7-4354-b558-2b042b7d9218_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/d567a65b-cdea-4fbf-a19b-22c87e120672_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/5b868736-da2e-4f7d-b05f-a122fdd88bdf_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/16 20K - 04/17 32K - 04/18 44K - 04/19 55K - 10/22 80K', 'remarks': 'VOSA STATES 78K- 81K- 83K-87K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72c93c4e-35c0-4f1f-92e3-3f8063fd9b2e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120689132, 'registration': 'KR14HPK', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'V40 DIESEL HATCHBACK', 'derivative': 'D2 SE Lux Nav 5dr', 'mileage': 88564, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2212, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-25', 'fuel': 'Diesel', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR14HPK/2026-03-24/image/3174262a-5106-4048-bbe4-5bf975a188fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/2390a71e-441d-4b56-a793-50602e6189f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/4bd987b4-56b3-4873-bd83-25a3038c472e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/3bc2cb70-93c8-4e4b-8767-bac801ecc428_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/683ac933-193f-4a95-814d-48c454a3d108_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/5f9af0b7-11fe-46e8-be94-c7ee0c2b34fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/00c67a55-5af2-483c-bedf-654bc9090451_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/63590af4-75c7-4354-b558-2b042b7d9218_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/d567a65b-cdea-4fbf-a19b-22c87e120672_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/5b868736-da2e-4f7d-b05f-a122fdd88bdf_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/16 20K - 04/17 32K - 04/18 44K - 04/19 55K - 10/22 80K', 'remarks': 'VOSA STATES 78K- 81K- 83K-87K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72c93c4e-35c0-4f1f-92e3-3f8063fd9b2e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85b05fe6-cf1a-51c9-9ace-08d2354b764a with identifier: 120689132
2026-03-28 13:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85b05fe6-cf1a-51c9-9ace-08d2354b764a with scrape type 2
2026-03-28 13:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85b05fe6-cf1a-51c9-9ace-08d2354b764a with scrape type 2
2026-03-28 13:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85b05fe6-cf1a-51c9-9ace-08d2354b764a, identifier: 120689132
2026-03-28 13:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85b05fe6-cf1a-51c9-9ace-08d2354b764a with identifier: 120689132
2026-03-28 13:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85b05fe6-cf1a-51c9-9ace-08d2354b764a with identifier: 120689132
2026-03-28 13:06:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 85b05fe6-cf1a-51c9-9ace-08d2354b764a with identifier: 120689132 to the API
2026-03-28 13:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120689132?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 88,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '85b05fe6-cf1a-51c9-9ace-08d2354b764a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KR14HPK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120689132',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLVO',
'model': 'V40 DIESEL HATCHBACK',
'odometer': 88564,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-25',
'seller_name': 'UKCGR - Trade',
'title': 'VOLVO V40 DIESEL HATCHBACK D2 SE Lux Nav 5dr',
'transmission': 'manual',
'trim': 'D2 SE Lux Nav 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:40 [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-28 13:06:40 [astonbarclay.gb] INFO: Saving data for 120689132: {'auction_closing_time': 1774888200.0, 'created_time': 1774292527.323426, 'last_price_update_time': 1774703200.68583}
2026-03-28 13:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120689132') HTTP/1.1" 204 0
2026-03-28 13:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674268?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674268, 'registration': 'EF16OGD', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 Sport Nav 5dr', 'mileage': 81740, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2208, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-06-11', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF16OGD/2026-03-24/image/544838c0-12a5-485f-a59a-2b8a451d02dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/88bbd350-43b1-431e-8b4c-408188c768b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/eb22956f-d0d8-45e4-8950-bb1d8aa30527_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/90d20e64-5a35-403b-a4f4-bbcef148b3e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/71cdbf3f-1bcf-4dec-aa28-2da047a3c7c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/59452ca6-bcb4-4003-834c-7a6f4f856f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/e729f411-ae83-4351-9f39-49d1ca5f87c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/18cfbd94-3580-4e34-b795-0ef363f1ba5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/8796ef3b-890a-4e9a-9e96-4644b44b537e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/17 - 10K, 05/18 - 19K, 05/19 - 27K, 06/20 -36K', 'remarks': 'VOSA STATES - 51K, 63K, 72K, 81K SPARE KEY & SD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5be6cf4-452a-4598-bed7-16d6d368c4e6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674268, 'registration': 'EF16OGD', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 Sport Nav 5dr', 'mileage': 81740, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2208, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-06-11', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF16OGD/2026-03-24/image/544838c0-12a5-485f-a59a-2b8a451d02dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/88bbd350-43b1-431e-8b4c-408188c768b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/eb22956f-d0d8-45e4-8950-bb1d8aa30527_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/90d20e64-5a35-403b-a4f4-bbcef148b3e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/71cdbf3f-1bcf-4dec-aa28-2da047a3c7c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/59452ca6-bcb4-4003-834c-7a6f4f856f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/e729f411-ae83-4351-9f39-49d1ca5f87c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/18cfbd94-3580-4e34-b795-0ef363f1ba5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/8796ef3b-890a-4e9a-9e96-4644b44b537e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/17 - 10K, 05/18 - 19K, 05/19 - 27K, 06/20 -36K', 'remarks': 'VOSA STATES - 51K, 63K, 72K, 81K SPARE KEY & SD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5be6cf4-452a-4598-bed7-16d6d368c4e6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88cf10a9-9af6-5f33-8037-d7e7c415a313 with identifier: 120674268
2026-03-28 13:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88cf10a9-9af6-5f33-8037-d7e7c415a313 with scrape type 2
2026-03-28 13:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88cf10a9-9af6-5f33-8037-d7e7c415a313 with scrape type 2
2026-03-28 13:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 88cf10a9-9af6-5f33-8037-d7e7c415a313, identifier: 120674268
2026-03-28 13:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 88cf10a9-9af6-5f33-8037-d7e7c415a313 with identifier: 120674268
2026-03-28 13:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 88cf10a9-9af6-5f33-8037-d7e7c415a313 with identifier: 120674268
2026-03-28 13:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 88cf10a9-9af6-5f33-8037-d7e7c415a313 with identifier: 120674268 to the API
2026-03-28 13:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120674268?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '88cf10a9-9af6-5f33-8037-d7e7c415a313',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF16OGD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120674268',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MAZDA',
'model': 'MAZDA3 HATCHBACK',
'odometer': 81740,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-11',
'seller_name': 'UKCGR - Trade',
'title': 'MAZDA MAZDA3 HATCHBACK 2.0 Sport Nav 5dr',
'transmission': 'manual',
'trim': '2.0 Sport Nav 5dr',
'vin': None,
'year': 2016}
2026-03-28 13:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:42 [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-28 13:06:42 [astonbarclay.gb] INFO: Saving data for 120674268: {'auction_closing_time': 1774888200.0, 'created_time': 1774292541.957377, 'last_price_update_time': 1774703202.266315}
2026-03-28 13:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674268') HTTP/1.1" 204 0
2026-03-28 13:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693568?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:06:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693568, 'registration': 'YE12NVT', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'INSIGNIA HATCHBACK', 'derivative': '1.8i 16V Exclusiv 5dr', 'mileage': 92462, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2206, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE12NVT/2026-03-24/image/5217ad76-4fd7-4d5b-af9d-4e1b4b0e7f18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/cab1cc37-d84a-4258-9a23-f9ee0e601e2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/46ab911e-93aa-4fbd-90a1-2d4123d49a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/6f5870ed-f414-4fdc-8fc5-173ab9455a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/39036758-b8bd-44e2-b231-1f2487f65c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/3d43246d-8b1e-465c-aa39-db2246118035_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/3a211531-fbac-4306-87d3-89c6055467d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/b7512993-5cbd-4f02-ba6b-7aa9778a2d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/573619d4-a770-4ca2-bc95-df9a21d7df02_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 65K- 73K - 78K- 85K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 178, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a746a71-cacf-482e-a262-f5df0957e89f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693568, 'registration': 'YE12NVT', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'INSIGNIA HATCHBACK', 'derivative': '1.8i 16V Exclusiv 5dr', 'mileage': 92462, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2206, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE12NVT/2026-03-24/image/5217ad76-4fd7-4d5b-af9d-4e1b4b0e7f18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/cab1cc37-d84a-4258-9a23-f9ee0e601e2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/46ab911e-93aa-4fbd-90a1-2d4123d49a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/6f5870ed-f414-4fdc-8fc5-173ab9455a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/39036758-b8bd-44e2-b231-1f2487f65c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/3d43246d-8b1e-465c-aa39-db2246118035_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/3a211531-fbac-4306-87d3-89c6055467d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/b7512993-5cbd-4f02-ba6b-7aa9778a2d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/573619d4-a770-4ca2-bc95-df9a21d7df02_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 65K- 73K - 78K- 85K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 178, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a746a71-cacf-482e-a262-f5df0957e89f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5407aa6-6c68-57e5-93f8-0530789e7fb7 with identifier: 120693568
2026-03-28 13:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5407aa6-6c68-57e5-93f8-0530789e7fb7 with scrape type 2
2026-03-28 13:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5407aa6-6c68-57e5-93f8-0530789e7fb7 with scrape type 2
2026-03-28 13:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d5407aa6-6c68-57e5-93f8-0530789e7fb7, identifier: 120693568
2026-03-28 13:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d5407aa6-6c68-57e5-93f8-0530789e7fb7 with identifier: 120693568
2026-03-28 13:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d5407aa6-6c68-57e5-93f8-0530789e7fb7 with identifier: 120693568
2026-03-28 13:06:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d5407aa6-6c68-57e5-93f8-0530789e7fb7 with identifier: 120693568 to the API
2026-03-28 13:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693568?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 178,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'd5407aa6-6c68-57e5-93f8-0530789e7fb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE12NVT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693568',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'INSIGNIA HATCHBACK',
'odometer': 92462,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-27',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL INSIGNIA HATCHBACK 1.8i 16V Exclusiv 5dr',
'transmission': 'manual',
'trim': '1.8i 16V Exclusiv 5dr',
'vin': None,
'year': 2012}
2026-03-28 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693568%27 HTTP/1.1" 200 None
2026-03-28 13:06:44 [astonbarclay.gb] INFO: Saving data for 120693568: {'auction_closing_time': 1774888200.0, 'created_time': 1774379325.511495, 'last_price_update_time': 1774703204.853917}
2026-03-28 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693568') HTTP/1.1" 204 0
2026-03-28 13:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120694307?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120694307, 'registration': 'AX11DVP', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 125 Zetec 5dr', 'mileage': 138018, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2204, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-27', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AX11DVP/2026-03-24/image/14627822-858d-4c97-ad6b-bb2ed0e7ca20_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/abfc2d46-25f9-4b22-8fdc-6d66e66f5e27_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/a6776a5d-db16-4627-85c3-44a21bbffdd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/2b007241-8ff9-4c5a-807b-8ff3061fb470_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/9c00d701-69c9-4a3f-b10d-9a43da2b7448_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/6804e1be-5c3a-444e-80f0-1784974e7af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/05507ed6-5702-4793-8cae-8d4b7a7e91a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/3bcb92d8-7494-4e27-92c9-23cf3f1e5fef_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12 12K - 05/136 20K - 06/14 23K - 06/15 26K - 10/16 29K - 10/17 43K', 'remarks': 'VOSA STATES 77K- 86K- 106K- 126K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/88fc5b5b-c827-4e0c-bf49-073b1eeb1e43.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120694307, 'registration': 'AX11DVP', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 125 Zetec 5dr', 'mileage': 138018, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2204, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-27', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AX11DVP/2026-03-24/image/14627822-858d-4c97-ad6b-bb2ed0e7ca20_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/abfc2d46-25f9-4b22-8fdc-6d66e66f5e27_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/a6776a5d-db16-4627-85c3-44a21bbffdd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/2b007241-8ff9-4c5a-807b-8ff3061fb470_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/9c00d701-69c9-4a3f-b10d-9a43da2b7448_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/6804e1be-5c3a-444e-80f0-1784974e7af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/05507ed6-5702-4793-8cae-8d4b7a7e91a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/3bcb92d8-7494-4e27-92c9-23cf3f1e5fef_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12 12K - 05/136 20K - 06/14 23K - 06/15 26K - 10/16 29K - 10/17 43K', 'remarks': 'VOSA STATES 77K- 86K- 106K- 126K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/88fc5b5b-c827-4e0c-bf49-073b1eeb1e43.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1f34c15-56d8-5789-a5c8-1d796b4e229a with identifier: 120694307
2026-03-28 13:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1f34c15-56d8-5789-a5c8-1d796b4e229a with scrape type 2
2026-03-28 13:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1f34c15-56d8-5789-a5c8-1d796b4e229a with scrape type 2
2026-03-28 13:06:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1f34c15-56d8-5789-a5c8-1d796b4e229a, identifier: 120694307
2026-03-28 13:06:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1f34c15-56d8-5789-a5c8-1d796b4e229a with identifier: 120694307
2026-03-28 13:06:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1f34c15-56d8-5789-a5c8-1d796b4e229a with identifier: 120694307
2026-03-28 13:06:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1f34c15-56d8-5789-a5c8-1d796b4e229a with identifier: 120694307 to the API
2026-03-28 13:06:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120694307?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'c1f34c15-56d8-5789-a5c8-1d796b4e229a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AX11DVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120694307',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 138018,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.6 125 Zetec 5dr',
'transmission': 'manual',
'trim': '1.6 125 Zetec 5dr',
'vin': None,
'year': 2011}
2026-03-28 13:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120694307%27 HTTP/1.1" 200 None
2026-03-28 13:06:46 [astonbarclay.gb] INFO: Saving data for 120694307: {'auction_closing_time': 1774888200.0, 'created_time': 1774379341.920642, 'last_price_update_time': 1774703206.214249}
2026-03-28 13:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120694307') HTTP/1.1" 204 0
2026-03-28 13:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693640, 'registration': 'LO16DXW', 'account': 'WBA004', 'make': 'SEAT', 'model': 'IBIZA SPORT COUPE', 'derivative': '1.2 TSI 110 FR Technology 3dr', 'mileage': 90879, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2215, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-28', 'fuel': 'Petrol', 'motExpiry': '2027-03-08', 'doors': 3, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO16DXW/2026-03-24/image/5a5dc7f4-6570-4e89-beb6-8ad5aef50586_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/35666e83-ee3e-47eb-be98-af873174089f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/b701b09a-db9a-4bb7-b6ea-4310f28cdfde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/5742bc3c-6e75-4f00-b884-abceb9ead422_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/e2b9e403-1e5b-4a09-bf93-f037d29cd1b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/ac4c737d-b222-4ef6-8611-b48f466c7c90_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/6b6638a3-9d96-4a37-81db-93e3fb9628df_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/6bcab8f5-1855-4446-b878-0ce8c77e2cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/cd186f3e-9edf-40c3-82ae-66e27213a071_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17 6K - 03/18 17K - 11/18 27K - 08/19 39K - 05/21 45K -04/22 57K - 03/23 68K - 03/24 79K -', 'remarks': 'VOSA STATES 57K- 68K- 79K - 86K - SPARE KEY IN OFFICE -SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8984b9fe-7ed1-475e-b127-70587c9c5855.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693640, 'registration': 'LO16DXW', 'account': 'WBA004', 'make': 'SEAT', 'model': 'IBIZA SPORT COUPE', 'derivative': '1.2 TSI 110 FR Technology 3dr', 'mileage': 90879, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2215, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-28', 'fuel': 'Petrol', 'motExpiry': '2027-03-08', 'doors': 3, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO16DXW/2026-03-24/image/5a5dc7f4-6570-4e89-beb6-8ad5aef50586_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/35666e83-ee3e-47eb-be98-af873174089f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/b701b09a-db9a-4bb7-b6ea-4310f28cdfde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/5742bc3c-6e75-4f00-b884-abceb9ead422_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/e2b9e403-1e5b-4a09-bf93-f037d29cd1b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/ac4c737d-b222-4ef6-8611-b48f466c7c90_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/6b6638a3-9d96-4a37-81db-93e3fb9628df_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/6bcab8f5-1855-4446-b878-0ce8c77e2cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/cd186f3e-9edf-40c3-82ae-66e27213a071_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17 6K - 03/18 17K - 11/18 27K - 08/19 39K - 05/21 45K -04/22 57K - 03/23 68K - 03/24 79K -', 'remarks': 'VOSA STATES 57K- 68K- 79K - 86K - SPARE KEY IN OFFICE -SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8984b9fe-7ed1-475e-b127-70587c9c5855.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with identifier: 120693640
2026-03-28 13:06:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with scrape type 2
2026-03-28 13:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with scrape type 2
2026-03-28 13:06:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5a6fb6a8-10af-55d8-88d3-d76189f4b798, identifier: 120693640
2026-03-28 13:06:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with identifier: 120693640
2026-03-28 13:06:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with identifier: 120693640
2026-03-28 13:06:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with identifier: 120693640 to the API
2026-03-28 13:06:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:06: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-28 13:06:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '5a6fb6a8-10af-55d8-88d3-d76189f4b798',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO16DXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693640',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'IBIZA SPORT COUPE',
'odometer': 90879,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-28',
'seller_name': 'UKCGR - Trade',
'title': 'SEAT IBIZA SPORT COUPE 1.2 TSI 110 FR Technology 3dr',
'transmission': 'manual',
'trim': '1.2 TSI 110 FR Technology 3dr',
'vin': None,
'year': 2016}
2026-03-28 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120693640%27 HTTP/1.1" 200 None
2026-03-28 13:06:54 [astonbarclay.gb] INFO: Saving data for 120693640: {'auction_closing_time': 1774888200.0, 'created_time': 1774379346.573831, 'last_price_update_time': 1774703214.621951}
2026-03-28 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693640') HTTP/1.1" 204 0
2026-03-28 13:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688324?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:06:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:06:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688324, 'registration': 'EF17UAP', 'account': 'WBA003', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Zetec 5dr', 'mileage': 101561, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2210, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-22', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF17UAP/2026-03-24/image/ac1e2365-afde-4f8f-8a0b-4a6d5141ded1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/628c40a9-c35e-42a7-9f0b-ab80f5cc66fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/bec830ae-1645-4972-b625-95e376949add_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/422841c5-8731-48cb-b633-058101fd5bf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/e0a1a01b-7fd8-447a-8c84-40c0e8839abe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/f06b875d-4d38-4437-970f-12903af349b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/b23a95a3-5403-40f7-ae10-eac09a922297_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/9064c7bb-40c7-495c-876d-0482162799c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/4da2f78a-6b11-4231-b70d-dc621da9e6d3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25 ??', 'remarks': 'VOSA STATES 56K- 67K- 81K - 97K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ef7e660-7c14-4788-8f89-41279feb3791.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688324, 'registration': 'EF17UAP', 'account': 'WBA003', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Zetec 5dr', 'mileage': 101561, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2210, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-22', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF17UAP/2026-03-24/image/ac1e2365-afde-4f8f-8a0b-4a6d5141ded1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/628c40a9-c35e-42a7-9f0b-ab80f5cc66fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/bec830ae-1645-4972-b625-95e376949add_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/422841c5-8731-48cb-b633-058101fd5bf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/e0a1a01b-7fd8-447a-8c84-40c0e8839abe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/f06b875d-4d38-4437-970f-12903af349b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/b23a95a3-5403-40f7-ae10-eac09a922297_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/9064c7bb-40c7-495c-876d-0482162799c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/4da2f78a-6b11-4231-b70d-dc621da9e6d3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25 ??', 'remarks': 'VOSA STATES 56K- 67K- 81K - 97K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ef7e660-7c14-4788-8f89-41279feb3791.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with identifier: 120688324
2026-03-28 13:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with scrape type 2
2026-03-28 13:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with scrape type 2
2026-03-28 13:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6, identifier: 120688324
2026-03-28 13:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with identifier: 120688324
2026-03-28 13:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with identifier: 120688324
2026-03-28 13:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with identifier: 120688324 to the API
2026-03-28 13:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:06:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688324?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF17UAP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688324',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KA+ HATCHBACK',
'odometer': 101561,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-22',
'seller_name': 'UKCGR - Select',
'title': 'FORD KA+ HATCHBACK 1.2 85 Zetec 5dr',
'transmission': 'manual',
'trim': '1.2 85 Zetec 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120688324%27 HTTP/1.1" 200 None
2026-03-28 13:06:57 [astonbarclay.gb] INFO: Saving data for 120688324: {'auction_closing_time': 1774888200.0, 'created_time': 1774292524.155209, 'last_price_update_time': 1774703217.355384}
2026-03-28 13:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688324') HTTP/1.1" 204 0
2026-03-28 13:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120689970?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120689970, 'registration': 'EA62VJN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Tekna 5dr', 'mileage': 40598, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2202, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA62VJN/2026-03-24/image/4e3473c9-1bcd-419c-9f56-aa4524bdca78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/1183851e-3e68-4495-87e0-db5507bfb6d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/1a919132-f0f2-4782-9222-0dc6108a5bdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/0fe262f4-b5a5-4ab5-bc8f-2529856bdf7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/adc624a7-eace-4ffd-aef5-f9f447339cfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/ec99c124-49d2-47fa-90db-908b765f9b9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/dbfd5a6c-3525-40ec-9dff-db3718256ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/f5048004-b6c3-493e-a6ad-9e84ccc1aef5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/13 2K - 10/15 6K - 10/16 8K - 10/17 11K - 10/18 14K - 10/2 21K- 10/22 27K - 10/24 35K - 11/21 24K - 10/23 32K', 'remarks': 'VOSA STATES 27K- 32K- 35K- 38K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4acd036e-4fb8-4b59-84ce-b24086a05e95.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120689970, 'registration': 'EA62VJN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Tekna 5dr', 'mileage': 40598, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2202, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA62VJN/2026-03-24/image/4e3473c9-1bcd-419c-9f56-aa4524bdca78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/1183851e-3e68-4495-87e0-db5507bfb6d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/1a919132-f0f2-4782-9222-0dc6108a5bdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/0fe262f4-b5a5-4ab5-bc8f-2529856bdf7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/adc624a7-eace-4ffd-aef5-f9f447339cfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/ec99c124-49d2-47fa-90db-908b765f9b9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/dbfd5a6c-3525-40ec-9dff-db3718256ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/f5048004-b6c3-493e-a6ad-9e84ccc1aef5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/13 2K - 10/15 6K - 10/16 8K - 10/17 11K - 10/18 14K - 10/2 21K- 10/22 27K - 10/24 35K - 11/21 24K - 10/23 32K', 'remarks': 'VOSA STATES 27K- 32K- 35K- 38K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4acd036e-4fb8-4b59-84ce-b24086a05e95.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db13685f-0fc9-579f-9340-7c9c1b96694f with identifier: 120689970
2026-03-28 13:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db13685f-0fc9-579f-9340-7c9c1b96694f with scrape type 2
2026-03-28 13:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db13685f-0fc9-579f-9340-7c9c1b96694f with scrape type 2
2026-03-28 13:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db13685f-0fc9-579f-9340-7c9c1b96694f, identifier: 120689970
2026-03-28 13:07:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db13685f-0fc9-579f-9340-7c9c1b96694f with identifier: 120689970
2026-03-28 13:07:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db13685f-0fc9-579f-9340-7c9c1b96694f with identifier: 120689970
2026-03-28 13:07:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: db13685f-0fc9-579f-9340-7c9c1b96694f with identifier: 120689970 to the API
2026-03-28 13:07:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120689970?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'db13685f-0fc9-579f-9340-7c9c1b96694f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA62VJN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120689970',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 40598,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-31',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN MICRA HATCHBACK 1.2 Tekna 5dr',
'transmission': 'manual',
'trim': '1.2 Tekna 5dr',
'vin': None,
'year': 2012}
2026-03-28 13:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:01 [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-28 13:07:01 [astonbarclay.gb] INFO: Saving data for 120689970: {'auction_closing_time': 1774888200.0, 'created_time': 1774292527.971803, 'last_price_update_time': 1774703221.996796}
2026-03-28 13:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120689970') HTTP/1.1" 204 0
2026-03-28 13:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120675196?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120675196, 'registration': 'LS64ZHF', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E220 BlueTEC SE 4dr 7G-Tronic', 'mileage': 90370, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2119, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-23', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/e6340035-4bb3-43b8-b2f3-efc12c6b9deb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/04805030-bac4-467a-8745-f9411f0a76fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/aafcc122-f6d9-4353-9ffc-3650a1bbebe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/c55b5cdb-d1a8-46aa-ac9c-4e109109aece_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/96578078-81c1-4073-9499-c9170c1acd49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/64249d60-3f42-4a30-b34a-08d9a3082b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/a0fb82e4-2391-4025-b3cf-26d4c163de42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/64497fa5-fb60-4906-889c-23fa97d307ef_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/15 17K - 07/15 31K - 06/16 37K - 06/17 42K - 03/18 46K', 'remarks': 'Ex-Private Hire - VOSA STATES, 74K, 79K, 86K, 89K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3f3b27f-422d-4b8c-aba9-e364bfc78599.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120675196, 'registration': 'LS64ZHF', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E220 BlueTEC SE 4dr 7G-Tronic', 'mileage': 90370, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2119, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-23', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/e6340035-4bb3-43b8-b2f3-efc12c6b9deb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/04805030-bac4-467a-8745-f9411f0a76fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/aafcc122-f6d9-4353-9ffc-3650a1bbebe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/c55b5cdb-d1a8-46aa-ac9c-4e109109aece_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/96578078-81c1-4073-9499-c9170c1acd49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/64249d60-3f42-4a30-b34a-08d9a3082b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/a0fb82e4-2391-4025-b3cf-26d4c163de42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/64497fa5-fb60-4906-889c-23fa97d307ef_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/15 17K - 07/15 31K - 06/16 37K - 06/17 42K - 03/18 46K', 'remarks': 'Ex-Private Hire - VOSA STATES, 74K, 79K, 86K, 89K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3f3b27f-422d-4b8c-aba9-e364bfc78599.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with identifier: 120675196
2026-03-28 13:07:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with scrape type 2
2026-03-28 13:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with scrape type 2
2026-03-28 13:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977, identifier: 120675196
2026-03-28 13:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with identifier: 120675196
2026-03-28 13:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with identifier: 120675196
2026-03-28 13:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with identifier: 120675196 to the API
2026-03-28 13:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120675196?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '4f52bdee-7c93-5f5f-9d71-2e4ed8856977',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS64ZHF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120675196',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL SALOON',
'odometer': 90370,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-30',
'seller_name': 'CarGiant',
'title': 'MERCEDES-BENZ E CLASS DIESEL SALOON E220 BlueTEC SE 4dr 7G-Tronic',
'transmission': 'automatic',
'trim': 'E220 BlueTEC SE 4dr 7G-Tronic',
'vin': None,
'year': 2014}
2026-03-28 13:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:04 [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-28 13:07:04 [astonbarclay.gb] INFO: Saving data for 120675196: {'auction_closing_time': 1774888200.0, 'created_time': 1774272222.984773, 'last_price_update_time': 1774703224.267543}
2026-03-28 13:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120675196') HTTP/1.1" 204 0
2026-03-28 13:07:05 [scrapy.extensions.logstats] INFO: Crawled 196 pages (at 32 pages/min), scraped 194 items (at 32 items/min)
2026-03-28 13:07:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461525?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120461525, 'registration': 'YM17JEO', 'account': 'SMC024', 'make': 'MAZDA', 'model': 'CX-3 DIESEL HATCHBACK', 'derivative': '1.5d SE-L Nav 5dr', 'mileage': 90170, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1158, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YM17JEO/2026-03-18/image/b1a3bc57-0218-4ab9-9444-738e399e5a28_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/cffdb5b2-f1b3-4d8e-926c-1f77000a04c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/c5e53923-bc8b-488a-ba63-7fbfacdae22e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/6c1a984a-3f0e-475d-bba2-891abdaef7ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/c62fea16-46e4-4a62-b512-c1fd59d4fb32_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/e1769176-f2a1-4acc-9f16-56fe7a34dbf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/a0685dbb-585d-4c06-9d8d-33f2947983b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/bcbc809e-c894-48c1-a4c6-9c120f4d2858_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/0ea57fbf-c9c2-4df1-9357-661dcafd8942_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/17 10k - 06/18 20k - 12/18 33k', 'remarks': 'VOSA STATES 71K- 75K- 81K - 88K - SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be7650cb-6848-4759-8604-b33c97decb16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120461525, 'registration': 'YM17JEO', 'account': 'SMC024', 'make': 'MAZDA', 'model': 'CX-3 DIESEL HATCHBACK', 'derivative': '1.5d SE-L Nav 5dr', 'mileage': 90170, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1158, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YM17JEO/2026-03-18/image/b1a3bc57-0218-4ab9-9444-738e399e5a28_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/cffdb5b2-f1b3-4d8e-926c-1f77000a04c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/c5e53923-bc8b-488a-ba63-7fbfacdae22e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/6c1a984a-3f0e-475d-bba2-891abdaef7ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/c62fea16-46e4-4a62-b512-c1fd59d4fb32_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/e1769176-f2a1-4acc-9f16-56fe7a34dbf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/a0685dbb-585d-4c06-9d8d-33f2947983b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/bcbc809e-c894-48c1-a4c6-9c120f4d2858_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/0ea57fbf-c9c2-4df1-9357-661dcafd8942_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/17 10k - 06/18 20k - 12/18 33k', 'remarks': 'VOSA STATES 71K- 75K- 81K - 88K - SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be7650cb-6848-4759-8604-b33c97decb16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae605f9-9896-5153-952b-b34c66f1c10f with identifier: 120461525
2026-03-28 13:07:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae605f9-9896-5153-952b-b34c66f1c10f with scrape type 2
2026-03-28 13:07:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ae605f9-9896-5153-952b-b34c66f1c10f with scrape type 2
2026-03-28 13:07:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6ae605f9-9896-5153-952b-b34c66f1c10f, identifier: 120461525
2026-03-28 13:07:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6ae605f9-9896-5153-952b-b34c66f1c10f with identifier: 120461525
2026-03-28 13:07:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6ae605f9-9896-5153-952b-b34c66f1c10f with identifier: 120461525
2026-03-28 13:07:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6ae605f9-9896-5153-952b-b34c66f1c10f with identifier: 120461525 to the API
2026-03-28 13:07:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:07:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461525?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '6ae605f9-9896-5153-952b-b34c66f1c10f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YM17JEO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461525',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MAZDA',
'model': 'CX-3 DIESEL HATCHBACK',
'odometer': 90170,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-31',
'seller_name': 'SMC Ford Gillingham',
'title': 'MAZDA CX-3 DIESEL HATCHBACK 1.5d SE-L Nav 5dr',
'transmission': 'manual',
'trim': '1.5d SE-L Nav 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120461525%27 HTTP/1.1" 200 None
2026-03-28 13:07:11 [astonbarclay.gb] INFO: Saving data for 120461525: {'auction_closing_time': 1774888200.0, 'created_time': 1773838938.01397, 'last_price_update_time': 1774703231.762542}
2026-03-28 13:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461525') HTTP/1.1" 204 0
2026-03-28 13:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120680805?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:07:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120680805, 'registration': 'SN63KXV', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 58417, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2201, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-10-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SN63KXV/2026-03-23/image/a136f1f0-1daa-48fd-ab2e-b3b9c292f68a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/3b31fd52-7f09-4755-9c05-6ccc9132a213_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/0ae33dc0-1081-4cfb-9c72-72d9cb70b785_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/9d61d624-ca56-48db-aa8c-677ca0d5f2aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/26ff5fcd-7173-4b7d-817c-74edea6d69fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/cd139c73-5c03-45e2-bbd8-f4d192edd47c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/1f2c8447-ccbb-42d6-aefd-fa01cee29313_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/528dbe45-1a34-4b37-a7e9-137277b666bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/bb2e3641-c56d-45e0-84d9-ffb43b5e1b07_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/14 - 3K, 11/15 - 9K, 9/16 - 12K, 11/17 - 14K, 5/25 - 56K', 'remarks': 'VOSA STATES - 40K, 49K, 54K, 56K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d23630d8-5c50-44d3-81bb-7543b0d918a5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120680805, 'registration': 'SN63KXV', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 58417, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2201, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-10-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SN63KXV/2026-03-23/image/a136f1f0-1daa-48fd-ab2e-b3b9c292f68a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/3b31fd52-7f09-4755-9c05-6ccc9132a213_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/0ae33dc0-1081-4cfb-9c72-72d9cb70b785_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/9d61d624-ca56-48db-aa8c-677ca0d5f2aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/26ff5fcd-7173-4b7d-817c-74edea6d69fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/cd139c73-5c03-45e2-bbd8-f4d192edd47c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/1f2c8447-ccbb-42d6-aefd-fa01cee29313_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/528dbe45-1a34-4b37-a7e9-137277b666bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/bb2e3641-c56d-45e0-84d9-ffb43b5e1b07_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/14 - 3K, 11/15 - 9K, 9/16 - 12K, 11/17 - 14K, 5/25 - 56K', 'remarks': 'VOSA STATES - 40K, 49K, 54K, 56K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d23630d8-5c50-44d3-81bb-7543b0d918a5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23ae04e5-b68f-5e8c-91a4-46838009a924 with identifier: 120680805
2026-03-28 13:07:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23ae04e5-b68f-5e8c-91a4-46838009a924 with scrape type 2
2026-03-28 13:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23ae04e5-b68f-5e8c-91a4-46838009a924 with scrape type 2
2026-03-28 13:07:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23ae04e5-b68f-5e8c-91a4-46838009a924, identifier: 120680805
2026-03-28 13:07:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23ae04e5-b68f-5e8c-91a4-46838009a924 with identifier: 120680805
2026-03-28 13:07:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23ae04e5-b68f-5e8c-91a4-46838009a924 with identifier: 120680805
2026-03-28 13:07:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23ae04e5-b68f-5e8c-91a4-46838009a924 with identifier: 120680805 to the API
2026-03-28 13:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120680805?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '23ae04e5-b68f-5e8c-91a4-46838009a924',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SN63KXV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120680805',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 58417,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-01',
'seller_name': 'UKCGR - Trade',
'title': 'FIAT 500 HATCHBACK 1.2 Lounge 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Lounge 3dr [Start Stop]',
'vin': None,
'year': 2013}
2026-03-28 13:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:12 [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-28 13:07:12 [astonbarclay.gb] INFO: Saving data for 120680805: {'auction_closing_time': 1774888200.0, 'created_time': 1774292530.146476, 'last_price_update_time': 1774703232.603049}
2026-03-28 13:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120680805') HTTP/1.1" 204 0
2026-03-28 13:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120369549?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120369549, 'registration': 'KU18UJC', 'account': 'ALL018', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Active 5dr', 'mileage': 103862, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1156, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KU18UJC/2026-03-19/image/09a09e17-d3d9-47c6-a7c5-5c23bd0bdce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/5bdcb744-5654-479c-9a57-981b2cdc1304_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/c405a2dc-b2d1-4773-8891-9a5153ecb38f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/0f7f31fa-7d88-4a7d-b6d4-327e7a499f51_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/6cee596a-d5e2-49ef-be55-5d537227f79b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/41114527-6532-4c71-8ff0-fba93ae79d6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/cebb94fb-dd75-4bee-96cf-c59dc20009e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/99372b2e-cf59-42b6-9529-81d98e131828_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/2db1a717-5797-4d47-bfe8-c6080419e595_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/19 3K - 06/21 14K - 06/23 33K', 'remarks': 'VOSA STATES 17K - 33K - 58K - 86K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3daa6e99-9e95-47a0-8929-dcd3fb589025.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120369549, 'registration': 'KU18UJC', 'account': 'ALL018', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Active 5dr', 'mileage': 103862, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1156, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KU18UJC/2026-03-19/image/09a09e17-d3d9-47c6-a7c5-5c23bd0bdce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/5bdcb744-5654-479c-9a57-981b2cdc1304_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/c405a2dc-b2d1-4773-8891-9a5153ecb38f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/0f7f31fa-7d88-4a7d-b6d4-327e7a499f51_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/6cee596a-d5e2-49ef-be55-5d537227f79b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/41114527-6532-4c71-8ff0-fba93ae79d6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/cebb94fb-dd75-4bee-96cf-c59dc20009e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/99372b2e-cf59-42b6-9529-81d98e131828_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/2db1a717-5797-4d47-bfe8-c6080419e595_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/19 3K - 06/21 14K - 06/23 33K', 'remarks': 'VOSA STATES 17K - 33K - 58K - 86K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3daa6e99-9e95-47a0-8929-dcd3fb589025.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e08a281-59ed-5797-b119-65ebcfb2e776 with identifier: 120369549
2026-03-28 13:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e08a281-59ed-5797-b119-65ebcfb2e776 with scrape type 2
2026-03-28 13:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e08a281-59ed-5797-b119-65ebcfb2e776 with scrape type 2
2026-03-28 13:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0e08a281-59ed-5797-b119-65ebcfb2e776, identifier: 120369549
2026-03-28 13:07:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0e08a281-59ed-5797-b119-65ebcfb2e776 with identifier: 120369549
2026-03-28 13:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0e08a281-59ed-5797-b119-65ebcfb2e776 with identifier: 120369549
2026-03-28 13:07:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0e08a281-59ed-5797-b119-65ebcfb2e776 with identifier: 120369549 to the API
2026-03-28 13:07:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120369549?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '0e08a281-59ed-5797-b119-65ebcfb2e776',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU18UJC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120369549',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KA+ HATCHBACK',
'odometer': 103862,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-30',
'seller_name': 'SMC GROUP',
'title': 'FORD KA+ HATCHBACK 1.2 85 Active 5dr',
'transmission': 'manual',
'trim': '1.2 85 Active 5dr',
'vin': None,
'year': 2018}
2026-03-28 13:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:14 [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-28 13:07:14 [astonbarclay.gb] INFO: Saving data for 120369549: {'auction_closing_time': 1774888200.0, 'created_time': 1773860544.329786, 'last_price_update_time': 1774703234.0884}
2026-03-28 13:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120369549') HTTP/1.1" 204 0
2026-03-28 13:07:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120630637?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:07:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120630637, 'registration': 'SV08MHF', 'account': 'TR', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS ESTATE', 'derivative': 'C180K Sport 5dr Auto', 'mileage': 124093, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1123, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2008-06-04', 'fuel': 'Petrol', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a19d9c9e-7a46-45ff-9c4a-214a6865d647_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a20c6d82-9db3-4378-b20f-70f08e1a4d5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/d122d076-615a-4021-a7e3-5a5204f3f6e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/2e2a3b27-d25a-4e62-a874-2560961bdff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f9916785-3f73-49c8-a0bd-2d37b2b9f6d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/26283fd8-5765-455b-aa53-cbd7116d04e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f88f2a28-6bac-499d-9284-1bdb317e4b49_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/22 82K', 'remarks': 'VOSA STATES 82K - 91K- 100K - 113K- SPARE EKEY IN OFFICE', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 194, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0d599ef4-3cc0-47a4-8d58-7286f50f9136.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120630637, 'registration': 'SV08MHF', 'account': 'TR', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS ESTATE', 'derivative': 'C180K Sport 5dr Auto', 'mileage': 124093, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1123, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2008-06-04', 'fuel': 'Petrol', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a19d9c9e-7a46-45ff-9c4a-214a6865d647_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a20c6d82-9db3-4378-b20f-70f08e1a4d5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/d122d076-615a-4021-a7e3-5a5204f3f6e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/2e2a3b27-d25a-4e62-a874-2560961bdff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f9916785-3f73-49c8-a0bd-2d37b2b9f6d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/26283fd8-5765-455b-aa53-cbd7116d04e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f88f2a28-6bac-499d-9284-1bdb317e4b49_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/22 82K', 'remarks': 'VOSA STATES 82K - 91K- 100K - 113K- SPARE EKEY IN OFFICE', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 194, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0d599ef4-3cc0-47a4-8d58-7286f50f9136.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1be2afe-6b2c-5c83-95e1-be71171a3778 with identifier: 120630637
2026-03-28 13:07:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1be2afe-6b2c-5c83-95e1-be71171a3778 with scrape type 1
2026-03-28 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 7 photos for item c1be2afe-6b2c-5c83-95e1-be71171a3778
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Fa19d9c9e-7a46-45ff-9c4a-214a6865d647_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a19d9c9e-7a46-45ff-9c4a-214a6865d647_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Fa20c6d82-9db3-4378-b20f-70f08e1a4d5a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a20c6d82-9db3-4378-b20f-70f08e1a4d5a_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Fd122d076-615a-4021-a7e3-5a5204f3f6e1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/d122d076-615a-4021-a7e3-5a5204f3f6e1_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252F2e2a3b27-d25a-4e62-a874-2560961bdff7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/2e2a3b27-d25a-4e62-a874-2560961bdff7_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Ff9916785-3f73-49c8-a0bd-2d37b2b9f6d9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f9916785-3f73-49c8-a0bd-2d37b2b9f6d9_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252F26283fd8-5765-455b-aa53-cbd7116d04e4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/26283fd8-5765-455b-aa53-cbd7116d04e4_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Ff88f2a28-6bac-499d-9284-1bdb317e4b49_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-28 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f88f2a28-6bac-499d-9284-1bdb317e4b49_removebg.jpg?w=600 not downloaded yet
2026-03-28 13:07:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120554208?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:07:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120554208, 'registration': 'EJ67USX', 'account': 'ALL022', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 3dr', 'mileage': 69917, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1154, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 3, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ67USX/2026-03-19/image/c6b12e82-4ad3-4c08-bd3e-d2172575215b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/576a0f81-2cb3-41e8-9c2e-712dd81ed0e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/5c75f598-a3a2-42b8-bd7f-401e28feaed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/22bd310f-123e-4810-9179-1b92c2467b21_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/f582e135-f2c1-4f89-a324-b23b37e18c73_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/ae2883de-7bd2-4660-8c21-1da1f1f38cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/75b6166c-14b6-4362-923c-8219b15751e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/96a97fd7-fc2e-468c-8fa0-249464bfaaeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/02712ba4-5d18-4e80-8c46-a3de668219f8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 11/21 44K', 'remarks': 'VOSA STATES, 54K, 59K, 64K, 68K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1e9442f1-940b-4e65-9ae8-a92ddb9a61ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120554208, 'registration': 'EJ67USX', 'account': 'ALL022', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 3dr', 'mileage': 69917, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1154, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 3, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ67USX/2026-03-19/image/c6b12e82-4ad3-4c08-bd3e-d2172575215b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/576a0f81-2cb3-41e8-9c2e-712dd81ed0e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/5c75f598-a3a2-42b8-bd7f-401e28feaed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/22bd310f-123e-4810-9179-1b92c2467b21_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/f582e135-f2c1-4f89-a324-b23b37e18c73_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/ae2883de-7bd2-4660-8c21-1da1f1f38cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/75b6166c-14b6-4362-923c-8219b15751e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/96a97fd7-fc2e-468c-8fa0-249464bfaaeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/02712ba4-5d18-4e80-8c46-a3de668219f8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 11/21 44K', 'remarks': 'VOSA STATES, 54K, 59K, 64K, 68K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1e9442f1-940b-4e65-9ae8-a92ddb9a61ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3868c150-bec9-5550-9edd-23090557ed97 with identifier: 120554208
2026-03-28 13:07:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3868c150-bec9-5550-9edd-23090557ed97 with scrape type 2
2026-03-28 13:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3868c150-bec9-5550-9edd-23090557ed97 with scrape type 2
2026-03-28 13:07:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3868c150-bec9-5550-9edd-23090557ed97, identifier: 120554208
2026-03-28 13:07:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3868c150-bec9-5550-9edd-23090557ed97 with identifier: 120554208
2026-03-28 13:07:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3868c150-bec9-5550-9edd-23090557ed97 with identifier: 120554208
2026-03-28 13:07:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3868c150-bec9-5550-9edd-23090557ed97 with identifier: 120554208 to the API
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120554208?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3868c150-bec9-5550-9edd-23090557ed97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ67USX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120554208',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 69917,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-30',
'seller_name': 'SMC Group',
'title': 'FORD FIESTA HATCHBACK 1.1 Zetec 3dr',
'transmission': 'manual',
'trim': '1.1 Zetec 3dr',
'vin': None,
'year': 2017}
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:16 [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-28 13:07:16 [astonbarclay.gb] INFO: Saving data for 120554208: {'auction_closing_time': 1774888200.0, 'created_time': 1773947154.54594, 'last_price_update_time': 1774703236.414073}
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120554208') HTTP/1.1" 204 0
2026-03-28 13:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f88f2a28-6bac-499d-9284-1bdb317e4b49_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120630637?view=catalogue)
2026-03-28 13:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV08MHF/2026-03-28/image/26283fd8-5765-455b-aa53-cbd7116d04e4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120630637?view=catalogue)
2026-03-28 13:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f9916785-3f73-49c8-a0bd-2d37b2b9f6d9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120630637?view=catalogue)
2026-03-28 13:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV08MHF/2026-03-28/image/2e2a3b27-d25a-4e62-a874-2560961bdff7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120630637?view=catalogue)
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d0d1010>
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_6.jpg HTTP/1.1" 201 0
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Ff88f2a28-6bac-499d-9284-1bdb317e4b49_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f88f2a28-6bac-499d-9284-1bdb317e4b49_removebg.jpg?w=600 saved to cache
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c1be2afe-6b2c-5c83-95e1-be71171a3778
2026-03-28 13:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV08MHF/2026-03-28/image/d122d076-615a-4021-a7e3-5a5204f3f6e1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120630637?view=catalogue)
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d0cad10>
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_5.jpg HTTP/1.1" 201 0
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252F26283fd8-5765-455b-aa53-cbd7116d04e4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/26283fd8-5765-455b-aa53-cbd7116d04e4_removebg.jpg?w=600 saved to cache
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c1be2afe-6b2c-5c83-95e1-be71171a3778
2026-03-28 13:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a20c6d82-9db3-4378-b20f-70f08e1a4d5a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120630637?view=catalogue)
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7e6903d0>
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_4.jpg HTTP/1.1" 201 0
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Ff9916785-3f73-49c8-a0bd-2d37b2b9f6d9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f9916785-3f73-49c8-a0bd-2d37b2b9f6d9_removebg.jpg?w=600 saved to cache
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c1be2afe-6b2c-5c83-95e1-be71171a3778
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7e815fd0>
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_3.jpg HTTP/1.1" 201 0
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252F2e2a3b27-d25a-4e62-a874-2560961bdff7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/2e2a3b27-d25a-4e62-a874-2560961bdff7_removebg.jpg?w=600 saved to cache
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c1be2afe-6b2c-5c83-95e1-be71171a3778
2026-03-28 13:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a19d9c9e-7a46-45ff-9c4a-214a6865d647_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120630637?view=catalogue)
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d365090>
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_2.jpg HTTP/1.1" 201 0
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Fd122d076-615a-4021-a7e3-5a5204f3f6e1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/d122d076-615a-4021-a7e3-5a5204f3f6e1_removebg.jpg?w=600 saved to cache
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c1be2afe-6b2c-5c83-95e1-be71171a3778
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d35aa90>
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_1.jpg HTTP/1.1" 201 0
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Fa20c6d82-9db3-4378-b20f-70f08e1a4d5a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a20c6d82-9db3-4378-b20f-70f08e1a4d5a_removebg.jpg?w=600 saved to cache
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c1be2afe-6b2c-5c83-95e1-be71171a3778
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f5e7d2a9550>
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 13:07:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_0.jpg HTTP/1.1" 201 0
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSV08MHF%252F2026-03-28%252Fimage%252Fa19d9c9e-7a46-45ff-9c4a-214a6865d647_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a19d9c9e-7a46-45ff-9c4a-214a6865d647_removebg.jpg?w=600 saved to cache
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c1be2afe-6b2c-5c83-95e1-be71171a3778
2026-03-28 13:07:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1be2afe-6b2c-5c83-95e1-be71171a3778, skipping ID generation
2026-03-28 13:07:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1be2afe-6b2c-5c83-95e1-be71171a3778 with scrape type 1
2026-03-28 13:07:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1be2afe-6b2c-5c83-95e1-be71171a3778 sending to next pipeline
2026-03-28 13:07:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1be2afe-6b2c-5c83-95e1-be71171a3778, identifier: 120630637
2026-03-28 13:07:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1be2afe-6b2c-5c83-95e1-be71171a3778 with identifier: 120630637
2026-03-28 13:07:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1be2afe-6b2c-5c83-95e1-be71171a3778 with identifier: 120630637
2026-03-28 13:07:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1be2afe-6b2c-5c83-95e1-be71171a3778 with identifier: 120630637 to the API
2026-03-28 13:07:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:07:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a19d9c9e-7a46-45ff-9c4a-214a6865d647_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 194,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'c1be2afe-6b2c-5c83-95e1-be71171a3778',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV08MHF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120630637',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS ESTATE',
'odometer': 124093,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 7,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36104,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a19d9c9e-7a46-45ff-9c4a-214a6865d647_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37985,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/a20c6d82-9db3-4378-b20f-70f08e1a4d5a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38894,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/d122d076-615a-4021-a7e3-5a5204f3f6e1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34783,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/2e2a3b27-d25a-4e62-a874-2560961bdff7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54042,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f9916785-3f73-49c8-a0bd-2d37b2b9f6d9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48510,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/26283fd8-5765-455b-aa53-cbd7116d04e4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c1be2afe-6b2c-5c83-95e1-be71171a3778/c1be2afe-6b2c-5c83-95e1-be71171a3778_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33971,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SV08MHF/2026-03-28/image/f88f2a28-6bac-499d-9284-1bdb317e4b49_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-06-04',
'seller_name': None,
'title': 'MERCEDES-BENZ C CLASS ESTATE C180K Sport 5dr Auto',
'transmission': 'automatic',
'trim': 'C180K Sport 5dr Auto',
'vin': None,
'year': 2008}
2026-03-28 13:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120630637%27 HTTP/1.1" 200 None
2026-03-28 13:07:17 [astonbarclay.gb] INFO: Saving data for 120630637: {'created_time': 1774703237.305804, 'last_price_update_time': 1774703237.305817, 'auction_closing_time': 1774888200.0}
2026-03-28 13:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120630637') HTTP/1.1" 204 0
2026-03-28 13:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120751313?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120751313, 'registration': 'FP14VBV', 'account': 'TR', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i Icon 5dr', 'mileage': 207865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1121, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP14VBV/2026-03-27/image/643cee6b-645d-4ed0-ba48-6bc679c4694c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/6cd66026-6469-4e0c-8208-92a3d3870542_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/3b31acc2-1c5b-4776-8b69-a6007761007b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/bee19922-45b7-41d1-ae11-21708a2a4a23_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/4e8d1ae5-3fdf-4a42-9bfe-512206b795d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/77b96614-3529-468e-83a0-d32c3b52479d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/c2d7cd9c-4f4d-4707-b0c1-e4e6aca87882_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/3a586603-3be7-4945-b920-c79f46576ba2_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 116K, 150K, 175K, 204K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120751313, 'registration': 'FP14VBV', 'account': 'TR', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i Icon 5dr', 'mileage': 207865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1121, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP14VBV/2026-03-27/image/643cee6b-645d-4ed0-ba48-6bc679c4694c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/6cd66026-6469-4e0c-8208-92a3d3870542_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/3b31acc2-1c5b-4776-8b69-a6007761007b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/bee19922-45b7-41d1-ae11-21708a2a4a23_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/4e8d1ae5-3fdf-4a42-9bfe-512206b795d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/77b96614-3529-468e-83a0-d32c3b52479d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/c2d7cd9c-4f4d-4707-b0c1-e4e6aca87882_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP14VBV/2026-03-27/image/3a586603-3be7-4945-b920-c79f46576ba2_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 116K, 150K, 175K, 204K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with identifier: 120751313
2026-03-28 13:07:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with scrape type 2
2026-03-28 13:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with scrape type 2
2026-03-28 13:07:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303, identifier: 120751313
2026-03-28 13:07:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with identifier: 120751313
2026-03-28 13:07:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with identifier: 120751313
2026-03-28 13:07:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with identifier: 120751313 to the API
2026-03-28 13:07:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120751313?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FP14VBV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120751313',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 207865,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-28',
'seller_name': None,
'title': 'TOYOTA YARIS HATCHBACK 1.33 VVT-i Icon 5dr',
'transmission': 'manual',
'trim': '1.33 VVT-i Icon 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751313%27 HTTP/1.1" 200 None
2026-03-28 13:07:18 [astonbarclay.gb] INFO: Saving data for 120751313: {'auction_closing_time': 1774888200.0, 'created_time': 1774379371.740108, 'last_price_update_time': 1774703238.866772}
2026-03-28 13:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120751313') HTTP/1.1" 204 0
2026-03-28 13:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120402888?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120402888, 'registration': 'BJ15ESV', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta Premium 5dr', 'mileage': 72939, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1068, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/54cf1294-adb1-4bed-958a-8acc35e6c81c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/afbc04e2-4af7-46f8-b0ea-bfa587b157bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/6ec0af8d-1292-4ec3-b687-e3f160f4e4dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/2e645b9b-a8b2-460c-bafd-68e72e1fadfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/0b230f1b-0409-4c8d-84cc-d97a46d3e091_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/f1639fe3-f804-4bb8-8f78-df69c1613396_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/01dbd891-0945-42de-92ae-eb7082d38717_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/3edb5df4-ddde-458b-8205-dfba19a0b500_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/a2e74648-091a-4786-9f8d-fb4bc9f1ca3e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES - 50K, 54K, 61K, 65K, 72K - SPARE KEY & SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63d59538-5e9b-43df-899f-42b25000a441.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120402888, 'registration': 'BJ15ESV', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta Premium 5dr', 'mileage': 72939, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1068, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/54cf1294-adb1-4bed-958a-8acc35e6c81c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/afbc04e2-4af7-46f8-b0ea-bfa587b157bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/6ec0af8d-1292-4ec3-b687-e3f160f4e4dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/2e645b9b-a8b2-460c-bafd-68e72e1fadfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/0b230f1b-0409-4c8d-84cc-d97a46d3e091_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/f1639fe3-f804-4bb8-8f78-df69c1613396_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/01dbd891-0945-42de-92ae-eb7082d38717_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/3edb5df4-ddde-458b-8205-dfba19a0b500_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/a2e74648-091a-4786-9f8d-fb4bc9f1ca3e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES - 50K, 54K, 61K, 65K, 72K - SPARE KEY & SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63d59538-5e9b-43df-899f-42b25000a441.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8916bacf-8c9b-5e7f-b944-7c4b664689fd with identifier: 120402888
2026-03-28 13:07:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8916bacf-8c9b-5e7f-b944-7c4b664689fd with scrape type 2
2026-03-28 13:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8916bacf-8c9b-5e7f-b944-7c4b664689fd with scrape type 2
2026-03-28 13:07:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8916bacf-8c9b-5e7f-b944-7c4b664689fd, identifier: 120402888
2026-03-28 13:07:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8916bacf-8c9b-5e7f-b944-7c4b664689fd with identifier: 120402888
2026-03-28 13:07:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8916bacf-8c9b-5e7f-b944-7c4b664689fd with identifier: 120402888
2026-03-28 13:07:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8916bacf-8c9b-5e7f-b944-7c4b664689fd with identifier: 120402888 to the API
2026-03-28 13:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120402888?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '8916bacf-8c9b-5e7f-b944-7c4b664689fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ15ESV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120402888',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE DIESEL HATCHBACK',
'odometer': 72939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-31',
'seller_name': 'Manamanx Ltd',
'title': 'NISSAN JUKE DIESEL HATCHBACK 1.5 dCi Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Acenta Premium 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:20 [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-28 13:07:20 [astonbarclay.gb] INFO: Saving data for 120402888: {'auction_closing_time': 1774888200.0, 'created_time': 1773403910.889753, 'last_price_update_time': 1774703240.281138}
2026-03-28 13:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120402888') HTTP/1.1" 204 0
2026-03-28 13:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693407?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693407, 'registration': 'KP15WXR', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C250 BlueTEC SE 4dr Auto', 'mileage': 136107, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2239, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-05-13', 'fuel': 'Diesel', 'motExpiry': '2027-02-23', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KP15WXR/2026-03-25/image/6ac4aabe-0d57-446c-896b-d7ec0b98d791_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/0855fe20-8153-4541-aeb7-107198325fac_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/5543a372-4728-40cc-85a1-f485d7ee5cd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/006fa554-cb1b-4305-9947-a4314ea5de84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/7968c92f-9d7f-4971-8268-2fbb505a67fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/c8b587f2-55f3-4b45-b822-340a7b6f7713_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/ba08f6f5-9121-4fc2-9abd-b7f07ea6b1f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/f3309877-4af0-4f97-a290-1c5c776acc4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/99c0bdf7-0747-40ad-9c84-bd86510f10a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/34be1ed4-c8bf-4f0a-9575-b8402104806c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 102K- 110K- 124K 136 KSPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6a7afeeb-bae4-44c1-bbd6-23c72a01d94e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693407, 'registration': 'KP15WXR', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C250 BlueTEC SE 4dr Auto', 'mileage': 136107, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2239, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-05-13', 'fuel': 'Diesel', 'motExpiry': '2027-02-23', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KP15WXR/2026-03-25/image/6ac4aabe-0d57-446c-896b-d7ec0b98d791_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/0855fe20-8153-4541-aeb7-107198325fac_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/5543a372-4728-40cc-85a1-f485d7ee5cd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/006fa554-cb1b-4305-9947-a4314ea5de84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/7968c92f-9d7f-4971-8268-2fbb505a67fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/c8b587f2-55f3-4b45-b822-340a7b6f7713_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/ba08f6f5-9121-4fc2-9abd-b7f07ea6b1f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/f3309877-4af0-4f97-a290-1c5c776acc4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/99c0bdf7-0747-40ad-9c84-bd86510f10a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/34be1ed4-c8bf-4f0a-9575-b8402104806c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 102K- 110K- 124K 136 KSPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6a7afeeb-bae4-44c1-bbd6-23c72a01d94e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5841b85-f3ef-5546-80e7-bd5f874524b9 with identifier: 120693407
2026-03-28 13:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5841b85-f3ef-5546-80e7-bd5f874524b9 with scrape type 2
2026-03-28 13:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5841b85-f3ef-5546-80e7-bd5f874524b9 with scrape type 2
2026-03-28 13:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c5841b85-f3ef-5546-80e7-bd5f874524b9, identifier: 120693407
2026-03-28 13:07:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c5841b85-f3ef-5546-80e7-bd5f874524b9 with identifier: 120693407
2026-03-28 13:07:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c5841b85-f3ef-5546-80e7-bd5f874524b9 with identifier: 120693407
2026-03-28 13:07:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c5841b85-f3ef-5546-80e7-bd5f874524b9 with identifier: 120693407 to the API
2026-03-28 13:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693407?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'c5841b85-f3ef-5546-80e7-bd5f874524b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KP15WXR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693407',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 136107,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-13',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C250 BlueTEC SE 4dr Auto',
'transmission': 'automatic',
'trim': 'C250 BlueTEC SE 4dr Auto',
'vin': None,
'year': 2015}
2026-03-28 13:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693407%27 HTTP/1.1" 200 None
2026-03-28 13:07:21 [astonbarclay.gb] INFO: Saving data for 120693407: {'auction_closing_time': 1774888200.0, 'created_time': 1774379369.577201, 'last_price_update_time': 1774703241.005886}
2026-03-28 13:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693407') HTTP/1.1" 204 0
2026-03-28 13:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691804?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691804, 'registration': 'BX14PUK', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Pure 5dr [Tech Pack]', 'mileage': 77565, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2203, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-07-25', 'fuel': 'Diesel', 'motExpiry': '2026-07-31', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BX14PUK/2026-03-24/image/c90c0f20-390f-4829-a3ec-69b8763d990e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/80ebdd88-e00b-4134-8529-e8c9c6d50714_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/aab62bb1-4d52-462f-98f0-b745c2143278_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/7fd8b0ae-f533-4b70-b8bd-9d8600ab0e17_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/8abb8bed-c4ab-48c0-bbe0-a858e5ddc022_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/1cd08745-819a-459d-abe7-9ac63be10dba_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/2e079831-678d-4fb5-b49e-d4c780264376_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/69c3f051-5c67-43b6-a490-ad1679e6bc41_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/e0bddc1c-edc2-4b68-945a-14eee9e49ba1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/375f1730-aaee-499d-9520-03f94ba3cf14_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21 42K', 'remarks': 'VOSA STATES 44K- 52K- 57K- 65K- 72K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/099f6828-fe2b-47f3-b74b-d34f749c3a1f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691804, 'registration': 'BX14PUK', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Pure 5dr [Tech Pack]', 'mileage': 77565, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2203, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-07-25', 'fuel': 'Diesel', 'motExpiry': '2026-07-31', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BX14PUK/2026-03-24/image/c90c0f20-390f-4829-a3ec-69b8763d990e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/80ebdd88-e00b-4134-8529-e8c9c6d50714_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/aab62bb1-4d52-462f-98f0-b745c2143278_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/7fd8b0ae-f533-4b70-b8bd-9d8600ab0e17_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/8abb8bed-c4ab-48c0-bbe0-a858e5ddc022_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/1cd08745-819a-459d-abe7-9ac63be10dba_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/2e079831-678d-4fb5-b49e-d4c780264376_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/69c3f051-5c67-43b6-a490-ad1679e6bc41_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/e0bddc1c-edc2-4b68-945a-14eee9e49ba1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/375f1730-aaee-499d-9520-03f94ba3cf14_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21 42K', 'remarks': 'VOSA STATES 44K- 52K- 57K- 65K- 72K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/099f6828-fe2b-47f3-b74b-d34f749c3a1f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d043d91-0449-54ce-be6f-797a96a2b578 with identifier: 120691804
2026-03-28 13:07:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d043d91-0449-54ce-be6f-797a96a2b578 with scrape type 2
2026-03-28 13:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d043d91-0449-54ce-be6f-797a96a2b578 with scrape type 2
2026-03-28 13:07:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0d043d91-0449-54ce-be6f-797a96a2b578, identifier: 120691804
2026-03-28 13:07:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0d043d91-0449-54ce-be6f-797a96a2b578 with identifier: 120691804
2026-03-28 13:07:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0d043d91-0449-54ce-be6f-797a96a2b578 with identifier: 120691804
2026-03-28 13:07:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0d043d91-0449-54ce-be6f-797a96a2b578 with identifier: 120691804 to the API
2026-03-28 13:07:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691804?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '0d043d91-0449-54ce-be6f-797a96a2b578',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BX14PUK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691804',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 77565,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-25',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.2 SD4 Pure 5dr '
'[Tech Pack]',
'transmission': 'manual',
'trim': '2.2 SD4 Pure 5dr [Tech Pack]',
'vin': None,
'year': 2014}
2026-03-28 13:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691804%27 HTTP/1.1" 200 None
2026-03-28 13:07:21 [astonbarclay.gb] INFO: Saving data for 120691804: {'auction_closing_time': 1774888200.0, 'created_time': 1774379387.541212, 'last_price_update_time': 1774703241.976013}
2026-03-28 13:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691804') HTTP/1.1" 204 0
2026-03-28 13:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120475596?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:07:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120475596, 'registration': 'SA68LDK', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T ecoTEC Elite Nav 5dr', 'mileage': 86546, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1064, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-12', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA68LDK/2026-03-16/image/6317a8dd-bc5b-48c6-830f-f7986af53fd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/f131c5cd-97e7-42f2-8699-114adb69ea80_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/c8f11053-57d5-4fa0-91c2-5b384805046f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/ac833aac-3431-4d81-8757-3d9d91dc4927_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/8c586d79-369e-4fff-9c86-8577c43ee409_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/a7ef3825-3ae0-4302-8b2f-87e872c35f52_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/05256df5-895f-4704-b6c9-9e2ab301fd11_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/8917a333-72d2-44f4-98a5-acc9465f3ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/d510e5e6-8775-4e68-89dd-f9af8f50f877_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/19 - 9K, 08/20 - 20K, 07/21 - 32K, 05/22 - 42K, 03/23 - 55K, 01/24 - 67K', 'remarks': 'VOSA STATES 38K, 50K, 65K, 79K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/517341c4-cd23-424b-a052-0c003cf544e7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120475596, 'registration': 'SA68LDK', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T ecoTEC Elite Nav 5dr', 'mileage': 86546, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1064, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-12', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA68LDK/2026-03-16/image/6317a8dd-bc5b-48c6-830f-f7986af53fd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/f131c5cd-97e7-42f2-8699-114adb69ea80_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/c8f11053-57d5-4fa0-91c2-5b384805046f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/ac833aac-3431-4d81-8757-3d9d91dc4927_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/8c586d79-369e-4fff-9c86-8577c43ee409_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/a7ef3825-3ae0-4302-8b2f-87e872c35f52_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/05256df5-895f-4704-b6c9-9e2ab301fd11_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/8917a333-72d2-44f4-98a5-acc9465f3ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/d510e5e6-8775-4e68-89dd-f9af8f50f877_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/19 - 9K, 08/20 - 20K, 07/21 - 32K, 05/22 - 42K, 03/23 - 55K, 01/24 - 67K', 'remarks': 'VOSA STATES 38K, 50K, 65K, 79K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/517341c4-cd23-424b-a052-0c003cf544e7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 235711b9-cc50-5404-b1ff-2c52b3c9d384 with identifier: 120475596
2026-03-28 13:07:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 235711b9-cc50-5404-b1ff-2c52b3c9d384 with scrape type 2
2026-03-28 13:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 235711b9-cc50-5404-b1ff-2c52b3c9d384 with scrape type 2
2026-03-28 13:07:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 235711b9-cc50-5404-b1ff-2c52b3c9d384, identifier: 120475596
2026-03-28 13:07:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 235711b9-cc50-5404-b1ff-2c52b3c9d384 with identifier: 120475596
2026-03-28 13:07:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 235711b9-cc50-5404-b1ff-2c52b3c9d384 with identifier: 120475596
2026-03-28 13:07:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 235711b9-cc50-5404-b1ff-2c52b3c9d384 with identifier: 120475596 to the API
2026-03-28 13:07:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:07:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120475596?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '235711b9-cc50-5404-b1ff-2c52b3c9d384',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SA68LDK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120475596',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA X HATCHBACK',
'odometer': 86546,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-12',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL MOKKA X HATCHBACK 1.4T ecoTEC Elite Nav 5dr',
'transmission': 'manual',
'trim': '1.4T ecoTEC Elite Nav 5dr',
'vin': None,
'year': 2018}
2026-03-28 13:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120475596%27 HTTP/1.1" 200 None
2026-03-28 13:07:23 [astonbarclay.gb] INFO: Saving data for 120475596: {'auction_closing_time': 1774888200.0, 'created_time': 1773667458.469344, 'last_price_update_time': 1774703243.250189}
2026-03-28 13:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120475596') HTTP/1.1" 204 0
2026-03-28 13:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617178?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:07:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617178, 'registration': 'RE63RYV', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 N-Tec 5dr CVT', 'mileage': 38577, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1062, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE63RYV/2026-03-20/image/73b2452f-36ec-4af1-b586-eb0ca1d4baa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/5d990f03-8b15-4408-b35b-e68bf86bc722_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/c12e83c2-c76f-4548-b6e5-3ff537dfeeb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/af01c55f-b76d-4e71-b8d2-cb9f03fc7125_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/067d1097-4dbb-4f41-aabd-ff60ceca1d51_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/e507eddf-1fce-465c-8a4e-ae72358df971_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/56397138-cee2-4862-9050-7eb9814bb17c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/07934e29-69e0-42f1-8a87-c10c2d418c40_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/03c42c64-31ff-41ff-9583-e793ff767c6d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/16 6K - 04/24 19K - 11/25 36K', 'remarks': 'VOSA STATES 11K- 11K- 19K - 29K-SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/182934ba-e5bd-43e2-a77e-b123ec5e9abd.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617178, 'registration': 'RE63RYV', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 N-Tec 5dr CVT', 'mileage': 38577, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1062, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE63RYV/2026-03-20/image/73b2452f-36ec-4af1-b586-eb0ca1d4baa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/5d990f03-8b15-4408-b35b-e68bf86bc722_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/c12e83c2-c76f-4548-b6e5-3ff537dfeeb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/af01c55f-b76d-4e71-b8d2-cb9f03fc7125_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/067d1097-4dbb-4f41-aabd-ff60ceca1d51_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/e507eddf-1fce-465c-8a4e-ae72358df971_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/56397138-cee2-4862-9050-7eb9814bb17c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/07934e29-69e0-42f1-8a87-c10c2d418c40_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/03c42c64-31ff-41ff-9583-e793ff767c6d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/16 6K - 04/24 19K - 11/25 36K', 'remarks': 'VOSA STATES 11K- 11K- 19K - 29K-SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/182934ba-e5bd-43e2-a77e-b123ec5e9abd.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with identifier: 120617178
2026-03-28 13:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with scrape type 2
2026-03-28 13:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with scrape type 2
2026-03-28 13:07:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18, identifier: 120617178
2026-03-28 13:07:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with identifier: 120617178
2026-03-28 13:07:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with identifier: 120617178
2026-03-28 13:07:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with identifier: 120617178 to the API
2026-03-28 13:07:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:07:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617178?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE63RYV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617178',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK SPECIAL EDITIONS',
'odometer': 38577,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-29',
'seller_name': 'Manamanx Ltd',
'title': 'NISSAN JUKE HATCHBACK SPECIAL EDITIONS 1.6 N-Tec 5dr CVT',
'transmission': 'automatic',
'trim': '1.6 N-Tec 5dr CVT',
'vin': None,
'year': 2013}
2026-03-28 13:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120617178%27 HTTP/1.1" 200 None
2026-03-28 13:07:27 [astonbarclay.gb] INFO: Saving data for 120617178: {'auction_closing_time': 1774888200.0, 'created_time': 1773947560.785466, 'last_price_update_time': 1774703247.37551}
2026-03-28 13:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617178') HTTP/1.1" 204 0
2026-03-28 13:07:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691012?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691012, 'registration': 'RY65PYO', 'account': 'LIN021', 'make': 'FORD', 'model': 'FIESTA HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 EcoBoost 140 Zetec S Red 3dr', 'mileage': 40470, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1106, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-02-29', 'fuel': 'Petrol', 'motExpiry': '2021-05-17', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RY65PYO/2026-03-26/image/4265c2dc-44fb-4906-9012-ef7c1d8f4316_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/4d8939e7-ee45-4903-b941-2045ead119f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/a5df8b1f-9723-4011-8bb1-fee301838433_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/15d76bc2-a5d5-464a-909e-07c28c9952c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/f01f3404-89ab-48f0-9e80-24c342355061_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/5e780517-e248-4aba-963b-7563eb3a1b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/5dff5469-c41f-437f-a086-ebe9c1812dc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/e8d27f1e-1054-444c-9d48-78202d72209a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ff6c48c-4e8a-441f-b3ad-fcba58ed95a1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691012, 'registration': 'RY65PYO', 'account': 'LIN021', 'make': 'FORD', 'model': 'FIESTA HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 EcoBoost 140 Zetec S Red 3dr', 'mileage': 40470, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1106, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-02-29', 'fuel': 'Petrol', 'motExpiry': '2021-05-17', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RY65PYO/2026-03-26/image/4265c2dc-44fb-4906-9012-ef7c1d8f4316_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/4d8939e7-ee45-4903-b941-2045ead119f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/a5df8b1f-9723-4011-8bb1-fee301838433_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/15d76bc2-a5d5-464a-909e-07c28c9952c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/f01f3404-89ab-48f0-9e80-24c342355061_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/5e780517-e248-4aba-963b-7563eb3a1b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/5dff5469-c41f-437f-a086-ebe9c1812dc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RY65PYO/2026-03-26/image/e8d27f1e-1054-444c-9d48-78202d72209a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ff6c48c-4e8a-441f-b3ad-fcba58ed95a1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with identifier: 120691012
2026-03-28 13:07:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with scrape type 2
2026-03-28 13:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with scrape type 2
2026-03-28 13:07:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da, identifier: 120691012
2026-03-28 13:07:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with identifier: 120691012
2026-03-28 13:07:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with identifier: 120691012
2026-03-28 13:07:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with identifier: 120691012 to the API
2026-03-28 13:07:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:07:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691012?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RY65PYO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691012',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK SPECIAL EDITIONS',
'odometer': 40470,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-02-29',
'seller_name': 'Link Financial',
'title': 'FORD FIESTA HATCHBACK SPECIAL EDITIONS 1.0 EcoBoost 140 Zetec S Red '
'3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 140 Zetec S Red 3dr',
'vin': None,
'year': 2016}
2026-03-28 13:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120691012%27 HTTP/1.1" 200 None
2026-03-28 13:07:27 [astonbarclay.gb] INFO: Saving data for 120691012: {'auction_closing_time': 1774888200.0, 'created_time': 1774379374.398597, 'last_price_update_time': 1774703247.897412}
2026-03-28 13:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691012') HTTP/1.1" 204 0
2026-03-28 13:07:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120582058?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120582058, 'registration': 'NG17FTU', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2T ecoTec [110] Elite 5dr [Start Stop]', 'mileage': 44345, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1065, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-12', 'fuel': 'Petrol', 'motExpiry': '2026-06-04', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG17FTU/2026-03-19/image/6c2e28b7-6309-48af-84eb-4971b78bd5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/27a0652e-62d0-48d9-85f0-8a832167a52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/05c868d4-f5fe-49af-ad18-fe9c1040951d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/39fddec3-45f9-48cf-a7d9-588480a581a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/5854da33-ffa8-470a-bb26-95631d12f1cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/ce02ff6b-0809-4141-95b3-8c7de05ab559_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/18 7K - 06/19 18K - 06/20 25K - 05/21 28K - 03/22 31K - 0/23 35K - 04/24 38K', 'remarks': 'NO V5 HPI SHOWING 2 FORMER KEEPERS - VOSA STATES 32K- 35K- 39K- 42K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a01b1ea-1248-4b7b-b979-e4c4ee81a7e8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120582058, 'registration': 'NG17FTU', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2T ecoTec [110] Elite 5dr [Start Stop]', 'mileage': 44345, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1065, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-12', 'fuel': 'Petrol', 'motExpiry': '2026-06-04', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG17FTU/2026-03-19/image/6c2e28b7-6309-48af-84eb-4971b78bd5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/27a0652e-62d0-48d9-85f0-8a832167a52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/05c868d4-f5fe-49af-ad18-fe9c1040951d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/39fddec3-45f9-48cf-a7d9-588480a581a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/5854da33-ffa8-470a-bb26-95631d12f1cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/ce02ff6b-0809-4141-95b3-8c7de05ab559_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/18 7K - 06/19 18K - 06/20 25K - 05/21 28K - 03/22 31K - 0/23 35K - 04/24 38K', 'remarks': 'NO V5 HPI SHOWING 2 FORMER KEEPERS - VOSA STATES 32K- 35K- 39K- 42K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a01b1ea-1248-4b7b-b979-e4c4ee81a7e8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0455f4c0-1af9-5474-89fb-a5956761fc9f with identifier: 120582058
2026-03-28 13:07:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0455f4c0-1af9-5474-89fb-a5956761fc9f with scrape type 2
2026-03-28 13:07:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0455f4c0-1af9-5474-89fb-a5956761fc9f with scrape type 2
2026-03-28 13:07:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0455f4c0-1af9-5474-89fb-a5956761fc9f, identifier: 120582058
2026-03-28 13:07:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0455f4c0-1af9-5474-89fb-a5956761fc9f with identifier: 120582058
2026-03-28 13:07:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0455f4c0-1af9-5474-89fb-a5956761fc9f with identifier: 120582058
2026-03-28 13:07:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0455f4c0-1af9-5474-89fb-a5956761fc9f with identifier: 120582058 to the API
2026-03-28 13:07:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120582058?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '0455f4c0-1af9-5474-89fb-a5956761fc9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NG17FTU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120582058',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CROSSLAND X HATCHBACK',
'odometer': 44345,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-12',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL CROSSLAND X HATCHBACK 1.2T ecoTec [110] Elite 5dr [Start '
'Stop]',
'transmission': 'manual',
'trim': '1.2T ecoTec [110] Elite 5dr [Start Stop]',
'vin': None,
'year': 2017}
2026-03-28 13:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:31 [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-28 13:07:31 [astonbarclay.gb] INFO: Saving data for 120582058: {'auction_closing_time': 1774888200.0, 'created_time': 1773839115.104883, 'last_price_update_time': 1774703251.924016}
2026-03-28 13:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582058') HTTP/1.1" 204 0
2026-03-28 13:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120540667?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120540667, 'registration': 'AK66AEU', 'account': 'MAN037', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0T GDI Turbo Edition 5dr', 'mileage': 93105, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1061, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AK66AEU/2026-03-18/image/1eea0415-9c60-40a0-8d79-8cedbfd5f9b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/c88b8a12-6c50-4d98-8df1-2b88d423c7bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/e6400ca1-f275-4b82-8dfe-d4ee9714419b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/8b29320a-0049-4585-b48a-368c2627a1a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/48b8feca-ba71-4f79-8d78-c2f3706fb98f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/2da03e81-fa40-4c6c-9cf9-a716cfad5e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/bb8e28f2-567f-401f-85d7-adf7290654e7_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/18 5K - 09/19 17K - 10/21 43K - 10/22 54K - 10/23 66K - 10/24 78K - 10/25 88K -', 'remarks': 'VOSA STATES 54K- 66K - 78K- 88K- SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7fe38a6a-d65d-43aa-b7f9-6fcff2b9f2e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120540667, 'registration': 'AK66AEU', 'account': 'MAN037', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0T GDI Turbo Edition 5dr', 'mileage': 93105, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1061, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AK66AEU/2026-03-18/image/1eea0415-9c60-40a0-8d79-8cedbfd5f9b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/c88b8a12-6c50-4d98-8df1-2b88d423c7bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/e6400ca1-f275-4b82-8dfe-d4ee9714419b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/8b29320a-0049-4585-b48a-368c2627a1a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/48b8feca-ba71-4f79-8d78-c2f3706fb98f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/2da03e81-fa40-4c6c-9cf9-a716cfad5e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/bb8e28f2-567f-401f-85d7-adf7290654e7_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/18 5K - 09/19 17K - 10/21 43K - 10/22 54K - 10/23 66K - 10/24 78K - 10/25 88K -', 'remarks': 'VOSA STATES 54K- 66K - 78K- 88K- SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7fe38a6a-d65d-43aa-b7f9-6fcff2b9f2e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32aff954-4eae-5d71-9e2d-bcd431187b36 with identifier: 120540667
2026-03-28 13:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32aff954-4eae-5d71-9e2d-bcd431187b36 with scrape type 2
2026-03-28 13:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32aff954-4eae-5d71-9e2d-bcd431187b36 with scrape type 2
2026-03-28 13:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 32aff954-4eae-5d71-9e2d-bcd431187b36, identifier: 120540667
2026-03-28 13:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 32aff954-4eae-5d71-9e2d-bcd431187b36 with identifier: 120540667
2026-03-28 13:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 32aff954-4eae-5d71-9e2d-bcd431187b36 with identifier: 120540667
2026-03-28 13:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 32aff954-4eae-5d71-9e2d-bcd431187b36 with identifier: 120540667 to the API
2026-03-28 13:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120540667?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '32aff954-4eae-5d71-9e2d-bcd431187b36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AK66AEU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120540667',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'I20 HATCHBACK SPECIAL EDITIONS',
'odometer': 93105,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-31',
'seller_name': 'Manamanx Ltd',
'title': 'HYUNDAI I20 HATCHBACK SPECIAL EDITIONS 1.0T GDI Turbo Edition 5dr',
'transmission': 'manual',
'trim': '1.0T GDI Turbo Edition 5dr',
'vin': None,
'year': 2016}
2026-03-28 13:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:36 [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-28 13:07:36 [astonbarclay.gb] INFO: Saving data for 120540667: {'auction_closing_time': 1774888200.0, 'created_time': 1773774206.670566, 'last_price_update_time': 1774703256.469987}
2026-03-28 13:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120540667') HTTP/1.1" 204 0
2026-03-28 13:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688601?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:07:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688601, 'registration': 'HV64KCY', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i Sport 5dr', 'mileage': 94530, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1058, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-08', 'fuel': 'Petrol', 'motExpiry': '2026-10-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HV64KCY/2026-03-23/image/b631866f-50ee-41d8-b2f8-8c1acca1e85f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/3e92be21-70b1-4e3a-a5c6-df31b29ded32_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/3497df26-d8a0-422e-82b3-9107926032c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/0c45290d-9a9f-4b76-b133-dbf549f70706_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/96edc061-2d69-4a78-81ab-b2f8c8c1103f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/cf20d5f6-1876-4e5a-8914-71bf84c0c216_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/b41a45b5-befa-44ee-a0db-d7327fae913c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/9623d9d4-ca3a-4123-b94e-15613039087f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/60991b26-e850-47c6-aa54-2b176f734a05_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 72K- 78K -83K- 91K-SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7feee16-cb2e-4a26-80d1-7c3402ba403b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688601, 'registration': 'HV64KCY', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i Sport 5dr', 'mileage': 94530, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1058, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-08', 'fuel': 'Petrol', 'motExpiry': '2026-10-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HV64KCY/2026-03-23/image/b631866f-50ee-41d8-b2f8-8c1acca1e85f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/3e92be21-70b1-4e3a-a5c6-df31b29ded32_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/3497df26-d8a0-422e-82b3-9107926032c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/0c45290d-9a9f-4b76-b133-dbf549f70706_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/96edc061-2d69-4a78-81ab-b2f8c8c1103f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/cf20d5f6-1876-4e5a-8914-71bf84c0c216_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/b41a45b5-befa-44ee-a0db-d7327fae913c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/9623d9d4-ca3a-4123-b94e-15613039087f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/60991b26-e850-47c6-aa54-2b176f734a05_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 72K- 78K -83K- 91K-SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7feee16-cb2e-4a26-80d1-7c3402ba403b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f23ae2de-31d6-598f-949f-08e1be3326c5 with identifier: 120688601
2026-03-28 13:07:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f23ae2de-31d6-598f-949f-08e1be3326c5 with scrape type 2
2026-03-28 13:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f23ae2de-31d6-598f-949f-08e1be3326c5 with scrape type 2
2026-03-28 13:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f23ae2de-31d6-598f-949f-08e1be3326c5, identifier: 120688601
2026-03-28 13:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f23ae2de-31d6-598f-949f-08e1be3326c5 with identifier: 120688601
2026-03-28 13:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f23ae2de-31d6-598f-949f-08e1be3326c5 with identifier: 120688601
2026-03-28 13:07:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f23ae2de-31d6-598f-949f-08e1be3326c5 with identifier: 120688601 to the API
2026-03-28 13:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688601?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f23ae2de-31d6-598f-949f-08e1be3326c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HV64KCY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688601',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 94530,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-08',
'seller_name': 'Manamanx Ltd',
'title': 'BMW 1 SERIES HATCHBACK 116i Sport 5dr',
'transmission': 'manual',
'trim': '116i Sport 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:37 [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-28 13:07:37 [astonbarclay.gb] INFO: Saving data for 120688601: {'auction_closing_time': 1774888200.0, 'created_time': 1774272188.766034, 'last_price_update_time': 1774703257.869134}
2026-03-28 13:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688601') HTTP/1.1" 204 0
2026-03-28 13:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120537066?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:07:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120537066, 'registration': 'DB18JMB', 'account': 'MAN037', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d [180] R-Dynamic HSE 5dr Auto', 'mileage': 61903, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1063, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-04-28', 'fuel': 'Diesel', 'motExpiry': '2026-07-18', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DB18JMB/2026-03-18/image/fd1bfaa0-6e28-4885-9112-d39d0f5eb4b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/2a85debd-6e40-4610-8e7c-15898552f797_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/318a9c0c-f29e-463f-aab5-5c0bf0436d82_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/8d0d091c-727e-475b-a64e-c2ef6ceea663_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/bec2db6e-bc80-4b0b-b2f8-38940785c212_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/2e3db10c-ab79-496b-928d-6899ab4b2c61_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/08490972-c832-4666-b7bf-b79c6a488a6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/1d9f159a-dd58-4212-94d2-47fa9e7dd96a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/46ff3ca3-380d-4efe-ad38-847eed3d3a58_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/20-15k, 07/22-32k', 'remarks': 'VOSA STATES 32K - 39K- 50K- 58K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22b8581f-6dba-478a-a428-dd3f29ea8e4e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120537066, 'registration': 'DB18JMB', 'account': 'MAN037', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d [180] R-Dynamic HSE 5dr Auto', 'mileage': 61903, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1063, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-04-28', 'fuel': 'Diesel', 'motExpiry': '2026-07-18', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DB18JMB/2026-03-18/image/fd1bfaa0-6e28-4885-9112-d39d0f5eb4b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/2a85debd-6e40-4610-8e7c-15898552f797_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/318a9c0c-f29e-463f-aab5-5c0bf0436d82_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/8d0d091c-727e-475b-a64e-c2ef6ceea663_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/bec2db6e-bc80-4b0b-b2f8-38940785c212_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/2e3db10c-ab79-496b-928d-6899ab4b2c61_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/08490972-c832-4666-b7bf-b79c6a488a6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/1d9f159a-dd58-4212-94d2-47fa9e7dd96a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/46ff3ca3-380d-4efe-ad38-847eed3d3a58_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/20-15k, 07/22-32k', 'remarks': 'VOSA STATES 32K - 39K- 50K- 58K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22b8581f-6dba-478a-a428-dd3f29ea8e4e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe55a45b-d3ef-5b96-ab92-e5e17a731083 with identifier: 120537066
2026-03-28 13:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe55a45b-d3ef-5b96-ab92-e5e17a731083 with scrape type 2
2026-03-28 13:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe55a45b-d3ef-5b96-ab92-e5e17a731083 with scrape type 2
2026-03-28 13:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fe55a45b-d3ef-5b96-ab92-e5e17a731083, identifier: 120537066
2026-03-28 13:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fe55a45b-d3ef-5b96-ab92-e5e17a731083 with identifier: 120537066
2026-03-28 13:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fe55a45b-d3ef-5b96-ab92-e5e17a731083 with identifier: 120537066
2026-03-28 13:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fe55a45b-d3ef-5b96-ab92-e5e17a731083 with identifier: 120537066 to the API
2026-03-28 13:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:07:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120537066?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'fe55a45b-d3ef-5b96-ab92-e5e17a731083',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DB18JMB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120537066',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'E-PACE DIESEL ESTATE',
'odometer': 61903,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-28',
'seller_name': 'Manamanx Ltd',
'title': 'JAGUAR E-PACE DIESEL ESTATE 2.0d [180] R-Dynamic HSE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0d [180] R-Dynamic HSE 5dr Auto',
'vin': None,
'year': 2018}
2026-03-28 13:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:39 [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-28 13:07:39 [astonbarclay.gb] INFO: Saving data for 120537066: {'auction_closing_time': 1774888200.0, 'created_time': 1773774124.373368, 'last_price_update_time': 1774703259.052273}
2026-03-28 13:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120537066') HTTP/1.1" 204 0
2026-03-28 13:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690793?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690793, 'registration': 'FV11MZE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'FOX HATCHBACK', 'derivative': '1.2 60 Urban Fox 3dr', 'mileage': 91010, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2217, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-08-07', 'doors': 3, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV11MZE/2026-03-24/image/4f49786b-6e24-473f-9380-d451bb9ee441_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/f1a31822-6540-4e31-be39-d01f33f7f8f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/041771a6-59f2-4021-9fa2-eecfa6348998_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/1080b2dc-8073-4343-b8d7-e2e5608678ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/b09b839c-e2d5-47f6-ad12-696f66e1fccf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/dcfb5a84-6de9-41b4-8217-a9a0c094bea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/218968a7-a264-4fe7-8544-b46fd52bc236_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/d6131d0a-b7eb-4e47-b3eb-5f135a9962e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/94876076-88e2-4ecf-8c30-87accc97687a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/e8dd0cb2-3eff-4527-bd07-058388a450f5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA DISCREPANCY VOSA STATES 13K- 20K- 26K - 28K- 30K (FAIL) 30K - 42K- 55K- 64K (FAIL) 64K- 70K (FAIL) 70K- 180K (FAIL)180K- 82K- 88K(FAIL) - 88K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3467e1fb-64cc-4be6-b749-a2be24f99d88.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690793, 'registration': 'FV11MZE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'FOX HATCHBACK', 'derivative': '1.2 60 Urban Fox 3dr', 'mileage': 91010, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2217, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-08-07', 'doors': 3, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV11MZE/2026-03-24/image/4f49786b-6e24-473f-9380-d451bb9ee441_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/f1a31822-6540-4e31-be39-d01f33f7f8f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/041771a6-59f2-4021-9fa2-eecfa6348998_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/1080b2dc-8073-4343-b8d7-e2e5608678ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/b09b839c-e2d5-47f6-ad12-696f66e1fccf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/dcfb5a84-6de9-41b4-8217-a9a0c094bea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/218968a7-a264-4fe7-8544-b46fd52bc236_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/d6131d0a-b7eb-4e47-b3eb-5f135a9962e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/94876076-88e2-4ecf-8c30-87accc97687a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/e8dd0cb2-3eff-4527-bd07-058388a450f5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA DISCREPANCY VOSA STATES 13K- 20K- 26K - 28K- 30K (FAIL) 30K - 42K- 55K- 64K (FAIL) 64K- 70K (FAIL) 70K- 180K (FAIL)180K- 82K- 88K(FAIL) - 88K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3467e1fb-64cc-4be6-b749-a2be24f99d88.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d37f3bd-6058-52f0-8cf0-7de4172af26d with identifier: 120690793
2026-03-28 13:07:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d37f3bd-6058-52f0-8cf0-7de4172af26d with scrape type 2
2026-03-28 13:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d37f3bd-6058-52f0-8cf0-7de4172af26d with scrape type 2
2026-03-28 13:07:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d37f3bd-6058-52f0-8cf0-7de4172af26d, identifier: 120690793
2026-03-28 13:07:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d37f3bd-6058-52f0-8cf0-7de4172af26d with identifier: 120690793
2026-03-28 13:07:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d37f3bd-6058-52f0-8cf0-7de4172af26d with identifier: 120690793
2026-03-28 13:07:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d37f3bd-6058-52f0-8cf0-7de4172af26d with identifier: 120690793 to the API
2026-03-28 13:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690793?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3d37f3bd-6058-52f0-8cf0-7de4172af26d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV11MZE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690793',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'FOX HATCHBACK',
'odometer': 91010,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-17',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN FOX HATCHBACK 1.2 60 Urban Fox 3dr',
'transmission': 'manual',
'trim': '1.2 60 Urban Fox 3dr',
'vin': None,
'year': 2011}
2026-03-28 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690793%27 HTTP/1.1" 200 None
2026-03-28 13:07:41 [astonbarclay.gb] INFO: Saving data for 120690793: {'auction_closing_time': 1774888200.0, 'created_time': 1774379361.033784, 'last_price_update_time': 1774703261.778216}
2026-03-28 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690793') HTTP/1.1" 204 0
2026-03-28 13:07:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120530920?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120530920, 'registration': 'HG11OUA', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'ASTRA SPORT HATCH', 'derivative': '1.8i VVT SRi 3dr [Exterior pack]', 'mileage': 76401, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1041, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-26', 'doors': 3, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG11OUA/2026-03-18/image/7fce9ddd-d322-48a6-8a92-3ee2a2bc3d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/aa0b575b-6ff4-459f-91e0-c5e91dde1bc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/6840499b-e346-4f07-905e-5b0e596bb22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/ec5088f5-3dde-4512-94cb-bd6e5bc748af_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/089ce086-ea56-42d8-bd1b-8bb7ba36e8ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/011bbd80-719a-47d6-bb8f-5be898a7817e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/12 6K - 07/13 11K - 07/14 18K - 07/15 25K - 09/16 31K - 06/17 34K - 06/18 39K - 03/21 53K', 'remarks': 'VOSA STATES 58K- 62K- 68K- 73K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5d4d717-1a5d-4107-ad1b-15446a0c742e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120530920, 'registration': 'HG11OUA', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'ASTRA SPORT HATCH', 'derivative': '1.8i VVT SRi 3dr [Exterior pack]', 'mileage': 76401, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1041, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-26', 'doors': 3, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG11OUA/2026-03-18/image/7fce9ddd-d322-48a6-8a92-3ee2a2bc3d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/aa0b575b-6ff4-459f-91e0-c5e91dde1bc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/6840499b-e346-4f07-905e-5b0e596bb22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/ec5088f5-3dde-4512-94cb-bd6e5bc748af_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/089ce086-ea56-42d8-bd1b-8bb7ba36e8ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/011bbd80-719a-47d6-bb8f-5be898a7817e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/12 6K - 07/13 11K - 07/14 18K - 07/15 25K - 09/16 31K - 06/17 34K - 06/18 39K - 03/21 53K', 'remarks': 'VOSA STATES 58K- 62K- 68K- 73K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5d4d717-1a5d-4107-ad1b-15446a0c742e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d44d9b10-3c15-5ae1-b25a-1956e25d1828 with identifier: 120530920
2026-03-28 13:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d44d9b10-3c15-5ae1-b25a-1956e25d1828 with scrape type 2
2026-03-28 13:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d44d9b10-3c15-5ae1-b25a-1956e25d1828 with scrape type 2
2026-03-28 13:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d44d9b10-3c15-5ae1-b25a-1956e25d1828, identifier: 120530920
2026-03-28 13:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d44d9b10-3c15-5ae1-b25a-1956e25d1828 with identifier: 120530920
2026-03-28 13:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d44d9b10-3c15-5ae1-b25a-1956e25d1828 with identifier: 120530920
2026-03-28 13:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d44d9b10-3c15-5ae1-b25a-1956e25d1828 with identifier: 120530920 to the API
2026-03-28 13:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120530920?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'd44d9b10-3c15-5ae1-b25a-1956e25d1828',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG11OUA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120530920',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ASTRA SPORT HATCH',
'odometer': 76401,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-20',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL ASTRA SPORT HATCH 1.8i VVT SRi 3dr [Exterior pack]',
'transmission': 'manual',
'trim': '1.8i VVT SRi 3dr [Exterior pack]',
'vin': None,
'year': 2011}
2026-03-28 13:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:43 [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-28 13:07:43 [astonbarclay.gb] INFO: Saving data for 120530920: {'auction_closing_time': 1774888200.0, 'created_time': 1773774206.135043, 'last_price_update_time': 1774703263.779333}
2026-03-28 13:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120530920') HTTP/1.1" 204 0
2026-03-28 13:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120753086?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:07:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120753086, 'registration': 'DF66TMV', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Titanium 5dr', 'mileage': 81635, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1047, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-14', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DF66TMV/2026-03-25/image/9dcc3178-e86a-4aaf-b00f-f44731b28714_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/6e75afaa-2e2a-43e9-8a19-e0963a11e624_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/73e95115-ef66-40be-bddc-28057603bdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/895cf397-d695-4a42-b77a-5a92a097d67f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/2bd174fa-a48b-4a1f-a908-433bdffb65be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/ed29345a-dce9-4148-b96e-6b6a2f2ccbf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/eebe0bac-81f9-4fab-afc6-de8de9085800_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/17 11K - 01/19 26K - 10/25 76K', 'remarks': 'VOSA STATES 59K- 67K- 74K 76K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/987e9bcf-b44b-4878-9ba0-6ef298f93704.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120753086, 'registration': 'DF66TMV', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Titanium 5dr', 'mileage': 81635, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1047, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-14', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DF66TMV/2026-03-25/image/9dcc3178-e86a-4aaf-b00f-f44731b28714_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/6e75afaa-2e2a-43e9-8a19-e0963a11e624_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/73e95115-ef66-40be-bddc-28057603bdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/895cf397-d695-4a42-b77a-5a92a097d67f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/2bd174fa-a48b-4a1f-a908-433bdffb65be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/ed29345a-dce9-4148-b96e-6b6a2f2ccbf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/eebe0bac-81f9-4fab-afc6-de8de9085800_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/17 11K - 01/19 26K - 10/25 76K', 'remarks': 'VOSA STATES 59K- 67K- 74K 76K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/987e9bcf-b44b-4878-9ba0-6ef298f93704.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with identifier: 120753086
2026-03-28 13:07:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with scrape type 2
2026-03-28 13:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with scrape type 2
2026-03-28 13:07:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c, identifier: 120753086
2026-03-28 13:07:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with identifier: 120753086
2026-03-28 13:07:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with identifier: 120753086
2026-03-28 13:07:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with identifier: 120753086 to the API
2026-03-28 13:07:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120753086?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DF66TMV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120753086',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL ESTATE',
'odometer': 81635,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-30',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS DIESEL ESTATE 1.5 TDCi 120 Titanium 5dr',
'transmission': 'manual',
'trim': '1.5 TDCi 120 Titanium 5dr',
'vin': None,
'year': 2016}
2026-03-28 13:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753086%27 HTTP/1.1" 200 None
2026-03-28 13:07:46 [astonbarclay.gb] INFO: Saving data for 120753086: {'auction_closing_time': 1774888200.0, 'created_time': 1774379347.146609, 'last_price_update_time': 1774703266.240789}
2026-03-28 13:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120753086') HTTP/1.1" 204 0
2026-03-28 13:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120540698?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120540698, 'registration': 'LD69NPJ', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'GRAND C4 SPACETOURER ESTATE', 'derivative': '1.2 PureTech 130 Feel 5dr', 'mileage': 58793, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1056, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8caa1fcf-50e8-422c-b0d5-28c056cda360_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/cbfd1d85-172a-42ad-b51b-25fce4b8155c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/54a41429-73ab-4f9e-a3e6-e88136c03afa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8edfd012-b99f-41fd-a2a7-b356799c52e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/b632d7c3-0ffd-434d-95a8-ee08ae77fbd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8ff95691-354c-48c7-9cf1-4569ed20721e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/a718d958-7d88-4aab-b0a4-caa04210d2b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/cfb7bd9d-96c7-4a8c-9d76-21115db2d487_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/55b0a3ee-f126-4509-8ff9-734b45daf3b3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 39K- 52K -56K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dd3d0ec8-0494-44e1-b165-1ec0b8e4a7b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120540698, 'registration': 'LD69NPJ', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'GRAND C4 SPACETOURER ESTATE', 'derivative': '1.2 PureTech 130 Feel 5dr', 'mileage': 58793, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1056, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8caa1fcf-50e8-422c-b0d5-28c056cda360_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/cbfd1d85-172a-42ad-b51b-25fce4b8155c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/54a41429-73ab-4f9e-a3e6-e88136c03afa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8edfd012-b99f-41fd-a2a7-b356799c52e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/b632d7c3-0ffd-434d-95a8-ee08ae77fbd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8ff95691-354c-48c7-9cf1-4569ed20721e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/a718d958-7d88-4aab-b0a4-caa04210d2b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/cfb7bd9d-96c7-4a8c-9d76-21115db2d487_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/55b0a3ee-f126-4509-8ff9-734b45daf3b3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 39K- 52K -56K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dd3d0ec8-0494-44e1-b165-1ec0b8e4a7b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ec43f74-db75-5b12-81a2-da40c71c4e58 with identifier: 120540698
2026-03-28 13:07:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ec43f74-db75-5b12-81a2-da40c71c4e58 with scrape type 2
2026-03-28 13:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ec43f74-db75-5b12-81a2-da40c71c4e58 with scrape type 2
2026-03-28 13:07:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6ec43f74-db75-5b12-81a2-da40c71c4e58, identifier: 120540698
2026-03-28 13:07:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6ec43f74-db75-5b12-81a2-da40c71c4e58 with identifier: 120540698
2026-03-28 13:07:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6ec43f74-db75-5b12-81a2-da40c71c4e58 with identifier: 120540698
2026-03-28 13:07:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6ec43f74-db75-5b12-81a2-da40c71c4e58 with identifier: 120540698 to the API
2026-03-28 13:07:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120540698?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '6ec43f74-db75-5b12-81a2-da40c71c4e58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LD69NPJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120540698',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'GRAND C4 SPACETOURER ESTATE',
'odometer': 58793,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-30',
'seller_name': 'Manamanx Ltd',
'title': 'CITROEN GRAND C4 SPACETOURER ESTATE 1.2 PureTech 130 Feel 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 Feel 5dr',
'vin': None,
'year': 2019}
2026-03-28 13:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120540698%27 HTTP/1.1" 200 None
2026-03-28 13:07:49 [astonbarclay.gb] INFO: Saving data for 120540698: {'auction_closing_time': 1774888200.0, 'created_time': 1773774204.713381, 'last_price_update_time': 1774703269.07545}
2026-03-28 13:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120540698') HTTP/1.1" 204 0
2026-03-28 13:07:49 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.327(s), this was the 1st time calling it.
2026-03-28 13:07:49 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.91392338927837 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-28 13:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120582459?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:07:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120582459, 'registration': 'YP64LVL', 'account': 'MAN037', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr [Start Stop]', 'mileage': 69758, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1039, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-22', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP64LVL/2026-03-18/image/bf8d6d04-bf7c-4c7f-b439-d20ab4066eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/1094133e-b02f-4517-8443-c9ae3658750a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/e2bccde5-b400-4fa8-8b4e-58e48a33ae0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/ee556073-eb9b-4a8c-abcf-09845636215c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/28bd6d29-48ad-4c0e-b342-65d8876f6569_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/1c8b395b-0aad-467c-8ef0-598ed4f2f7d0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 07/23 49K - 07/24 59K - 07/25 68K -', 'remarks': 'VOSA STATES 43K - 49K - 59K - 68K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/39619069-d7e2-4f3f-bfd1-b80d4473aee6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120582459, 'registration': 'YP64LVL', 'account': 'MAN037', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr [Start Stop]', 'mileage': 69758, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1039, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-22', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP64LVL/2026-03-18/image/bf8d6d04-bf7c-4c7f-b439-d20ab4066eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/1094133e-b02f-4517-8443-c9ae3658750a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/e2bccde5-b400-4fa8-8b4e-58e48a33ae0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/ee556073-eb9b-4a8c-abcf-09845636215c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/28bd6d29-48ad-4c0e-b342-65d8876f6569_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/1c8b395b-0aad-467c-8ef0-598ed4f2f7d0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 07/23 49K - 07/24 59K - 07/25 68K -', 'remarks': 'VOSA STATES 43K - 49K - 59K - 68K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/39619069-d7e2-4f3f-bfd1-b80d4473aee6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6861a24-0795-5a7d-bbc3-4af43f4eda96 with identifier: 120582459
2026-03-28 13:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6861a24-0795-5a7d-bbc3-4af43f4eda96 with scrape type 2
2026-03-28 13:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6861a24-0795-5a7d-bbc3-4af43f4eda96 with scrape type 2
2026-03-28 13:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f6861a24-0795-5a7d-bbc3-4af43f4eda96, identifier: 120582459
2026-03-28 13:07:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f6861a24-0795-5a7d-bbc3-4af43f4eda96 with identifier: 120582459
2026-03-28 13:07:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f6861a24-0795-5a7d-bbc3-4af43f4eda96 with identifier: 120582459
2026-03-28 13:07:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f6861a24-0795-5a7d-bbc3-4af43f4eda96 with identifier: 120582459 to the API
2026-03-28 13:07:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:07: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-28 13:07:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120582459?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f6861a24-0795-5a7d-bbc3-4af43f4eda96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP64LVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120582459',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KA HATCHBACK',
'odometer': 69758,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-31',
'seller_name': 'Manamanx Ltd',
'title': 'FORD KA HATCHBACK 1.2 Zetec 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Zetec 3dr [Start Stop]',
'vin': None,
'year': 2014}
2026-03-28 13:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:51 [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-28 13:07:51 [astonbarclay.gb] INFO: Saving data for 120582459: {'auction_closing_time': 1774888200.0, 'created_time': 1773839073.166391, 'last_price_update_time': 1774703271.409718}
2026-03-28 13:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582459') HTTP/1.1" 204 0
2026-03-28 13:07:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617192?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:07:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:07:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617192, 'registration': 'YR67OVS', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.4 Limited Edition 5dr', 'mileage': 61404, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1031, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR67OVS/2026-03-20/image/7e22603b-7337-459a-8d8c-aacbb07b0a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/137bfb83-2f95-4565-9265-f0fa03dc7b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/47f3c23c-1203-4070-a6bc-fe94276ebc9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/b928df6a-047f-45e4-98da-b8e91ba55f37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/ecb25516-4f27-4b02-b4dc-44b70b8bda14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/58457831-721e-4033-9f56-acf782b9608d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/48d80d65-e11f-4838-915e-f8e323020d1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/0224376d-06d0-4845-8c0f-f688e894ccd3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/18 5K - 08/19 10K', 'remarks': 'VOSA STATES 29K-37K- 47K- 57K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/53e41a0a-8c8e-49b5-b17e-1d4e79ecccb6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617192, 'registration': 'YR67OVS', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.4 Limited Edition 5dr', 'mileage': 61404, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1031, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR67OVS/2026-03-20/image/7e22603b-7337-459a-8d8c-aacbb07b0a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/137bfb83-2f95-4565-9265-f0fa03dc7b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/47f3c23c-1203-4070-a6bc-fe94276ebc9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/b928df6a-047f-45e4-98da-b8e91ba55f37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/ecb25516-4f27-4b02-b4dc-44b70b8bda14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/58457831-721e-4033-9f56-acf782b9608d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/48d80d65-e11f-4838-915e-f8e323020d1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/0224376d-06d0-4845-8c0f-f688e894ccd3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/18 5K - 08/19 10K', 'remarks': 'VOSA STATES 29K-37K- 47K- 57K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/53e41a0a-8c8e-49b5-b17e-1d4e79ecccb6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:07:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bc6a103-c030-5693-91be-f94cafeb5975 with identifier: 120617192
2026-03-28 13:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bc6a103-c030-5693-91be-f94cafeb5975 with scrape type 2
2026-03-28 13:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bc6a103-c030-5693-91be-f94cafeb5975 with scrape type 2
2026-03-28 13:07:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0bc6a103-c030-5693-91be-f94cafeb5975, identifier: 120617192
2026-03-28 13:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0bc6a103-c030-5693-91be-f94cafeb5975 with identifier: 120617192
2026-03-28 13:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0bc6a103-c030-5693-91be-f94cafeb5975 with identifier: 120617192
2026-03-28 13:07:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0bc6a103-c030-5693-91be-f94cafeb5975 with identifier: 120617192 to the API
2026-03-28 13:07:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:07:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617192?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '0bc6a103-c030-5693-91be-f94cafeb5975',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YR67OVS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617192',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 61404,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-18',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL CORSA HATCHBACK SPECIAL EDS 1.4 Limited Edition 5dr',
'transmission': 'manual',
'trim': '1.4 Limited Edition 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120617192%27 HTTP/1.1" 200 None
2026-03-28 13:07:57 [astonbarclay.gb] INFO: Saving data for 120617192: {'auction_closing_time': 1774888200.0, 'created_time': 1773947611.784189, 'last_price_update_time': 1774703277.229766}
2026-03-28 13:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617192') HTTP/1.1" 204 0
2026-03-28 13:08:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476757?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:08:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476757, 'registration': 'KN63VGM', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Airdream VTR+ 5dr', 'mileage': 83746, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1029, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KN63VGM/2026-03-16/image/922655d4-0d7d-42e9-87b2-2186eefd6795_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/21abf344-2804-43a6-8484-d42eadf0e25c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/0dc8b015-596e-4377-84d6-a81c2edb91d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/26b59890-d556-4b8d-a1cc-f4950134100e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/10fd7e52-8e5f-4789-9ff2-5ef4102714ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/5d85296a-a648-4b82-b906-d9545e341537_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/d718e11b-819e-4904-ac57-7c3ada1f9644_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/1bf60165-0986-47c5-bdb7-519d888e13a7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/14 10K - 09/15 15K- 09/16 19K- 09/17 23K - 09/18 28K - 11/20 37K - 11/21 43K - 10/23 51K - 03/25 71K', 'remarks': 'VOSA STATES 49K- 56K- 60K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2bc0dec-6065-4d9e-9575-074c137ff280.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476757, 'registration': 'KN63VGM', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Airdream VTR+ 5dr', 'mileage': 83746, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1029, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KN63VGM/2026-03-16/image/922655d4-0d7d-42e9-87b2-2186eefd6795_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/21abf344-2804-43a6-8484-d42eadf0e25c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/0dc8b015-596e-4377-84d6-a81c2edb91d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/26b59890-d556-4b8d-a1cc-f4950134100e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/10fd7e52-8e5f-4789-9ff2-5ef4102714ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/5d85296a-a648-4b82-b906-d9545e341537_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/d718e11b-819e-4904-ac57-7c3ada1f9644_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/1bf60165-0986-47c5-bdb7-519d888e13a7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/14 10K - 09/15 15K- 09/16 19K- 09/17 23K - 09/18 28K - 11/20 37K - 11/21 43K - 10/23 51K - 03/25 71K', 'remarks': 'VOSA STATES 49K- 56K- 60K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2bc0dec-6065-4d9e-9575-074c137ff280.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00d520c6-f06a-5cb4-9c53-535fb79e96ac with identifier: 120476757
2026-03-28 13:08:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00d520c6-f06a-5cb4-9c53-535fb79e96ac with scrape type 2
2026-03-28 13:08:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00d520c6-f06a-5cb4-9c53-535fb79e96ac with scrape type 2
2026-03-28 13:08:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 00d520c6-f06a-5cb4-9c53-535fb79e96ac, identifier: 120476757
2026-03-28 13:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 00d520c6-f06a-5cb4-9c53-535fb79e96ac with identifier: 120476757
2026-03-28 13:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 00d520c6-f06a-5cb4-9c53-535fb79e96ac with identifier: 120476757
2026-03-28 13:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 00d520c6-f06a-5cb4-9c53-535fb79e96ac with identifier: 120476757 to the API
2026-03-28 13:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476757?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '00d520c6-f06a-5cb4-9c53-535fb79e96ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KN63VGM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476757',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C4 PICASSO DIESEL ESTATE',
'odometer': 83746,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-30',
'seller_name': 'Manamanx Ltd',
'title': 'CITROEN C4 PICASSO DIESEL ESTATE 1.6 e-HDi 115 Airdream VTR+ 5dr',
'transmission': 'manual',
'trim': '1.6 e-HDi 115 Airdream VTR+ 5dr',
'vin': None,
'year': 2013}
2026-03-28 13:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120476757%27 HTTP/1.1" 200 None
2026-03-28 13:08:02 [astonbarclay.gb] INFO: Saving data for 120476757: {'auction_closing_time': 1774888200.0, 'created_time': 1773667462.748851, 'last_price_update_time': 1774703282.610581}
2026-03-28 13:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476757') HTTP/1.1" 204 0
2026-03-28 13:08:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120832379?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120832379, 'registration': 'AO14UFG', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A6 DIESEL SALOON', 'derivative': '2.0 TDI Ultra S Line 4dr', 'mileage': 51374, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2392, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-08-15', 'fuel': 'Diesel', 'motExpiry': '2027-02-05', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AO14UFG/2026-03-27/image/d4fe5d2a-7f45-48ea-9767-b6b067b804b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/51f6d87e-a1d5-43c9-bca2-cc3bcfd3f485_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/c6a03f71-7577-4312-96ed-8c9cef0b9a0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/99772686-5778-4553-872e-90a4440f2ceb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/a5b39b0a-6dbf-466e-b656-e346bfad9109_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/4b365f87-4760-4bf8-b404-095ef796a7ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/79fe8e50-5a63-4442-bbe6-91b3369d0d84_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/4893acc4-3110-43c6-9762-5309636d3b99_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/16- 12K, 11/17- 17K, 02/18- 17K, 01/19- 21K, 01/20- 26K, 01/22- 34K, 01/24- 43K, 01/26- 50K', 'remarks': 'VOSA STATES 39K, 43K, 46K, 50K, 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/679b8ce2-083a-4ded-96aa-f3c5df8a52fc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120832379, 'registration': 'AO14UFG', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A6 DIESEL SALOON', 'derivative': '2.0 TDI Ultra S Line 4dr', 'mileage': 51374, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2392, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-08-15', 'fuel': 'Diesel', 'motExpiry': '2027-02-05', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/AO14UFG/2026-03-27/image/d4fe5d2a-7f45-48ea-9767-b6b067b804b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/51f6d87e-a1d5-43c9-bca2-cc3bcfd3f485_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/c6a03f71-7577-4312-96ed-8c9cef0b9a0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/99772686-5778-4553-872e-90a4440f2ceb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/a5b39b0a-6dbf-466e-b656-e346bfad9109_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/4b365f87-4760-4bf8-b404-095ef796a7ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/79fe8e50-5a63-4442-bbe6-91b3369d0d84_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO14UFG/2026-03-27/image/4893acc4-3110-43c6-9762-5309636d3b99_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/16- 12K, 11/17- 17K, 02/18- 17K, 01/19- 21K, 01/20- 26K, 01/22- 34K, 01/24- 43K, 01/26- 50K', 'remarks': 'VOSA STATES 39K, 43K, 46K, 50K, 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/679b8ce2-083a-4ded-96aa-f3c5df8a52fc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 643db08a-36ba-579b-9087-c042cbab513b with identifier: 120832379
2026-03-28 13:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 643db08a-36ba-579b-9087-c042cbab513b with scrape type 2
2026-03-28 13:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 643db08a-36ba-579b-9087-c042cbab513b with scrape type 2
2026-03-28 13:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 643db08a-36ba-579b-9087-c042cbab513b, identifier: 120832379
2026-03-28 13:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 643db08a-36ba-579b-9087-c042cbab513b with identifier: 120832379
2026-03-28 13:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 643db08a-36ba-579b-9087-c042cbab513b with identifier: 120832379
2026-03-28 13:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 643db08a-36ba-579b-9087-c042cbab513b with identifier: 120832379 to the API
2026-03-28 13:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120832379?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '643db08a-36ba-579b-9087-c042cbab513b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO14UFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120832379',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A6 DIESEL SALOON',
'odometer': 51374,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-08-15',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A6 DIESEL SALOON 2.0 TDI Ultra S Line 4dr',
'transmission': 'manual',
'trim': '2.0 TDI Ultra S Line 4dr',
'vin': None,
'year': 2014}
2026-03-28 13:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120832379%27 HTTP/1.1" 200 None
2026-03-28 13:08:06 [astonbarclay.gb] INFO: Saving data for 120832379: {'created_time': 1774605788.209325, 'last_price_update_time': 1774703286.165157, 'auction_closing_time': 1774888200.0}
2026-03-28 13:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120832379') HTTP/1.1" 204 0
2026-03-28 13:08:06 [scrapy.extensions.logstats] INFO: Crawled 220 pages (at 24 pages/min), scraped 218 items (at 24 items/min)
2026-03-28 13:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:08:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120581824?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120581824, 'registration': 'FP67PMX', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.0T 115 SRi Vx-line 5dr', 'mileage': 116816, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1027, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-22', 'fuel': 'Petrol', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP67PMX/2026-03-19/image/8d6ddae6-e81d-4651-bfea-bfa833dc4b65_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/9b24bb4b-32cb-48d3-89ed-540d103837ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/b8ab4e1e-129c-465c-b831-d4d213719221_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/463cb643-8798-4b6c-b41c-b899a43d364c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/5713b572-c1be-44c5-9892-08497e71cd8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/21f58dfe-95a9-4789-93bb-3b2ac704357f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/18 8K - 04/19 16K - 11/19 25K - 08/20 32K -', 'remarks': 'VOSA STATES 34K- 44K- 61K- 87K- 110K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e7ea122-2dc6-434d-8119-32b44be91f70.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120581824, 'registration': 'FP67PMX', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.0T 115 SRi Vx-line 5dr', 'mileage': 116816, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1027, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-22', 'fuel': 'Petrol', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP67PMX/2026-03-19/image/8d6ddae6-e81d-4651-bfea-bfa833dc4b65_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/9b24bb4b-32cb-48d3-89ed-540d103837ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/b8ab4e1e-129c-465c-b831-d4d213719221_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/463cb643-8798-4b6c-b41c-b899a43d364c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/5713b572-c1be-44c5-9892-08497e71cd8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/21f58dfe-95a9-4789-93bb-3b2ac704357f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/18 8K - 04/19 16K - 11/19 25K - 08/20 32K -', 'remarks': 'VOSA STATES 34K- 44K- 61K- 87K- 110K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e7ea122-2dc6-434d-8119-32b44be91f70.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f52838-db56-5ad8-81db-bebf03b27c4e with identifier: 120581824
2026-03-28 13:08:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f52838-db56-5ad8-81db-bebf03b27c4e with scrape type 2
2026-03-28 13:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f52838-db56-5ad8-81db-bebf03b27c4e with scrape type 2
2026-03-28 13:08:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 75f52838-db56-5ad8-81db-bebf03b27c4e, identifier: 120581824
2026-03-28 13:08:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 75f52838-db56-5ad8-81db-bebf03b27c4e with identifier: 120581824
2026-03-28 13:08:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 75f52838-db56-5ad8-81db-bebf03b27c4e with identifier: 120581824
2026-03-28 13:08:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 75f52838-db56-5ad8-81db-bebf03b27c4e with identifier: 120581824 to the API
2026-03-28 13:08:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120581824?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '75f52838-db56-5ad8-81db-bebf03b27c4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FP67PMX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120581824',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 116816,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-22',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL CORSA HATCHBACK 1.0T 115 SRi Vx-line 5dr',
'transmission': 'manual',
'trim': '1.0T 115 SRi Vx-line 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120581824%27 HTTP/1.1" 200 None
2026-03-28 13:08:08 [astonbarclay.gb] INFO: Saving data for 120581824: {'auction_closing_time': 1774888200.0, 'created_time': 1773839078.76738, 'last_price_update_time': 1774703288.699784}
2026-03-28 13:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120581824') HTTP/1.1" 204 0
2026-03-28 13:08:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120751254?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120751254, 'registration': 'WO15XHE', 'account': 'MAN037', 'make': 'JEEP', 'model': 'RENEGADE HATCHBACK', 'derivative': '1.4 Multiair Longitude 5dr', 'mileage': 78072, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1022, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-07-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-17', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO15XHE/2026-03-25/image/991474ff-2bfc-481e-a7e9-bb54f29893cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/526e0539-c7c6-4835-936f-ba37fbac7cbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/bb1267e0-c14a-4587-8194-56a78c9b9181_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/3c0e681b-691f-486a-973b-e19126aaaa40_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/84482fce-421e-4bac-9a14-da80c93fbd2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/8667cb04-eb1c-43b7-99ea-338dad86cc94_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/48bdaabd-8265-4237-88e9-195837d2c6eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/df2c44c7-267e-42bc-9bfd-ff86c3b44cb7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 08/25 72K', 'remarks': 'VOSA STATES 68K- 71K- 72K- 75K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3191e083-dea6-40ee-97a0-c1ffb92988cf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120751254, 'registration': 'WO15XHE', 'account': 'MAN037', 'make': 'JEEP', 'model': 'RENEGADE HATCHBACK', 'derivative': '1.4 Multiair Longitude 5dr', 'mileage': 78072, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1022, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-07-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-17', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO15XHE/2026-03-25/image/991474ff-2bfc-481e-a7e9-bb54f29893cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/526e0539-c7c6-4835-936f-ba37fbac7cbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/bb1267e0-c14a-4587-8194-56a78c9b9181_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/3c0e681b-691f-486a-973b-e19126aaaa40_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/84482fce-421e-4bac-9a14-da80c93fbd2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/8667cb04-eb1c-43b7-99ea-338dad86cc94_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/48bdaabd-8265-4237-88e9-195837d2c6eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/df2c44c7-267e-42bc-9bfd-ff86c3b44cb7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 08/25 72K', 'remarks': 'VOSA STATES 68K- 71K- 72K- 75K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3191e083-dea6-40ee-97a0-c1ffb92988cf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d7977c8-c861-5735-b9f0-81455f067804 with identifier: 120751254
2026-03-28 13:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d7977c8-c861-5735-b9f0-81455f067804 with scrape type 2
2026-03-28 13:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d7977c8-c861-5735-b9f0-81455f067804 with scrape type 2
2026-03-28 13:08:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d7977c8-c861-5735-b9f0-81455f067804, identifier: 120751254
2026-03-28 13:08:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d7977c8-c861-5735-b9f0-81455f067804 with identifier: 120751254
2026-03-28 13:08:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d7977c8-c861-5735-b9f0-81455f067804 with identifier: 120751254
2026-03-28 13:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d7977c8-c861-5735-b9f0-81455f067804 with identifier: 120751254 to the API
2026-03-28 13:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120751254?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3d7977c8-c861-5735-b9f0-81455f067804',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WO15XHE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120751254',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JEEP',
'model': 'RENEGADE HATCHBACK',
'odometer': 78072,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-31',
'seller_name': 'Manamanx Ltd',
'title': 'JEEP RENEGADE HATCHBACK 1.4 Multiair Longitude 5dr',
'transmission': 'manual',
'trim': '1.4 Multiair Longitude 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120751254%27 HTTP/1.1" 200 None
2026-03-28 13:08:12 [astonbarclay.gb] INFO: Saving data for 120751254: {'auction_closing_time': 1774888200.0, 'created_time': 1774379373.888171, 'last_price_update_time': 1774703292.676275}
2026-03-28 13:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120751254') HTTP/1.1" 204 0
2026-03-28 13:08:13 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 265.871(s), this was the 2nd time calling it.
2026-03-28 13:08:13 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.1633830543192145 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-28 13:08:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120402526?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:08:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120402526, 'registration': 'AO65DPN', 'account': 'MAN037', 'make': 'HONDA', 'model': 'HR-V HATCHBACK', 'derivative': '1.5 i-VTEC SE 5dr', 'mileage': 84298, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1018, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO65DPN/2026-03-12/image/99d38eef-da71-4fbb-abe7-d039ceefbe4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/f170d61b-2561-4cae-befb-fa088587f7bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/6885dfa4-a274-4573-b009-e9165052e65f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/6bdf07de-c377-4b32-9851-550ccc468ec4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/2eb008e3-41d3-4963-a93b-56965f8c3f4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/a3896fb5-cceb-4c43-91e4-16c7d2f979e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/391fe383-d92c-40a7-8d90-b78c5f5a2c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/f991948c-c122-41ab-b3b7-6168ece6c953_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/17-10K, 09/18-16K, 09/19-20K, 09/20-27K, 11/21-38K, 03/23-52K, 03/25-74K', 'remarks': 'VOSA STATES - 42K, 52K, 62K, 74K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8148ee33-98cd-4b67-8f2e-9f16eaeaa56b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120402526, 'registration': 'AO65DPN', 'account': 'MAN037', 'make': 'HONDA', 'model': 'HR-V HATCHBACK', 'derivative': '1.5 i-VTEC SE 5dr', 'mileage': 84298, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1018, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO65DPN/2026-03-12/image/99d38eef-da71-4fbb-abe7-d039ceefbe4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/f170d61b-2561-4cae-befb-fa088587f7bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/6885dfa4-a274-4573-b009-e9165052e65f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/6bdf07de-c377-4b32-9851-550ccc468ec4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/2eb008e3-41d3-4963-a93b-56965f8c3f4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/a3896fb5-cceb-4c43-91e4-16c7d2f979e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/391fe383-d92c-40a7-8d90-b78c5f5a2c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/f991948c-c122-41ab-b3b7-6168ece6c953_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/17-10K, 09/18-16K, 09/19-20K, 09/20-27K, 11/21-38K, 03/23-52K, 03/25-74K', 'remarks': 'VOSA STATES - 42K, 52K, 62K, 74K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8148ee33-98cd-4b67-8f2e-9f16eaeaa56b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7b87bb0-4216-566c-8236-5fe15566aee2 with identifier: 120402526
2026-03-28 13:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7b87bb0-4216-566c-8236-5fe15566aee2 with scrape type 2
2026-03-28 13:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7b87bb0-4216-566c-8236-5fe15566aee2 with scrape type 2
2026-03-28 13:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b7b87bb0-4216-566c-8236-5fe15566aee2, identifier: 120402526
2026-03-28 13:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b7b87bb0-4216-566c-8236-5fe15566aee2 with identifier: 120402526
2026-03-28 13:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b7b87bb0-4216-566c-8236-5fe15566aee2 with identifier: 120402526
2026-03-28 13:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b7b87bb0-4216-566c-8236-5fe15566aee2 with identifier: 120402526 to the API
2026-03-28 13:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120402526?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'b7b87bb0-4216-566c-8236-5fe15566aee2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO65DPN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120402526',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'HR-V HATCHBACK',
'odometer': 84298,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-30',
'seller_name': 'Manamanx Ltd',
'title': 'HONDA HR-V HATCHBACK 1.5 i-VTEC SE 5dr',
'transmission': 'manual',
'trim': '1.5 i-VTEC SE 5dr',
'vin': None,
'year': 2015}
2026-03-28 13:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:14 [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-28 13:08:14 [astonbarclay.gb] INFO: Saving data for 120402526: {'auction_closing_time': 1774888200.0, 'created_time': 1773403920.961922, 'last_price_update_time': 1774703294.023798}
2026-03-28 13:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120402526') HTTP/1.1" 204 0
2026-03-28 13:08:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120752578?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120752578, 'registration': 'MW18KKE', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.5 TSI EVO SE 5dr', 'mileage': 87754, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1017, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW18KKE/2026-03-25/image/1c804d5f-8c92-4759-87d1-fe36c3b3bb0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/4d2fb66e-bdcf-4bdf-9b12-41f03e1ea65d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/6c002678-2152-49cc-a298-5d270d431083_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/2f373bff-49de-4b38-abc7-526f0b8f9a4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/2d818fae-5240-45cc-8472-6f86d1f66fd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/509b2bba-83a7-4205-afcd-d660931a95e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/3de15af7-4994-41a8-97c9-849830e5b8f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/28eca77a-972d-48d7-b29a-9d688c49ee70_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 37K- 50K 65K - 82', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb785485-de2b-49df-8895-20d7f83d0718.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120752578, 'registration': 'MW18KKE', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.5 TSI EVO SE 5dr', 'mileage': 87754, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1017, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW18KKE/2026-03-25/image/1c804d5f-8c92-4759-87d1-fe36c3b3bb0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/4d2fb66e-bdcf-4bdf-9b12-41f03e1ea65d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/6c002678-2152-49cc-a298-5d270d431083_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/2f373bff-49de-4b38-abc7-526f0b8f9a4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/2d818fae-5240-45cc-8472-6f86d1f66fd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/509b2bba-83a7-4205-afcd-d660931a95e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/3de15af7-4994-41a8-97c9-849830e5b8f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/28eca77a-972d-48d7-b29a-9d688c49ee70_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 37K- 50K 65K - 82', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb785485-de2b-49df-8895-20d7f83d0718.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a09a3e7f-af9d-5828-981a-0e65b05f193c with identifier: 120752578
2026-03-28 13:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a09a3e7f-af9d-5828-981a-0e65b05f193c with scrape type 2
2026-03-28 13:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a09a3e7f-af9d-5828-981a-0e65b05f193c with scrape type 2
2026-03-28 13:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a09a3e7f-af9d-5828-981a-0e65b05f193c, identifier: 120752578
2026-03-28 13:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a09a3e7f-af9d-5828-981a-0e65b05f193c with identifier: 120752578
2026-03-28 13:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a09a3e7f-af9d-5828-981a-0e65b05f193c with identifier: 120752578
2026-03-28 13:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a09a3e7f-af9d-5828-981a-0e65b05f193c with identifier: 120752578 to the API
2026-03-28 13:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120752578?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'a09a3e7f-af9d-5828-981a-0e65b05f193c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW18KKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120752578',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'T-ROC HATCHBACK',
'odometer': 87754,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-20',
'seller_name': 'Manamanx Ltd',
'title': 'VOLKSWAGEN T-ROC HATCHBACK 1.5 TSI EVO SE 5dr',
'transmission': 'manual',
'trim': '1.5 TSI EVO SE 5dr',
'vin': None,
'year': 2018}
2026-03-28 13:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120752578%27 HTTP/1.1" 200 None
2026-03-28 13:08:16 [astonbarclay.gb] INFO: Saving data for 120752578: {'auction_closing_time': 1774888200.0, 'created_time': 1774379376.445378, 'last_price_update_time': 1774703296.177823}
2026-03-28 13:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120752578') HTTP/1.1" 204 0
2026-03-28 13:08:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120751141?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:08:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120751141, 'registration': 'YC17OTK', 'account': 'MAN037', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.3 EX Navi 5dr', 'mileage': 61956, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1024, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-29', 'fuel': 'Petrol', 'motExpiry': '2027-03-03', 'doors': 5, 'engineSize': 1318, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC17OTK/2026-03-25/image/9596fb0c-4374-43d7-8413-9e2af31366bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/85903949-69f1-4e9a-b3fd-97fd504d7121_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/800b0d0f-9805-4a3e-9903-17e2a37e8daa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/f0d6b555-9a18-433f-a02b-08f81f570868_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/3bd314d3-85ff-41c1-b26c-20c4be09a975_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/84366e24-ffa8-4b1b-8a93-cbce5f451133_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/dbd7b99f-b02c-4d9e-b2bb-b42608ead4c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/fb6bdadf-01a5-4edc-9c8d-497fb5c66997_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/108f13f2-1e09-4ba8-afab-c08c2ef326d0_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/18 11K - 03/19 18K - 03/20 28K - 09/24 602K - 03/26 61K-', 'remarks': 'VOSA STATES 50K- 60K- 61K- 61K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5ac04c6c-37a7-490a-9a3f-7b3771e6c354.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120751141, 'registration': 'YC17OTK', 'account': 'MAN037', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.3 EX Navi 5dr', 'mileage': 61956, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1024, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-29', 'fuel': 'Petrol', 'motExpiry': '2027-03-03', 'doors': 5, 'engineSize': 1318, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC17OTK/2026-03-25/image/9596fb0c-4374-43d7-8413-9e2af31366bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/85903949-69f1-4e9a-b3fd-97fd504d7121_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/800b0d0f-9805-4a3e-9903-17e2a37e8daa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/f0d6b555-9a18-433f-a02b-08f81f570868_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/3bd314d3-85ff-41c1-b26c-20c4be09a975_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/84366e24-ffa8-4b1b-8a93-cbce5f451133_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/dbd7b99f-b02c-4d9e-b2bb-b42608ead4c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/fb6bdadf-01a5-4edc-9c8d-497fb5c66997_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/108f13f2-1e09-4ba8-afab-c08c2ef326d0_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/18 11K - 03/19 18K - 03/20 28K - 09/24 602K - 03/26 61K-', 'remarks': 'VOSA STATES 50K- 60K- 61K- 61K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5ac04c6c-37a7-490a-9a3f-7b3771e6c354.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f006c913-889c-57e5-a750-df6be353865d with identifier: 120751141
2026-03-28 13:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f006c913-889c-57e5-a750-df6be353865d with scrape type 2
2026-03-28 13:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f006c913-889c-57e5-a750-df6be353865d with scrape type 2
2026-03-28 13:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f006c913-889c-57e5-a750-df6be353865d, identifier: 120751141
2026-03-28 13:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f006c913-889c-57e5-a750-df6be353865d with identifier: 120751141
2026-03-28 13:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f006c913-889c-57e5-a750-df6be353865d with identifier: 120751141
2026-03-28 13:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f006c913-889c-57e5-a750-df6be353865d with identifier: 120751141 to the API
2026-03-28 13:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120751141?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f006c913-889c-57e5-a750-df6be353865d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YC17OTK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120751141',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 61956,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-29',
'seller_name': 'Manamanx Ltd',
'title': 'HONDA JAZZ HATCHBACK 1.3 EX Navi 5dr',
'transmission': 'manual',
'trim': '1.3 EX Navi 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751141%27 HTTP/1.1" 200 None
2026-03-28 13:08:16 [astonbarclay.gb] INFO: Saving data for 120751141: {'auction_closing_time': 1774888200.0, 'created_time': 1774379348.571178, 'last_price_update_time': 1774703296.662592}
2026-03-28 13:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120751141') HTTP/1.1" 204 0
2026-03-28 13:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120750706?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120582597?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:08:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120750706, 'registration': 'KU66JXE', 'account': 'MAN037', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi ISG GT-Line 5dr', 'mileage': 66858, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1015, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-05', 'fuel': 'Diesel', 'motExpiry': '2026-04-27', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KU66JXE/2026-03-25/image/834e2711-5bc9-43dd-bd44-7fd5e0424984_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/5419c91d-2d8f-4e38-abe7-f64bf781fd78_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/b5561721-95df-4ef5-9a2a-fb437ec8f610_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/747f30f3-32c3-4ab0-bdb7-60222c44d741_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/acc50482-b492-40f1-83e9-77c871ddb2a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/afc1298e-8eee-4a3c-b922-620681ecc4c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/5a48e416-6ceb-4542-aab0-69f8f2614895_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/70acfde0-0775-4a55-a1dd-d524ddd33e89_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/17 5K - 08/18 10K - 03/19 14K - 08/20 22K - 05/24 49K', 'remarks': 'VOSA STATES 34K- 42K- 49K - 59K SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b272f18-f38b-45e6-817c-cd17589e6ba1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120750706, 'registration': 'KU66JXE', 'account': 'MAN037', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi ISG GT-Line 5dr', 'mileage': 66858, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1015, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-05', 'fuel': 'Diesel', 'motExpiry': '2026-04-27', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KU66JXE/2026-03-25/image/834e2711-5bc9-43dd-bd44-7fd5e0424984_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/5419c91d-2d8f-4e38-abe7-f64bf781fd78_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/b5561721-95df-4ef5-9a2a-fb437ec8f610_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/747f30f3-32c3-4ab0-bdb7-60222c44d741_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/acc50482-b492-40f1-83e9-77c871ddb2a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/afc1298e-8eee-4a3c-b922-620681ecc4c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/5a48e416-6ceb-4542-aab0-69f8f2614895_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/70acfde0-0775-4a55-a1dd-d524ddd33e89_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/17 5K - 08/18 10K - 03/19 14K - 08/20 22K - 05/24 49K', 'remarks': 'VOSA STATES 34K- 42K- 49K - 59K SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b272f18-f38b-45e6-817c-cd17589e6ba1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c287675e-8135-57da-b316-bdb6c9b2041e with identifier: 120750706
2026-03-28 13:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c287675e-8135-57da-b316-bdb6c9b2041e with scrape type 2
2026-03-28 13:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c287675e-8135-57da-b316-bdb6c9b2041e with scrape type 2
2026-03-28 13:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c287675e-8135-57da-b316-bdb6c9b2041e, identifier: 120750706
2026-03-28 13:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c287675e-8135-57da-b316-bdb6c9b2041e with identifier: 120750706
2026-03-28 13:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c287675e-8135-57da-b316-bdb6c9b2041e with identifier: 120750706
2026-03-28 13:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c287675e-8135-57da-b316-bdb6c9b2041e with identifier: 120750706 to the API
2026-03-28 13:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120750706?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'c287675e-8135-57da-b316-bdb6c9b2041e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU66JXE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120750706',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'CEED DIESEL HATCHBACK',
'odometer': 66858,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-05',
'seller_name': 'Manamanx Ltd',
'title': 'KIA CEED DIESEL HATCHBACK 1.6 CRDi ISG GT-Line 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi ISG GT-Line 5dr',
'vin': None,
'year': 2016}
2026-03-28 13:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120750706%27 HTTP/1.1" 200 None
2026-03-28 13:08:18 [astonbarclay.gb] INFO: Saving data for 120750706: {'auction_closing_time': 1774888200.0, 'created_time': 1774379402.36356, 'last_price_update_time': 1774703298.182928}
2026-03-28 13:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120750706') HTTP/1.1" 204 0
2026-03-28 13:08:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120582597, 'registration': 'SE14XEC', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 104074, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1009, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE14XEC/2026-03-18/image/ae6bc4a6-31f3-41bb-92df-df3dda32f404_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/54e1ee38-4606-4fb0-b65d-d6ee2ad656b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/5d846c39-1e23-4b4b-ad0c-23ce2fd7bf0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/a80f75d7-cd88-4441-8673-df0ec2c55db6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/78fe54d4-7574-434e-8646-53eec54415c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/32e797c2-c65b-458b-943c-2254fc664133_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 8K - 07/16 15K - 07/17 23K - 07/18 29K - 07/19 34K - 08/20 45K- 06/21 50K - 07/22 ?? 08/23 79K -', 'remarks': 'VOSA STATES 64K- 79K- 90K - 101K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9335184-3273-4219-ba46-04643680e9c5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120582597, 'registration': 'SE14XEC', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 104074, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1009, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE14XEC/2026-03-18/image/ae6bc4a6-31f3-41bb-92df-df3dda32f404_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/54e1ee38-4606-4fb0-b65d-d6ee2ad656b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/5d846c39-1e23-4b4b-ad0c-23ce2fd7bf0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/a80f75d7-cd88-4441-8673-df0ec2c55db6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/78fe54d4-7574-434e-8646-53eec54415c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/32e797c2-c65b-458b-943c-2254fc664133_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 8K - 07/16 15K - 07/17 23K - 07/18 29K - 07/19 34K - 08/20 45K- 06/21 50K - 07/22 ?? 08/23 79K -', 'remarks': 'VOSA STATES 64K- 79K- 90K - 101K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9335184-3273-4219-ba46-04643680e9c5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 436da720-5094-5ace-addf-89b166215e7c with identifier: 120582597
2026-03-28 13:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 436da720-5094-5ace-addf-89b166215e7c with scrape type 2
2026-03-28 13:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 436da720-5094-5ace-addf-89b166215e7c with scrape type 2
2026-03-28 13:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 436da720-5094-5ace-addf-89b166215e7c, identifier: 120582597
2026-03-28 13:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 436da720-5094-5ace-addf-89b166215e7c with identifier: 120582597
2026-03-28 13:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 436da720-5094-5ace-addf-89b166215e7c with identifier: 120582597
2026-03-28 13:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 436da720-5094-5ace-addf-89b166215e7c with identifier: 120582597 to the API
2026-03-28 13:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120582597?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '436da720-5094-5ace-addf-89b166215e7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SE14XEC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120582597',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 104074,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-30',
'seller_name': 'Manamanx Ltd',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 SE 5dr',
'transmission': 'manual',
'trim': '1.0 SE 5dr',
'vin': None,
'year': 2014}
2026-03-28 13:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:18 [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-28 13:08:18 [astonbarclay.gb] INFO: Saving data for 120582597: {'auction_closing_time': 1774888200.0, 'created_time': 1773839075.295355, 'last_price_update_time': 1774703298.63493}
2026-03-28 13:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582597') HTTP/1.1" 204 0
2026-03-28 13:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120581417?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120581417, 'registration': 'CJ17HYA', 'account': 'MAN037', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 GT Line 5dr', 'mileage': 105814, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1035, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-08-10', 'fuel': 'Diesel', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/7717c562-41b6-4b6e-85ee-7839503b8d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/9879906b-f036-418b-8c9f-48974289ec82_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/bdf1517d-5f5c-426c-9516-e0998cfd4c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/37cd0004-36de-4092-b644-079707944d3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/352df23f-2d3c-4059-b926-120d959bd802_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/a5f6eb70-bd60-4036-86b7-4fa9fcc20720_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/cd7d51e9-c152-4cb8-bb01-cb25bea9777f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/18 15K - 06/19 24K - 02/20 39K - 02/21 53K - 12/21 69K -', 'remarks': 'VOSA STATES 75K- 83K- 91K - 100K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb1274fa-b3dd-48d5-8aeb-e1ee8637cf4d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120581417, 'registration': 'CJ17HYA', 'account': 'MAN037', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 GT Line 5dr', 'mileage': 105814, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1035, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-08-10', 'fuel': 'Diesel', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/7717c562-41b6-4b6e-85ee-7839503b8d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/9879906b-f036-418b-8c9f-48974289ec82_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/bdf1517d-5f5c-426c-9516-e0998cfd4c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/37cd0004-36de-4092-b644-079707944d3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/352df23f-2d3c-4059-b926-120d959bd802_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/a5f6eb70-bd60-4036-86b7-4fa9fcc20720_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/cd7d51e9-c152-4cb8-bb01-cb25bea9777f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/18 15K - 06/19 24K - 02/20 39K - 02/21 53K - 12/21 69K -', 'remarks': 'VOSA STATES 75K- 83K- 91K - 100K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb1274fa-b3dd-48d5-8aeb-e1ee8637cf4d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with identifier: 120581417
2026-03-28 13:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with scrape type 2
2026-03-28 13:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with scrape type 2
2026-03-28 13:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1961b3c2-0df2-58f2-91f1-22e2d0746a66, identifier: 120581417
2026-03-28 13:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with identifier: 120581417
2026-03-28 13:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with identifier: 120581417
2026-03-28 13:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with identifier: 120581417 to the API
2026-03-28 13:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120581417?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '1961b3c2-0df2-58f2-91f1-22e2d0746a66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CJ17HYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120581417',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '3008 DIESEL ESTATE',
'odometer': 105814,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-10',
'seller_name': 'Manamanx Ltd',
'title': 'PEUGEOT 3008 DIESEL ESTATE 1.6 BlueHDi 120 GT Line 5dr',
'transmission': 'manual',
'trim': '1.6 BlueHDi 120 GT Line 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120581417%27 HTTP/1.1" 200 None
2026-03-28 13:08:19 [astonbarclay.gb] INFO: Saving data for 120581417: {'auction_closing_time': 1774888200.0, 'created_time': 1773839076.844974, 'last_price_update_time': 1774703299.133811}
2026-03-28 13:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120581417') HTTP/1.1" 204 0
2026-03-28 13:08:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 3rd time calling it.
2026-03-28 13:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120754078?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:08:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120754078, 'registration': 'SD62YGM', 'account': 'MAN037', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 57540, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1005, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-10-04', 'fuel': 'Petrol', 'motExpiry': '2026-08-18', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SD62YGM/2026-03-25/image/cf04b6e9-4ec2-486b-bcd5-d0ee6bf2957b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/0e0ca6f9-6139-4d88-aff2-ab4de5e5256e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/db756914-530d-4d56-b2ed-a098db92b6a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/838be8ed-11ff-4512-9954-c356ff2f8fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/3b2b79d6-6baf-4adc-95a6-3837a2317f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/7a2624c5-44b4-4e54-9856-16bc663dbc3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/7b26486f-fcb3-4e46-a9a5-ee1444467d21_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/d9059b8b-7b3b-4cd7-ac72-a8dad426f269_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 52K- 55K- 56K- 56K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d548364-a9d1-4863-ba43-fbc5ae5d6130.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120754078, 'registration': 'SD62YGM', 'account': 'MAN037', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 57540, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1005, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-10-04', 'fuel': 'Petrol', 'motExpiry': '2026-08-18', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SD62YGM/2026-03-25/image/cf04b6e9-4ec2-486b-bcd5-d0ee6bf2957b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/0e0ca6f9-6139-4d88-aff2-ab4de5e5256e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/db756914-530d-4d56-b2ed-a098db92b6a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/838be8ed-11ff-4512-9954-c356ff2f8fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/3b2b79d6-6baf-4adc-95a6-3837a2317f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/7a2624c5-44b4-4e54-9856-16bc663dbc3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/7b26486f-fcb3-4e46-a9a5-ee1444467d21_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/d9059b8b-7b3b-4cd7-ac72-a8dad426f269_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 52K- 55K- 56K- 56K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d548364-a9d1-4863-ba43-fbc5ae5d6130.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa4ab845-f51e-5bf4-8291-07f98a303085 with identifier: 120754078
2026-03-28 13:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4ab845-f51e-5bf4-8291-07f98a303085 with scrape type 2
2026-03-28 13:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa4ab845-f51e-5bf4-8291-07f98a303085 with scrape type 2
2026-03-28 13:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fa4ab845-f51e-5bf4-8291-07f98a303085, identifier: 120754078
2026-03-28 13:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fa4ab845-f51e-5bf4-8291-07f98a303085 with identifier: 120754078
2026-03-28 13:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fa4ab845-f51e-5bf4-8291-07f98a303085 with identifier: 120754078
2026-03-28 13:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fa4ab845-f51e-5bf4-8291-07f98a303085 with identifier: 120754078 to the API
2026-03-28 13:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120754078?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'fa4ab845-f51e-5bf4-8291-07f98a303085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SD62YGM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120754078',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 57540,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-04',
'seller_name': 'Manamanx Ltd',
'title': 'FIAT 500 HATCHBACK 1.2 Lounge 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Lounge 3dr [Start Stop]',
'vin': None,
'year': 2012}
2026-03-28 13:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120754078%27 HTTP/1.1" 200 None
2026-03-28 13:08:21 [astonbarclay.gb] INFO: Saving data for 120754078: {'auction_closing_time': 1774888200.0, 'created_time': 1774379356.580135, 'last_price_update_time': 1774703301.133636}
2026-03-28 13:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120754078') HTTP/1.1" 204 0
2026-03-28 13:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120750401?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:08:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120750401, 'registration': 'RK05BNE', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'C3 HATCHBACK SPECIAL EDITION', 'derivative': '1.1i Desire 5dr', 'mileage': 105508, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1002, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2005-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1124, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RK05BNE/2026-03-25/image/ae1c49b7-215a-4029-ad34-d6bc3eab9ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/3a35d2f4-e8e7-488d-913b-bb208b914a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/710e1540-73f8-4e14-93c0-798904c028e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/6fbceb3d-e9e0-4821-8be0-719d4fc94aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/468f0db9-6fbe-492a-8a28-d57b5590ebc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/803cc78c-05ac-4b59-98f2-b4f16adf3135_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/313d1829-8150-4767-98b3-b1e2a08f6300_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/09 19K - 05/10 24K - 05/11 29K - 05/12 34K 05/15 47K - 05/20 61K -05/21 65K 05/22 65K', 'remarks': 'VOSA STATES 69K- 72K- 76K- 92K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7d7e3a54-64f6-4ff5-9f8d-7aeebda2dbda.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120750401, 'registration': 'RK05BNE', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'C3 HATCHBACK SPECIAL EDITION', 'derivative': '1.1i Desire 5dr', 'mileage': 105508, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1002, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2005-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1124, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RK05BNE/2026-03-25/image/ae1c49b7-215a-4029-ad34-d6bc3eab9ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/3a35d2f4-e8e7-488d-913b-bb208b914a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/710e1540-73f8-4e14-93c0-798904c028e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/6fbceb3d-e9e0-4821-8be0-719d4fc94aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/468f0db9-6fbe-492a-8a28-d57b5590ebc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/803cc78c-05ac-4b59-98f2-b4f16adf3135_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/313d1829-8150-4767-98b3-b1e2a08f6300_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/09 19K - 05/10 24K - 05/11 29K - 05/12 34K 05/15 47K - 05/20 61K -05/21 65K 05/22 65K', 'remarks': 'VOSA STATES 69K- 72K- 76K- 92K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7d7e3a54-64f6-4ff5-9f8d-7aeebda2dbda.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f187d374-596a-530f-90b7-0196a7baa6b1 with identifier: 120750401
2026-03-28 13:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f187d374-596a-530f-90b7-0196a7baa6b1 with scrape type 2
2026-03-28 13:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f187d374-596a-530f-90b7-0196a7baa6b1 with scrape type 2
2026-03-28 13:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f187d374-596a-530f-90b7-0196a7baa6b1, identifier: 120750401
2026-03-28 13:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f187d374-596a-530f-90b7-0196a7baa6b1 with identifier: 120750401
2026-03-28 13:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f187d374-596a-530f-90b7-0196a7baa6b1 with identifier: 120750401
2026-03-28 13:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f187d374-596a-530f-90b7-0196a7baa6b1 with identifier: 120750401 to the API
2026-03-28 13:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120750401?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f187d374-596a-530f-90b7-0196a7baa6b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RK05BNE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120750401',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C3 HATCHBACK SPECIAL EDITION',
'odometer': 105508,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-07-29',
'seller_name': 'Manamanx Ltd',
'title': 'CITROEN C3 HATCHBACK SPECIAL EDITION 1.1i Desire 5dr',
'transmission': 'manual',
'trim': '1.1i Desire 5dr',
'vin': None,
'year': 2005}
2026-03-28 13:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120750401%27 HTTP/1.1" 200 None
2026-03-28 13:08:22 [astonbarclay.gb] INFO: Saving data for 120750401: {'auction_closing_time': 1774888200.0, 'created_time': 1774379370.107078, 'last_price_update_time': 1774703302.129549}
2026-03-28 13:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120750401') HTTP/1.1" 204 0
2026-03-28 13:08:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120754325?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120754325, 'registration': 'YP14CJY', 'account': 'MAN037', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 3dr', 'mileage': 78572, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1006, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-04-17', 'fuel': 'Petrol', 'motExpiry': '2026-12-11', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP14CJY/2026-03-25/image/fc873156-a353-4773-a4c2-7fcdc659c411_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/91134e79-a041-4d9d-b3c6-457b8adde80b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/9dc80708-f516-440b-9439-c5cb3eca55ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/34b5ed7a-dad6-4640-8c9a-e8882fc4cbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/73103394-06c6-4a0d-b89f-55bb153b453f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/4514f491-bb74-465d-b6fd-869e739b4b69_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/b5de0fe6-a527-40db-a4dc-2f603a12ea1c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 04/16 7K', 'remarks': 'VOSA STATES 48K - 55K- 67K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b55cddf9-a240-4607-9a49-339b3dd251fe.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120754325, 'registration': 'YP14CJY', 'account': 'MAN037', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 3dr', 'mileage': 78572, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1006, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-04-17', 'fuel': 'Petrol', 'motExpiry': '2026-12-11', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP14CJY/2026-03-25/image/fc873156-a353-4773-a4c2-7fcdc659c411_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/91134e79-a041-4d9d-b3c6-457b8adde80b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/9dc80708-f516-440b-9439-c5cb3eca55ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/34b5ed7a-dad6-4640-8c9a-e8882fc4cbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/73103394-06c6-4a0d-b89f-55bb153b453f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/4514f491-bb74-465d-b6fd-869e739b4b69_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/b5de0fe6-a527-40db-a4dc-2f603a12ea1c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 04/16 7K', 'remarks': 'VOSA STATES 48K - 55K- 67K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b55cddf9-a240-4607-9a49-339b3dd251fe.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with identifier: 120754325
2026-03-28 13:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with scrape type 2
2026-03-28 13:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with scrape type 2
2026-03-28 13:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f, identifier: 120754325
2026-03-28 13:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with identifier: 120754325
2026-03-28 13:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with identifier: 120754325
2026-03-28 13:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with identifier: 120754325 to the API
2026-03-28 13:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120754325?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP14CJY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120754325',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 78572,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-17',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 3dr',
'vin': None,
'year': 2014}
2026-03-28 13:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120754325%27 HTTP/1.1" 200 None
2026-03-28 13:08:23 [astonbarclay.gb] INFO: Saving data for 120754325: {'auction_closing_time': 1774888200.0, 'created_time': 1774379295.918955, 'last_price_update_time': 1774703303.603359}
2026-03-28 13:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120754325') HTTP/1.1" 204 0
2026-03-28 13:08:25 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.290(s), this was the 1st time calling it.
2026-03-28 13:08:25 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.3192101184959135 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-28 13:08:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120410795?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120410795, 'registration': 'NJ59YYH', 'account': 'VAN041', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Luxury 4dr Auto', 'mileage': 115066, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-08-11', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/853c0af1-e36a-4ed6-8bd2-3bd25f833689_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/151961ab-4069-43c3-a6c0-0e14eecc63a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/eb74cb2b-3ea4-4d4a-9b7d-056c59276f07_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/5afb20e3-d1cd-4ca1-89f0-e1c22a4feb48_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/4c8b10dd-a260-480f-a039-1f4bd97e9ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/19d43e17-dcbb-483d-a51d-50f149070e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/0a1b0b47-f366-45c6-9058-54aadcfbf039_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/d9318b04-f42a-4b0b-81c7-045a8e4390ef_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/10 - 25K, 11/12 - 36K, 06/13 - 41K, 06/14 - 49K, 07/15 - 53K, 06/16 - 61K, 06/17 - 66K, 05/19 - 78K, 11/20 - 83K, 01/22 - 88K, 07/23 - 99K, 05/24 - 107K,', 'remarks': '**1316** VOSA STATES 35K, 41K, 49K, 53K, 61K, 66K, 72K, 78K, 83K, 87K, 89K, 98K, 109K, 113K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3da30af8-5dce-408c-b37f-1df9a5c2abc5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120410795, 'registration': 'NJ59YYH', 'account': 'VAN041', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Luxury 4dr Auto', 'mileage': 115066, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 401}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-08-11', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/853c0af1-e36a-4ed6-8bd2-3bd25f833689_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/151961ab-4069-43c3-a6c0-0e14eecc63a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/eb74cb2b-3ea4-4d4a-9b7d-056c59276f07_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/5afb20e3-d1cd-4ca1-89f0-e1c22a4feb48_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/4c8b10dd-a260-480f-a039-1f4bd97e9ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/19d43e17-dcbb-483d-a51d-50f149070e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/0a1b0b47-f366-45c6-9058-54aadcfbf039_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/d9318b04-f42a-4b0b-81c7-045a8e4390ef_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/10 - 25K, 11/12 - 36K, 06/13 - 41K, 06/14 - 49K, 07/15 - 53K, 06/16 - 61K, 06/17 - 66K, 05/19 - 78K, 11/20 - 83K, 01/22 - 88K, 07/23 - 99K, 05/24 - 107K,', 'remarks': '**1316** VOSA STATES 35K, 41K, 49K, 53K, 61K, 66K, 72K, 78K, 83K, 87K, 89K, 98K, 109K, 113K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3da30af8-5dce-408c-b37f-1df9a5c2abc5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c5a015f-5052-51b0-bb6a-675b5d935b47 with identifier: 120410795
2026-03-28 13:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c5a015f-5052-51b0-bb6a-675b5d935b47 with scrape type 2
2026-03-28 13:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c5a015f-5052-51b0-bb6a-675b5d935b47 with scrape type 2
2026-03-28 13:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8c5a015f-5052-51b0-bb6a-675b5d935b47, identifier: 120410795
2026-03-28 13:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8c5a015f-5052-51b0-bb6a-675b5d935b47 with identifier: 120410795
2026-03-28 13:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8c5a015f-5052-51b0-bb6a-675b5d935b47 with identifier: 120410795
2026-03-28 13:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8c5a015f-5052-51b0-bb6a-675b5d935b47 with identifier: 120410795 to the API
2026-03-28 13:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120410795?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8c5a015f-5052-51b0-bb6a-675b5d935b47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NJ59YYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120410795',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 115066,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-21',
'seller_name': 'Vantage Motor Group',
'title': 'JAGUAR XF DIESEL SALOON 3.0d V6 Luxury 4dr Auto',
'transmission': 'automatic',
'trim': '3.0d V6 Luxury 4dr Auto',
'vin': None,
'year': 2009}
2026-03-28 13:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:27 [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-28 13:08:27 [astonbarclay.gb] INFO: Saving data for 120410795: {'auction_closing_time': 1774958400.0, 'created_time': 1773687788.849214, 'last_price_update_time': 1774703307.79103}
2026-03-28 13:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120410795') HTTP/1.1" 204 0
2026-03-28 13:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119629779?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120753553?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119629779, 'registration': 'ND69OPV', 'account': 'MAN027', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T N-Connecta 5dr', 'mileage': 52317, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1187, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-01-13', 'fuel': 'Petrol', 'motExpiry': '2026-02-23', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND69OPV/2026-02-23/image/36064db9-7e64-4516-a5a3-c99c982958ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/a7a316aa-9012-4915-876a-44cf34905baf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/bf7acbd6-0e8c-4d2c-9dbe-de33f91f468c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/883b6e59-5f91-4c99-a73c-4726e782a329_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/618409d4-5984-4b42-8d7f-755be8ba9e0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/316d833f-3125-4abd-9b63-c0c41b85727d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/2ea0847e-e506-48da-8151-426b4937a7b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/109b83fe-4371-4c31-974a-3b523e1306f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/29b2d58d-8b73-4377-9259-1e9fd3503dc4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/21-17k, 08/21-35k, 04/22-39k, 03/24-47k, 02/25-50k', 'remarks': 'VOSA STATES 43K - 47K- 50K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/44d9a0c4-c440-494e-9d03-84cf24061fac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119629779, 'registration': 'ND69OPV', 'account': 'MAN027', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T N-Connecta 5dr', 'mileage': 52317, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1187, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-01-13', 'fuel': 'Petrol', 'motExpiry': '2026-02-23', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND69OPV/2026-02-23/image/36064db9-7e64-4516-a5a3-c99c982958ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/a7a316aa-9012-4915-876a-44cf34905baf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/bf7acbd6-0e8c-4d2c-9dbe-de33f91f468c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/883b6e59-5f91-4c99-a73c-4726e782a329_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/618409d4-5984-4b42-8d7f-755be8ba9e0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/316d833f-3125-4abd-9b63-c0c41b85727d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/2ea0847e-e506-48da-8151-426b4937a7b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/109b83fe-4371-4c31-974a-3b523e1306f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/29b2d58d-8b73-4377-9259-1e9fd3503dc4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/21-17k, 08/21-35k, 04/22-39k, 03/24-47k, 02/25-50k', 'remarks': 'VOSA STATES 43K - 47K- 50K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/44d9a0c4-c440-494e-9d03-84cf24061fac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bfdbe46-c556-5314-b1b9-f460a129346a with identifier: 119629779
2026-03-28 13:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bfdbe46-c556-5314-b1b9-f460a129346a with scrape type 2
2026-03-28 13:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bfdbe46-c556-5314-b1b9-f460a129346a with scrape type 2
2026-03-28 13:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8bfdbe46-c556-5314-b1b9-f460a129346a, identifier: 119629779
2026-03-28 13:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8bfdbe46-c556-5314-b1b9-f460a129346a with identifier: 119629779
2026-03-28 13:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8bfdbe46-c556-5314-b1b9-f460a129346a with identifier: 119629779
2026-03-28 13:08:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8bfdbe46-c556-5314-b1b9-f460a129346a with identifier: 119629779 to the API
2026-03-28 13:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119629779?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '8bfdbe46-c556-5314-b1b9-f460a129346a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND69OPV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119629779',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 52317,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-13',
'seller_name': 'Mann Island Finance',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T N-Connecta 5dr',
'vin': None,
'year': 2020}
2026-03-28 13:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:28 [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-28 13:08:28 [astonbarclay.gb] INFO: Saving data for 119629779: {'auction_closing_time': 1774861200.0, 'created_time': 1773753111.337569, 'last_price_update_time': 1774703308.450044}
2026-03-28 13:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119629779') HTTP/1.1" 204 0
2026-03-28 13:08:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120753553, 'registration': 'ND58CZH', 'account': 'MAN037', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A150 Classic SE 5dr', 'mileage': 162018, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1000, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-15', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND58CZH/2026-03-25/image/6a760aa2-9204-4cbb-aa99-6918bf220709_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/3c4f7ae8-fe17-4809-9f19-6e044893b39e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/d539571e-368c-41b3-8286-18b3656e53a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/dfed3407-2581-4a8a-96d7-e65d6a0fdcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/71338b27-4e57-48e4-a4a7-0fa3bf48c589_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/ed3dd34f-0aea-4f06-8aec-da7a59c437c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/31ea0b1f-79bc-49b6-9cd1-0ab67c4d0b43_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 09/14 40K - 10/23 11K - 06/24 ??', 'remarks': '- VOSA STATES 96K- 106K- 127K- 149K -', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef8664f3-01f5-43da-b8ef-69154fa93323.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120753553, 'registration': 'ND58CZH', 'account': 'MAN037', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A150 Classic SE 5dr', 'mileage': 162018, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1000, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-15', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND58CZH/2026-03-25/image/6a760aa2-9204-4cbb-aa99-6918bf220709_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/3c4f7ae8-fe17-4809-9f19-6e044893b39e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/d539571e-368c-41b3-8286-18b3656e53a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/dfed3407-2581-4a8a-96d7-e65d6a0fdcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/71338b27-4e57-48e4-a4a7-0fa3bf48c589_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/ed3dd34f-0aea-4f06-8aec-da7a59c437c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/31ea0b1f-79bc-49b6-9cd1-0ab67c4d0b43_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 09/14 40K - 10/23 11K - 06/24 ??', 'remarks': '- VOSA STATES 96K- 106K- 127K- 149K -', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef8664f3-01f5-43da-b8ef-69154fa93323.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae5501b3-1892-5486-917f-e0ac731047d1 with identifier: 120753553
2026-03-28 13:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae5501b3-1892-5486-917f-e0ac731047d1 with scrape type 2
2026-03-28 13:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae5501b3-1892-5486-917f-e0ac731047d1 with scrape type 2
2026-03-28 13:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ae5501b3-1892-5486-917f-e0ac731047d1, identifier: 120753553
2026-03-28 13:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ae5501b3-1892-5486-917f-e0ac731047d1 with identifier: 120753553
2026-03-28 13:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ae5501b3-1892-5486-917f-e0ac731047d1 with identifier: 120753553
2026-03-28 13:08:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ae5501b3-1892-5486-917f-e0ac731047d1 with identifier: 120753553 to the API
2026-03-28 13:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120753553?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ae5501b3-1892-5486-917f-e0ac731047d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND58CZH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120753553',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 162018,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-09-30',
'seller_name': 'Manamanx Ltd',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A150 Classic SE 5dr',
'transmission': 'manual',
'trim': 'A150 Classic SE 5dr',
'vin': None,
'year': 2008}
2026-03-28 13:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753553%27 HTTP/1.1" 200 None
2026-03-28 13:08:28 [astonbarclay.gb] INFO: Saving data for 120753553: {'auction_closing_time': 1774888200.0, 'created_time': 1774379332.431592, 'last_price_update_time': 1774703308.825436}
2026-03-28 13:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120753553') HTTP/1.1" 204 0
2026-03-28 13:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119811587?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119811587, 'registration': 'V2TUM', 'account': 'MAN027', 'make': 'ABARTH', 'model': '595 HATCHBACK', 'derivative': '1.4 T-Jet 145 3dr', 'mileage': 66758, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1185, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-08-03', 'fuel': 'Petrol', 'motExpiry': '2026-07-09', 'doors': 3, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/V2TUM/2026-02-23/image/f364cf9e-7eee-4b3c-b364-72690122df07_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/54735c80-b9f4-4385-b86e-14f0d7d4d9bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/03a19998-f698-4295-99bc-9432bd728766_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/17b1295b-c850-45c3-aa5e-04b0bf286920_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/f09ddc40-f459-40c4-8aea-98ad8b5fa7e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/778fddfd-5006-4603-a570-dd143bb88029_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/0c650981-01e6-4721-a782-bc74b204ebaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/fd684183-8622-4cdb-b531-7f35540a2b19_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/2a48c6a0-296f-4b56-aa26-7f344d7acdce_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/17 5k - 10/18 14k - 09/19 18k - ?? 24k - 06/20 22k - 05/21 26k - ?? 30k - 07/23 35k', 'remarks': 'WE ARE UNABLE TO CONFIRM THAT THIS PLATE WILL STAY WITH THE CAR AND MAYBE REMOVED BY THE PREVIOUS OWNER WITHOUT NOTICE PRIOR TO RE-REGISTRATION- VOSA STATES 33K - 35K - 51K- 65K-', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62016264-87ec-4871-acee-42192b10b4e2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119811587, 'registration': 'V2TUM', 'account': 'MAN027', 'make': 'ABARTH', 'model': '595 HATCHBACK', 'derivative': '1.4 T-Jet 145 3dr', 'mileage': 66758, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1185, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-08-03', 'fuel': 'Petrol', 'motExpiry': '2026-07-09', 'doors': 3, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/V2TUM/2026-02-23/image/f364cf9e-7eee-4b3c-b364-72690122df07_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/54735c80-b9f4-4385-b86e-14f0d7d4d9bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/03a19998-f698-4295-99bc-9432bd728766_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/17b1295b-c850-45c3-aa5e-04b0bf286920_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/f09ddc40-f459-40c4-8aea-98ad8b5fa7e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/778fddfd-5006-4603-a570-dd143bb88029_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/0c650981-01e6-4721-a782-bc74b204ebaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/fd684183-8622-4cdb-b531-7f35540a2b19_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/2a48c6a0-296f-4b56-aa26-7f344d7acdce_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/17 5k - 10/18 14k - 09/19 18k - ?? 24k - 06/20 22k - 05/21 26k - ?? 30k - 07/23 35k', 'remarks': 'WE ARE UNABLE TO CONFIRM THAT THIS PLATE WILL STAY WITH THE CAR AND MAYBE REMOVED BY THE PREVIOUS OWNER WITHOUT NOTICE PRIOR TO RE-REGISTRATION- VOSA STATES 33K - 35K - 51K- 65K-', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62016264-87ec-4871-acee-42192b10b4e2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a10052dd-4c67-5182-b07d-019741bbad57 with identifier: 119811587
2026-03-28 13:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a10052dd-4c67-5182-b07d-019741bbad57 with scrape type 2
2026-03-28 13:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a10052dd-4c67-5182-b07d-019741bbad57 with scrape type 2
2026-03-28 13:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a10052dd-4c67-5182-b07d-019741bbad57, identifier: 119811587
2026-03-28 13:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a10052dd-4c67-5182-b07d-019741bbad57 with identifier: 119811587
2026-03-28 13:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a10052dd-4c67-5182-b07d-019741bbad57 with identifier: 119811587
2026-03-28 13:08:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a10052dd-4c67-5182-b07d-019741bbad57 with identifier: 119811587 to the API
2026-03-28 13:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119811587?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'a10052dd-4c67-5182-b07d-019741bbad57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'V2TUM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119811587',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'ABARTH',
'model': '595 HATCHBACK',
'odometer': 66758,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-08-03',
'seller_name': 'Mann Island Finance',
'title': 'ABARTH 595 HATCHBACK 1.4 T-Jet 145 3dr',
'transmission': 'manual',
'trim': '1.4 T-Jet 145 3dr',
'vin': None,
'year': 2016}
2026-03-28 13:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119811587%27 HTTP/1.1" 200 None
2026-03-28 13:08:32 [astonbarclay.gb] INFO: Saving data for 119811587: {'auction_closing_time': 1774861200.0, 'created_time': 1773404363.672054, 'last_price_update_time': 1774703312.843933}
2026-03-28 13:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119811587') HTTP/1.1" 204 0
2026-03-28 13:08:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120428169?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120428169, 'registration': 'GJ22LUZ', 'account': 'WBA002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 77010, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1154, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-10', 'fuel': 'Electric', 'motExpiry': '2026-03-09', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/1190edd5-58e2-4815-bdb1-9bd152df1c25_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/621f186d-b37d-434c-995a-69fbf5abbe2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/4f9c6d31-ede8-49c9-a3b6-41e05a0b54c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/ca8868b9-cd5b-4b96-a10b-8909bf066937_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/fc7a9f55-1371-4d53-ac7a-afb8528953ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/30566b68-5161-4c6f-aae3-64833002c327_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/8e577069-2933-4362-b615-d6f9a589fd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/28d42368-a0db-439a-a279-16f7697dbaa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/6a808b3b-6824-4a3c-a64f-fcb6d081dc91_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES - 60K, 76K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea8d8330-a9b6-4407-9985-04c9b0f30b8c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120428169, 'registration': 'GJ22LUZ', 'account': 'WBA002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 77010, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1154, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-10', 'fuel': 'Electric', 'motExpiry': '2026-03-09', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/1190edd5-58e2-4815-bdb1-9bd152df1c25_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/621f186d-b37d-434c-995a-69fbf5abbe2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/4f9c6d31-ede8-49c9-a3b6-41e05a0b54c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/ca8868b9-cd5b-4b96-a10b-8909bf066937_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/fc7a9f55-1371-4d53-ac7a-afb8528953ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/30566b68-5161-4c6f-aae3-64833002c327_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/8e577069-2933-4362-b615-d6f9a589fd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/28d42368-a0db-439a-a279-16f7697dbaa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/6a808b3b-6824-4a3c-a64f-fcb6d081dc91_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES - 60K, 76K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea8d8330-a9b6-4407-9985-04c9b0f30b8c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with identifier: 120428169
2026-03-28 13:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with scrape type 2
2026-03-28 13:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with scrape type 2
2026-03-28 13:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 660e39fc-88e4-50d9-a14f-57ff54ad69b9, identifier: 120428169
2026-03-28 13:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with identifier: 120428169
2026-03-28 13:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with identifier: 120428169
2026-03-28 13:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with identifier: 120428169 to the API
2026-03-28 13:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120428169?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': '660e39fc-88e4-50d9-a14f-57ff54ad69b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GJ22LUZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120428169',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 77010,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-10',
'seller_name': 'UKCGR - Premium',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-28 13:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120428169%27 HTTP/1.1" 200 None
2026-03-28 13:08:34 [astonbarclay.gb] INFO: Saving data for 120428169: {'auction_closing_time': 1774861200.0, 'created_time': 1773406843.271538, 'last_price_update_time': 1774703314.215696}
2026-03-28 13:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120428169') HTTP/1.1" 204 0
2026-03-28 13:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120481458?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120322108?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120687954?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120481458, 'registration': 'LN17RHA', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr', 'mileage': 61713, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1158, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN17RHA/2026-03-17/image/cccf6874-bb7a-4c17-9dd9-656393fbfd7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/efb43846-6529-4e26-bbb3-f1be2719613d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/28c5ad35-1ae5-4e73-94d4-556fd8a83f3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/87dec6aa-1774-4327-95ec-15d0d15602a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/f4660119-9e56-4eda-afca-2b5fd9fc6224_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/cde62066-0d9e-4662-bcd4-e161a2b691ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/fb33f051-c6e7-48f6-aea0-eaa50b5b5f62_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/515cd8bf-dafd-4b4b-85a7-f877f1fa467e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/2a7a84bd-4f5b-44c2-976b-c53a4e46bed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/4ab173c2-9b4c-4032-a95e-b81acf98a958_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/18-4K, 06/19-9K, 06/20-15K, 06/21-21K', 'remarks': 'VOSA STATES 29K, 37K, 46K, 55K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd76e135-118a-4478-ac90-9287e632d65d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120481458, 'registration': 'LN17RHA', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr', 'mileage': 61713, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1158, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN17RHA/2026-03-17/image/cccf6874-bb7a-4c17-9dd9-656393fbfd7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/efb43846-6529-4e26-bbb3-f1be2719613d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/28c5ad35-1ae5-4e73-94d4-556fd8a83f3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/87dec6aa-1774-4327-95ec-15d0d15602a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/f4660119-9e56-4eda-afca-2b5fd9fc6224_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/cde62066-0d9e-4662-bcd4-e161a2b691ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/fb33f051-c6e7-48f6-aea0-eaa50b5b5f62_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/515cd8bf-dafd-4b4b-85a7-f877f1fa467e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/2a7a84bd-4f5b-44c2-976b-c53a4e46bed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/4ab173c2-9b4c-4032-a95e-b81acf98a958_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/18-4K, 06/19-9K, 06/20-15K, 06/21-21K', 'remarks': 'VOSA STATES 29K, 37K, 46K, 55K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd76e135-118a-4478-ac90-9287e632d65d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with identifier: 120481458
2026-03-28 13:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with scrape type 2
2026-03-28 13:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with scrape type 2
2026-03-28 13:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573, identifier: 120481458
2026-03-28 13:08:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120322108, 'registration': 'GF19YYA', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 AMG Line Edition 4dr', 'mileage': 73192, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1175, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 4, 'engineSize': 1595, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GF19YYA/2026-03-11/image/d53bbcfa-ba91-4b2a-a7a9-6b56fd83e159_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/2ec9317e-331c-47b3-8dbc-9217cfee3cc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/3fe92ac7-739f-49ed-8a70-c8c22ad2ab49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/3cec9c24-0757-4802-b3c3-b799ed1776c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/0bf2cf30-f401-447d-899c-a1923c7b8e3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/0e0d473f-be95-4599-9a59-408d49d93661_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/b0de4635-3133-413b-baa3-973b606a5d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/5bd71acf-d038-48fe-9c44-11d1ac836527_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20-12K, 02/21-38K, 03/22-40K', 'remarks': 'VOSA STATES 39K, 47K, 52K, 66K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc7a7deb-2b7a-4ab1-bd14-75e460720f12.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120322108, 'registration': 'GF19YYA', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 AMG Line Edition 4dr', 'mileage': 73192, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1175, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 4, 'engineSize': 1595, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GF19YYA/2026-03-11/image/d53bbcfa-ba91-4b2a-a7a9-6b56fd83e159_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/2ec9317e-331c-47b3-8dbc-9217cfee3cc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/3fe92ac7-739f-49ed-8a70-c8c22ad2ab49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/3cec9c24-0757-4802-b3c3-b799ed1776c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/0bf2cf30-f401-447d-899c-a1923c7b8e3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/0e0d473f-be95-4599-9a59-408d49d93661_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/b0de4635-3133-413b-baa3-973b606a5d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/5bd71acf-d038-48fe-9c44-11d1ac836527_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20-12K, 02/21-38K, 03/22-40K', 'remarks': 'VOSA STATES 39K, 47K, 52K, 66K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc7a7deb-2b7a-4ab1-bd14-75e460720f12.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c31754a-2f8f-5453-848a-c91a8daf328b with identifier: 120322108
2026-03-28 13:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c31754a-2f8f-5453-848a-c91a8daf328b with scrape type 2
2026-03-28 13:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c31754a-2f8f-5453-848a-c91a8daf328b with scrape type 2
2026-03-28 13:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c31754a-2f8f-5453-848a-c91a8daf328b, identifier: 120322108
2026-03-28 13:08:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120687954, 'registration': 'VO61UPJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SXi 5dr Auto [AC]', 'mileage': 99278, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2228, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/6fd630c6-ea53-49db-bc64-e8c2e9ce8288_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/e24f2418-eace-4044-81ff-77f03bda3415_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/22c2a570-8d8e-4add-b47c-8a7d3a9f3589_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/087f7d05-a1e5-4903-9cc8-012146e1a6fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/f1b67960-dd0b-4aef-a8a6-5fd6c0281672_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/3dc19aaf-89ae-49b3-8f34-07fe8fa57788_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/8303b3a5-1ca8-41dd-8aec-c7b3b46697cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/a32b4528-5b68-4c9e-b1bc-15f33832fb09_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 80K - 84K - 89k - 94k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c9049b1-89af-477d-9b97-8fd4a790cc2c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120687954, 'registration': 'VO61UPJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SXi 5dr Auto [AC]', 'mileage': 99278, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 2228, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/6fd630c6-ea53-49db-bc64-e8c2e9ce8288_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/e24f2418-eace-4044-81ff-77f03bda3415_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/22c2a570-8d8e-4add-b47c-8a7d3a9f3589_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/087f7d05-a1e5-4903-9cc8-012146e1a6fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/f1b67960-dd0b-4aef-a8a6-5fd6c0281672_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/3dc19aaf-89ae-49b3-8f34-07fe8fa57788_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/8303b3a5-1ca8-41dd-8aec-c7b3b46697cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/a32b4528-5b68-4c9e-b1bc-15f33832fb09_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 80K - 84K - 89k - 94k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c9049b1-89af-477d-9b97-8fd4a790cc2c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with identifier: 120687954
2026-03-28 13:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with scrape type 2
2026-03-28 13:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with scrape type 2
2026-03-28 13:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600, identifier: 120687954
2026-03-28 13:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with identifier: 120481458
2026-03-28 13:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with identifier: 120481458
2026-03-28 13:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with identifier: 120481458 to the API
2026-03-28 13:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120481458?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'ed8a2ae2-30ee-5e47-9166-9b25f5f8e573',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN17RHA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120481458',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 61713,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-25',
'seller_name': 'UKCGR - Premium',
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T N-Connecta 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120481458%27 HTTP/1.1" 200 None
2026-03-28 13:08:34 [astonbarclay.gb] INFO: Saving data for 120481458: {'auction_closing_time': 1774861200.0, 'created_time': 1773741784.69415, 'last_price_update_time': 1774703314.938885}
2026-03-28 13:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120481458') HTTP/1.1" 204 0
2026-03-28 13:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c31754a-2f8f-5453-848a-c91a8daf328b with identifier: 120322108
2026-03-28 13:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c31754a-2f8f-5453-848a-c91a8daf328b with identifier: 120322108
2026-03-28 13:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c31754a-2f8f-5453-848a-c91a8daf328b with identifier: 120322108 to the API
2026-03-28 13:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120322108?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '2c31754a-2f8f-5453-848a-c91a8daf328b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF19YYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120322108',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'CLA COUPE',
'odometer': 73192,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-30',
'seller_name': 'UKCGR - Premium',
'title': 'MERCEDES-BENZ CLA COUPE CLA 180 AMG Line Edition 4dr',
'transmission': 'manual',
'trim': 'CLA 180 AMG Line Edition 4dr',
'vin': None,
'year': 2019}
2026-03-28 13:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:35 [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-28 13:08:35 [astonbarclay.gb] INFO: Saving data for 120322108: {'auction_closing_time': 1774861200.0, 'created_time': 1773404257.713279, 'last_price_update_time': 1774703315.223074}
2026-03-28 13:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120322108') HTTP/1.1" 204 0
2026-03-28 13:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with identifier: 120687954
2026-03-28 13:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with identifier: 120687954
2026-03-28 13:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with identifier: 120687954 to the API
2026-03-28 13:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120687954?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '2ed8394e-e9bb-52fb-a3e3-5e6f15d40600',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VO61UPJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120687954',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 99278,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-30',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 SXi 5dr Auto [AC]',
'transmission': 'automatic',
'trim': '1.4 SXi 5dr Auto [AC]',
'vin': None,
'year': 2011}
2026-03-28 13:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:35 [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-28 13:08:35 [astonbarclay.gb] INFO: Saving data for 120687954: {'auction_closing_time': 1774888200.0, 'created_time': 1774292530.739381, 'last_price_update_time': 1774703315.56335}
2026-03-28 13:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120687954') HTTP/1.1" 204 0
2026-03-28 13:08:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668316?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668316, 'registration': 'MK19YCB', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure Premium 5dr [Start Stop]', 'mileage': 54840, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1149, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-23', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK19YCB/2026-03-24/image/dcb0ec93-8a2c-44f7-8c82-a27f224e4e66_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/d68747c6-543a-4c18-a88e-1a0d6fee1dfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/9a203345-e5f7-4365-9b7f-dc29cc43f2d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e21100d0-7a56-4fdd-8477-44e1bf0b66f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e812842b-52ba-4728-a0cd-21cfe9de7c18_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/0587cd91-e23d-49c0-ab4c-5d93687268a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/66d54cbc-8eff-4523-95c8-2ff2f2931a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e35b6c09-b780-40a5-b617-27b784a3530d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 40K- 47K- 54K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c462429d-e3f5-4a74-88e2-6ab036157c9d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668316, 'registration': 'MK19YCB', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure Premium 5dr [Start Stop]', 'mileage': 54840, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1149, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-23', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK19YCB/2026-03-24/image/dcb0ec93-8a2c-44f7-8c82-a27f224e4e66_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/d68747c6-543a-4c18-a88e-1a0d6fee1dfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/9a203345-e5f7-4365-9b7f-dc29cc43f2d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e21100d0-7a56-4fdd-8477-44e1bf0b66f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e812842b-52ba-4728-a0cd-21cfe9de7c18_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/0587cd91-e23d-49c0-ab4c-5d93687268a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/66d54cbc-8eff-4523-95c8-2ff2f2931a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e35b6c09-b780-40a5-b617-27b784a3530d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 40K- 47K- 54K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c462429d-e3f5-4a74-88e2-6ab036157c9d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c770f87-7868-56ed-b2fa-ea7ce951d93f with identifier: 120668316
2026-03-28 13:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c770f87-7868-56ed-b2fa-ea7ce951d93f with scrape type 2
2026-03-28 13:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c770f87-7868-56ed-b2fa-ea7ce951d93f with scrape type 2
2026-03-28 13:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6c770f87-7868-56ed-b2fa-ea7ce951d93f, identifier: 120668316
2026-03-28 13:08:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6c770f87-7868-56ed-b2fa-ea7ce951d93f with identifier: 120668316
2026-03-28 13:08:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6c770f87-7868-56ed-b2fa-ea7ce951d93f with identifier: 120668316
2026-03-28 13:08:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6c770f87-7868-56ed-b2fa-ea7ce951d93f with identifier: 120668316 to the API
2026-03-28 13:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668316?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '6c770f87-7868-56ed-b2fa-ea7ce951d93f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK19YCB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668316',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 54840,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-15',
'seller_name': 'UKCGR - Premium',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech Allure Premium 5dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 PureTech Allure Premium 5dr [Start Stop]',
'vin': None,
'year': 2019}
2026-03-28 13:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:40 [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-28 13:08:40 [astonbarclay.gb] INFO: Saving data for 120668316: {'auction_closing_time': 1774861200.0, 'created_time': 1774271697.530168, 'last_price_update_time': 1774703320.161712}
2026-03-28 13:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668316') HTTP/1.1" 204 0
2026-03-28 13:08:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120684046?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667528?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 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-28 13:08:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120684046, 'registration': 'RO12LCT', 'account': 'WBA002', 'make': 'BMW', 'model': 'X6 DIESEL ESTATE', 'derivative': 'xDrive40d 5dr Step Auto', 'mileage': 93020, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1148, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RO12LCT/2026-03-24/image/c0a33414-8634-4e43-b20b-c5b9c558c452_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/63e54737-bb55-40af-8437-1cde230910bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/e434b54a-9510-462f-af35-e42eec5f1918_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/7dbe59ef-7a05-4838-b29f-43133f048693_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/38039a4d-75c3-45fb-818e-a5193657363a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/5015fb7e-07ac-4458-8f67-a29f6b3538e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/76cf3079-c64f-4b0d-a6f5-20fc830a3549_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/b2e3809a-c891-423d-9a68-9335bd3bf738_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/14 15K - 07/16 41K -', 'remarks': 'VOSA STATES 76K- 82K- 85K -89K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9d77bc66-8c3d-4529-a42b-f3f475c201b9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120684046, 'registration': 'RO12LCT', 'account': 'WBA002', 'make': 'BMW', 'model': 'X6 DIESEL ESTATE', 'derivative': 'xDrive40d 5dr Step Auto', 'mileage': 93020, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1148, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RO12LCT/2026-03-24/image/c0a33414-8634-4e43-b20b-c5b9c558c452_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/63e54737-bb55-40af-8437-1cde230910bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/e434b54a-9510-462f-af35-e42eec5f1918_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/7dbe59ef-7a05-4838-b29f-43133f048693_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/38039a4d-75c3-45fb-818e-a5193657363a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/5015fb7e-07ac-4458-8f67-a29f6b3538e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/76cf3079-c64f-4b0d-a6f5-20fc830a3549_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/b2e3809a-c891-423d-9a68-9335bd3bf738_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/14 15K - 07/16 41K -', 'remarks': 'VOSA STATES 76K- 82K- 85K -89K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9d77bc66-8c3d-4529-a42b-f3f475c201b9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe7c11e-8f55-5604-9960-972539db9220 with identifier: 120684046
2026-03-28 13:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe7c11e-8f55-5604-9960-972539db9220 with scrape type 2
2026-03-28 13:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fe7c11e-8f55-5604-9960-972539db9220 with scrape type 2
2026-03-28 13:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1fe7c11e-8f55-5604-9960-972539db9220, identifier: 120684046
2026-03-28 13:08:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667528, 'registration': 'EF19KNA', 'account': 'WBA003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 Active X 5dr', 'mileage': 102087, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1156, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-02', 'fuel': 'Petrol', 'motExpiry': '2027-04-01', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF19KNA/2026-03-23/image/a2e4b8b6-ee6c-49b0-beaa-888e668655e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/4b7b8c60-8936-46e0-b924-38b214033e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/c901000f-657b-4542-8d0a-56471f2ab30c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/d101b95e-a4d3-4d2a-a689-c555fc2c00ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/8b354939-08a0-43ef-b7b9-4870ab08dab6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/bc59700c-3262-42d5-9572-592c0b9e7c09_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/121cf97c-ec83-44e5-9cad-df7e9f538e74_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/60ea5890-e08a-4e8e-9c4f-e530f90068ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/f0a1b9d3-3de3-47f1-9c93-68e7113a5f7a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 10K - 04/22 31K - 02/23 49K - 02/24 ?? - 02/25 79K -', 'remarks': 'VOSA STATES 51K- 67K- 82K- 102K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/20eabf72-89b1-4d06-a580-5fbf817633b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667528, 'registration': 'EF19KNA', 'account': 'WBA003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 Active X 5dr', 'mileage': 102087, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1156, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-02', 'fuel': 'Petrol', 'motExpiry': '2027-04-01', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF19KNA/2026-03-23/image/a2e4b8b6-ee6c-49b0-beaa-888e668655e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/4b7b8c60-8936-46e0-b924-38b214033e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/c901000f-657b-4542-8d0a-56471f2ab30c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/d101b95e-a4d3-4d2a-a689-c555fc2c00ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/8b354939-08a0-43ef-b7b9-4870ab08dab6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/bc59700c-3262-42d5-9572-592c0b9e7c09_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/121cf97c-ec83-44e5-9cad-df7e9f538e74_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/60ea5890-e08a-4e8e-9c4f-e530f90068ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/f0a1b9d3-3de3-47f1-9c93-68e7113a5f7a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 10K - 04/22 31K - 02/23 49K - 02/24 ?? - 02/25 79K -', 'remarks': 'VOSA STATES 51K- 67K- 82K- 102K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/20eabf72-89b1-4d06-a580-5fbf817633b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19816310-f6c3-5d7b-9611-b7ab67bf1487 with identifier: 120667528
2026-03-28 13:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19816310-f6c3-5d7b-9611-b7ab67bf1487 with scrape type 2
2026-03-28 13:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19816310-f6c3-5d7b-9611-b7ab67bf1487 with scrape type 2
2026-03-28 13:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19816310-f6c3-5d7b-9611-b7ab67bf1487, identifier: 120667528
2026-03-28 13:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1fe7c11e-8f55-5604-9960-972539db9220 with identifier: 120684046
2026-03-28 13:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1fe7c11e-8f55-5604-9960-972539db9220 with identifier: 120684046
2026-03-28 13:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1fe7c11e-8f55-5604-9960-972539db9220 with identifier: 120684046 to the API
2026-03-28 13:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120684046?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 198,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '1fe7c11e-8f55-5604-9960-972539db9220',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RO12LCT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120684046',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X6 DIESEL ESTATE',
'odometer': 93020,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-24',
'seller_name': 'UKCGR - Premium',
'title': 'BMW X6 DIESEL ESTATE xDrive40d 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive40d 5dr Step Auto',
'vin': None,
'year': 2012}
2026-03-28 13:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:40 [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-28 13:08:40 [astonbarclay.gb] INFO: Saving data for 120684046: {'auction_closing_time': 1774861200.0, 'created_time': 1774292568.959757, 'last_price_update_time': 1774703320.735108}
2026-03-28 13:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120684046') HTTP/1.1" 204 0
2026-03-28 13:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19816310-f6c3-5d7b-9611-b7ab67bf1487 with identifier: 120667528
2026-03-28 13:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19816310-f6c3-5d7b-9611-b7ab67bf1487 with identifier: 120667528
2026-03-28 13:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19816310-f6c3-5d7b-9611-b7ab67bf1487 with identifier: 120667528 to the API
2026-03-28 13:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667528?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '19816310-f6c3-5d7b-9611-b7ab67bf1487',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF19KNA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667528',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 102087,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-02',
'seller_name': 'UKCGR - Select',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost 140 Active X 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 140 Active X 5dr',
'vin': None,
'year': 2019}
2026-03-28 13:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120667528%27 HTTP/1.1" 200 None
2026-03-28 13:08:41 [astonbarclay.gb] INFO: Saving data for 120667528: {'auction_closing_time': 1774861200.0, 'created_time': 1774271612.707295, 'last_price_update_time': 1774703321.045824}
2026-03-28 13:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667528') HTTP/1.1" 204 0
2026-03-28 13:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668424?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:08:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668424, 'registration': 'EX70UPS', 'account': 'WBA002', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW i GT Line R135 50kWh 5dr Auto', 'mileage': 92913, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1142, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-07', 'fuel': 'Electric', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX70UPS/2026-03-23/image/4404e006-36d1-4cef-be0f-e21bdccdee76_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/d313f708-9e59-4b33-9295-1f9ed7ca0080_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/3973a590-6395-4827-b32f-1fcb04919637_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/9410eff2-8034-41e5-8a54-aa39b2b639c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/173672f2-fe81-484e-bde4-1dfabe06163d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/0eb4b257-a37b-417b-9871-b9de11330500_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/47c527d6-eac5-4bb6-a685-bb10a97492dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/2407357e-ef03-43d7-bf40-a8b9408f70ea_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/21 19K - 08/22 37K - 09/23 58K - 09/24 78', 'remarks': 'VOSA STATES 75K- 86K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a46fe42-e8d9-426d-8793-8edd321d4141.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668424, 'registration': 'EX70UPS', 'account': 'WBA002', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW i GT Line R135 50kWh 5dr Auto', 'mileage': 92913, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1142, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-07', 'fuel': 'Electric', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX70UPS/2026-03-23/image/4404e006-36d1-4cef-be0f-e21bdccdee76_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/d313f708-9e59-4b33-9295-1f9ed7ca0080_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/3973a590-6395-4827-b32f-1fcb04919637_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/9410eff2-8034-41e5-8a54-aa39b2b639c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/173672f2-fe81-484e-bde4-1dfabe06163d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/0eb4b257-a37b-417b-9871-b9de11330500_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/47c527d6-eac5-4bb6-a685-bb10a97492dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/2407357e-ef03-43d7-bf40-a8b9408f70ea_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/21 19K - 08/22 37K - 09/23 58K - 09/24 78', 'remarks': 'VOSA STATES 75K- 86K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a46fe42-e8d9-426d-8793-8edd321d4141.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 441f5e12-c519-5426-8f87-84685db45645 with identifier: 120668424
2026-03-28 13:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 441f5e12-c519-5426-8f87-84685db45645 with scrape type 2
2026-03-28 13:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 441f5e12-c519-5426-8f87-84685db45645 with scrape type 2
2026-03-28 13:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 441f5e12-c519-5426-8f87-84685db45645, identifier: 120668424
2026-03-28 13:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 441f5e12-c519-5426-8f87-84685db45645 with identifier: 120668424
2026-03-28 13:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 441f5e12-c519-5426-8f87-84685db45645 with identifier: 120668424
2026-03-28 13:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 441f5e12-c519-5426-8f87-84685db45645 with identifier: 120668424 to the API
2026-03-28 13:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668424?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': '441f5e12-c519-5426-8f87-84685db45645',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX70UPS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668424',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 92913,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-07',
'seller_name': 'UKCGR - Premium',
'title': 'RENAULT ZOE HATCHBACK 100kW i GT Line R135 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW i GT Line R135 50kWh 5dr Auto',
'vin': None,
'year': 2020}
2026-03-28 13:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120668424%27 HTTP/1.1" 200 None
2026-03-28 13:08:43 [astonbarclay.gb] INFO: Saving data for 120668424: {'auction_closing_time': 1774861200.0, 'created_time': 1774271625.62764, 'last_price_update_time': 1774703323.333126}
2026-03-28 13:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668424') HTTP/1.1" 204 0
2026-03-28 13:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120368640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120368640, 'registration': 'EW19NPK', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 27507, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1139, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EW19NPK/2026-03-12/image/7af05587-fc8a-4881-ac46-fafb872790cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/6e6ce435-f19a-40ad-ae8e-1ea3f2484e85_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/c7fe5f4f-733c-4a84-997e-22407400313e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/f4b88351-65f3-48ac-900a-096569deaee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/14e27900-1c02-4499-b9ab-ba2694a7214f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/2661fffc-3ccf-4405-8a39-9a4623df3181_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/e204ea4c-77cf-4df0-8b21-7ce4f2a2661c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/ebec5039-4071-4a1a-97bd-9245fea9a9f8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25- 21K', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 9K, 12K, 15K, 21K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6cb7eb60-44c6-43a7-86d0-38879df71966.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120368640, 'registration': 'EW19NPK', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 27507, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1139, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EW19NPK/2026-03-12/image/7af05587-fc8a-4881-ac46-fafb872790cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/6e6ce435-f19a-40ad-ae8e-1ea3f2484e85_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/c7fe5f4f-733c-4a84-997e-22407400313e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/f4b88351-65f3-48ac-900a-096569deaee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/14e27900-1c02-4499-b9ab-ba2694a7214f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/2661fffc-3ccf-4405-8a39-9a4623df3181_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/e204ea4c-77cf-4df0-8b21-7ce4f2a2661c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/ebec5039-4071-4a1a-97bd-9245fea9a9f8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25- 21K', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 9K, 12K, 15K, 21K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6cb7eb60-44c6-43a7-86d0-38879df71966.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfc00cef-2121-5916-a650-4a84ab95a8a3 with identifier: 120368640
2026-03-28 13:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfc00cef-2121-5916-a650-4a84ab95a8a3 with scrape type 2
2026-03-28 13:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfc00cef-2121-5916-a650-4a84ab95a8a3 with scrape type 2
2026-03-28 13:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bfc00cef-2121-5916-a650-4a84ab95a8a3, identifier: 120368640
2026-03-28 13:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bfc00cef-2121-5916-a650-4a84ab95a8a3 with identifier: 120368640
2026-03-28 13:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bfc00cef-2121-5916-a650-4a84ab95a8a3 with identifier: 120368640
2026-03-28 13:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bfc00cef-2121-5916-a650-4a84ab95a8a3 with identifier: 120368640 to the API
2026-03-28 13:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120368640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'bfc00cef-2121-5916-a650-4a84ab95a8a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EW19NPK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120368640',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 27507,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-25',
'seller_name': 'UKCGR - Premium',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost ST-Line 5dr',
'vin': None,
'year': 2019}
2026-03-28 13:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:47 [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-28 13:08:47 [astonbarclay.gb] INFO: Saving data for 120368640: {'auction_closing_time': 1774861200.0, 'created_time': 1773403793.761053, 'last_price_update_time': 1774703327.466013}
2026-03-28 13:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120368640') HTTP/1.1" 204 0
2026-03-28 13:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120587142?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120587142, 'registration': 'KF21XFJ', 'account': 'WBA002', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 41054, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1146, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-08-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/1d59f5c8-c5b6-42e4-bbef-72e4c644ca94_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/9d1dd352-12f6-4980-b60f-4c400f949d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/180dbacb-d5d5-43d7-92d6-6824bc78f7d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/789648f7-ae7e-49ab-912b-fcf6496713e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/61dbd255-955e-4fc3-9088-02e29fa9350b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/8b8a4be5-e39a-4ca3-bf66-e15eb54d22c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/db89e774-523e-4551-b0d3-f239c834935c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/6278ce5b-7639-4d99-8cae-05ea298df8ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/c57d580f-1ffc-40ea-9c33-b7dc6ae37f50_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/22- 3K, 08/23- 11K, 04/25- 29K', 'remarks': 'VOSA STATES 17K, 29K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4c95da44-07a6-4027-952a-9dbf5e5a9272.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120587142, 'registration': 'KF21XFJ', 'account': 'WBA002', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 41054, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1146, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-08-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/1d59f5c8-c5b6-42e4-bbef-72e4c644ca94_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/9d1dd352-12f6-4980-b60f-4c400f949d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/180dbacb-d5d5-43d7-92d6-6824bc78f7d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/789648f7-ae7e-49ab-912b-fcf6496713e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/61dbd255-955e-4fc3-9088-02e29fa9350b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/8b8a4be5-e39a-4ca3-bf66-e15eb54d22c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/db89e774-523e-4551-b0d3-f239c834935c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/6278ce5b-7639-4d99-8cae-05ea298df8ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/c57d580f-1ffc-40ea-9c33-b7dc6ae37f50_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/22- 3K, 08/23- 11K, 04/25- 29K', 'remarks': 'VOSA STATES 17K, 29K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4c95da44-07a6-4027-952a-9dbf5e5a9272.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with identifier: 120587142
2026-03-28 13:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with scrape type 2
2026-03-28 13:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with scrape type 2
2026-03-28 13:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0, identifier: 120587142
2026-03-28 13:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with identifier: 120587142
2026-03-28 13:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with identifier: 120587142
2026-03-28 13:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with identifier: 120587142 to the API
2026-03-28 13:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120587142?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KF21XFJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120587142',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 41054,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-28',
'seller_name': 'UKCGR - Premium',
'title': 'KIA SPORTAGE ESTATE 1.6 GDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.6 GDi ISG 2 5dr',
'vin': None,
'year': 2021}
2026-03-28 13:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08: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-28 13:08:48 [astonbarclay.gb] INFO: Saving data for 120587142: {'auction_closing_time': 1774861200.0, 'created_time': 1773914530.968606, 'last_price_update_time': 1774703328.105647}
2026-03-28 13:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120587142') HTTP/1.1" 204 0
2026-03-28 13:08:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120666587?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:08:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:08:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120666587, 'registration': 'LS18WOJ', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.5 VTEC Turbo Sport Plus 5dr CVT', 'mileage': 99785, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1141, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/dbcb1c97-36e4-49ea-84b2-c36b746a2e92_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/7be559b7-036c-4cab-b68d-059e4df9ef44_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/51ff7b61-1942-4a44-bff6-748248588b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/7074d176-654b-444d-9fa4-01d2007dfbee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/ab281cc8-709a-4ad2-9065-c879e0776e06_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/935a629b-b40b-468c-97f6-701bd95ab3a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/dd6b55a8-c071-4838-8a4d-7f7fe5bdc42c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/1ffd931c-6e1c-4db0-9f7a-049ba0fed802_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/88159397-8079-4fa3-b745-ef2e7d7360ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/3261b52b-ebec-472c-b71c-f061bd678a2a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/18 5K - 04/19 9K - 12/19 12/20 21K - 12/21 26K - 03/22 28K - 11/23 49K', 'remarks': 'VOSA STATES 28K- 37K- 58K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ec03be5-ed1a-45b6-8a9b-5172d85deb24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120666587, 'registration': 'LS18WOJ', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.5 VTEC Turbo Sport Plus 5dr CVT', 'mileage': 99785, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1141, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/dbcb1c97-36e4-49ea-84b2-c36b746a2e92_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/7be559b7-036c-4cab-b68d-059e4df9ef44_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/51ff7b61-1942-4a44-bff6-748248588b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/7074d176-654b-444d-9fa4-01d2007dfbee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/ab281cc8-709a-4ad2-9065-c879e0776e06_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/935a629b-b40b-468c-97f6-701bd95ab3a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/dd6b55a8-c071-4838-8a4d-7f7fe5bdc42c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/1ffd931c-6e1c-4db0-9f7a-049ba0fed802_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/88159397-8079-4fa3-b745-ef2e7d7360ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/3261b52b-ebec-472c-b71c-f061bd678a2a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/18 5K - 04/19 9K - 12/19 12/20 21K - 12/21 26K - 03/22 28K - 11/23 49K', 'remarks': 'VOSA STATES 28K- 37K- 58K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ec03be5-ed1a-45b6-8a9b-5172d85deb24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with identifier: 120666587
2026-03-28 13:08:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with scrape type 2
2026-03-28 13:08:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with scrape type 2
2026-03-28 13:08:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97, identifier: 120666587
2026-03-28 13:08:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with identifier: 120666587
2026-03-28 13:08:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with identifier: 120666587
2026-03-28 13:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with identifier: 120666587 to the API
2026-03-28 13:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120666587?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb267fe2-1e7e-5d86-8ab9-64b2b836fb97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS18WOJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120666587',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'CIVIC HATCHBACK',
'odometer': 99785,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-31',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA CIVIC HATCHBACK 1.5 VTEC Turbo Sport Plus 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 VTEC Turbo Sport Plus 5dr CVT',
'vin': None,
'year': 2018}
2026-03-28 13:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:49 [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-28 13:08:49 [astonbarclay.gb] INFO: Saving data for 120666587: {'auction_closing_time': 1774861200.0, 'created_time': 1774271607.682542, 'last_price_update_time': 1774703329.704297}
2026-03-28 13:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666587') HTTP/1.1" 204 0
2026-03-28 13:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667782?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:08:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667782, 'registration': 'LG13GGK', 'account': 'WBA004', 'make': 'KIA', 'model': 'CEED HATCHBACK', 'derivative': '1.6 GDi 4 EcoDynamics 5dr', 'mileage': 49130, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1136, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG13GGK/2026-03-24/image/bd180114-57fd-4f4a-a0e4-b5f81316f1b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/af3fdd5f-eb38-4fe6-a886-34a647871bd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/054dc5c8-ab06-411c-a667-09d92eca78e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/9ab14925-3461-4100-814c-93176c38df3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/d73f1164-851d-4698-8ece-845eaaf12b95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/863a3005-6ed5-4b88-baba-e698a5c6c992_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/5aa33dd8-5bb2-408c-bc77-63550d4c9e36_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/7f9a942b-1a8e-47da-9aed-c08be68ec74f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/b8bda463-eb1b-4996-a91e-dba2de13cdce_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/22 24K - 05/23 26K - 05/24 30K - 05/25 39K', 'remarks': 'VOSA STATES 24K- 26K- 30K- 39K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2533934c-01f9-4f73-9725-e927133959bf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667782, 'registration': 'LG13GGK', 'account': 'WBA004', 'make': 'KIA', 'model': 'CEED HATCHBACK', 'derivative': '1.6 GDi 4 EcoDynamics 5dr', 'mileage': 49130, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1136, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG13GGK/2026-03-24/image/bd180114-57fd-4f4a-a0e4-b5f81316f1b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/af3fdd5f-eb38-4fe6-a886-34a647871bd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/054dc5c8-ab06-411c-a667-09d92eca78e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/9ab14925-3461-4100-814c-93176c38df3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/d73f1164-851d-4698-8ece-845eaaf12b95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/863a3005-6ed5-4b88-baba-e698a5c6c992_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/5aa33dd8-5bb2-408c-bc77-63550d4c9e36_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/7f9a942b-1a8e-47da-9aed-c08be68ec74f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/b8bda463-eb1b-4996-a91e-dba2de13cdce_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/22 24K - 05/23 26K - 05/24 30K - 05/25 39K', 'remarks': 'VOSA STATES 24K- 26K- 30K- 39K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2533934c-01f9-4f73-9725-e927133959bf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f1a737-2d58-57de-8542-9d948c29d0eb with identifier: 120667782
2026-03-28 13:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f1a737-2d58-57de-8542-9d948c29d0eb with scrape type 2
2026-03-28 13:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f1a737-2d58-57de-8542-9d948c29d0eb with scrape type 2
2026-03-28 13:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c4f1a737-2d58-57de-8542-9d948c29d0eb, identifier: 120667782
2026-03-28 13:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c4f1a737-2d58-57de-8542-9d948c29d0eb with identifier: 120667782
2026-03-28 13:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c4f1a737-2d58-57de-8542-9d948c29d0eb with identifier: 120667782
2026-03-28 13:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c4f1a737-2d58-57de-8542-9d948c29d0eb with identifier: 120667782 to the API
2026-03-28 13:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:08: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-28 13:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667782?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BROWN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c4f1a737-2d58-57de-8542-9d948c29d0eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LG13GGK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667782',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'CEED HATCHBACK',
'odometer': 49130,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-27',
'seller_name': 'UKCGR - Trade',
'title': 'KIA CEED HATCHBACK 1.6 GDi 4 EcoDynamics 5dr',
'transmission': 'manual',
'trim': '1.6 GDi 4 EcoDynamics 5dr',
'vin': None,
'year': 2013}
2026-03-28 13:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:55 [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-28 13:08:55 [astonbarclay.gb] INFO: Saving data for 120667782: {'auction_closing_time': 1774861200.0, 'created_time': 1774271731.521532, 'last_price_update_time': 1774703335.428083}
2026-03-28 13:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667782') HTTP/1.1" 204 0
2026-03-28 13:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120168848?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:09:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120168848, 'registration': 'EN74NFX', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 4523, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1112, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN74NFX/2026-03-05/image/102936c3-71e7-4093-a7c7-29ab0f51a4de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/5b48fbc8-a79d-4a52-ab23-6a870a6a48b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/ee39f7b1-f0c6-4997-8b94-5104e78e7d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/3ccc43c3-81ff-4f91-8027-9d4282fa3e2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/967faae4-8ea8-43ca-b27f-10729ca8a3ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/bb3b14c8-bb02-432a-8d7b-3d6a846fa64b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/f10f0d70-8f9a-4201-a99a-955759529dd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/bc512425-261d-41e6-a105-a08c993f98d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/2f27432c-cc30-4bd9-865e-eec48c4f70eb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'BROKEN SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28795763-0434-4e53-ba06-531f8d810d56.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120168848, 'registration': 'EN74NFX', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 4523, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1112, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN74NFX/2026-03-05/image/102936c3-71e7-4093-a7c7-29ab0f51a4de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/5b48fbc8-a79d-4a52-ab23-6a870a6a48b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/ee39f7b1-f0c6-4997-8b94-5104e78e7d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/3ccc43c3-81ff-4f91-8027-9d4282fa3e2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/967faae4-8ea8-43ca-b27f-10729ca8a3ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/bb3b14c8-bb02-432a-8d7b-3d6a846fa64b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/f10f0d70-8f9a-4201-a99a-955759529dd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/bc512425-261d-41e6-a105-a08c993f98d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/2f27432c-cc30-4bd9-865e-eec48c4f70eb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'BROKEN SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28795763-0434-4e53-ba06-531f8d810d56.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89802a52-5684-5b13-89d6-73cd7a4a5c9d with identifier: 120168848
2026-03-28 13:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89802a52-5684-5b13-89d6-73cd7a4a5c9d with scrape type 2
2026-03-28 13:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89802a52-5684-5b13-89d6-73cd7a4a5c9d with scrape type 2
2026-03-28 13:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89802a52-5684-5b13-89d6-73cd7a4a5c9d, identifier: 120168848
2026-03-28 13:09:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89802a52-5684-5b13-89d6-73cd7a4a5c9d with identifier: 120168848
2026-03-28 13:09:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89802a52-5684-5b13-89d6-73cd7a4a5c9d with identifier: 120168848
2026-03-28 13:09:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89802a52-5684-5b13-89d6-73cd7a4a5c9d with identifier: 120168848 to the API
2026-03-28 13:09:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120168848?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '89802a52-5684-5b13-89d6-73cd7a4a5c9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN74NFX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120168848',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'DACIA',
'model': 'JOGGER ESTATE',
'odometer': 4523,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seller_name': 'Motability Operations',
'title': 'DACIA JOGGER ESTATE 1.6 HEV Extreme 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 HEV Extreme 5dr Auto',
'vin': None,
'year': 2025}
2026-03-28 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120168848%27 HTTP/1.1" 200 None
2026-03-28 13:09:03 [astonbarclay.gb] INFO: Saving data for 120168848: {'auction_closing_time': 1774861200.0, 'created_time': 1773830826.202833, 'last_price_update_time': 1774703343.726194}
2026-03-28 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120168848') HTTP/1.1" 204 0
2026-03-28 13:09:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120413042?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:09:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120413042, 'registration': 'DK18LXO', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS CABRIOLET', 'derivative': 'C200 AMG Line 2dr Auto', 'mileage': 81254, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1133, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 2, 'engineSize': 1991, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/DK18LXO/2026-03-13/image/0761df4a-2603-4298-8bad-b1c7890f0953_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/d33aed26-3253-4972-ad35-7a8bb785e318_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/8470e085-bcff-4ac3-818c-21fa6ae0f929_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/fc9de8b1-8e50-48ca-9306-80b4eee23881_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/eb102a2f-d326-4f40-acbb-eb926de96bc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/c0ae71c2-193f-4a41-a260-75b32e8b651a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/031c4708-a3dc-41e2-a94f-1c40e6ff5b37_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/229afe6c-34c2-4ac8-ba91-1b87f4ba1ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/d23cedba-63e8-4401-b846-0f0ece64e0f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/19-6K, 05/20-18K, 05/21-27K, 01/23-42K.', 'remarks': 'VOSA STATES MILES@ 35K, 46K, 60K, 71K. SPARE KEY AND SD CARD IN OFFICE.', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/56d76a4e-111a-406b-a384-f959e2a7539b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120413042, 'registration': 'DK18LXO', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS CABRIOLET', 'derivative': 'C200 AMG Line 2dr Auto', 'mileage': 81254, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1133, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 2, 'engineSize': 1991, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/DK18LXO/2026-03-13/image/0761df4a-2603-4298-8bad-b1c7890f0953_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/d33aed26-3253-4972-ad35-7a8bb785e318_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/8470e085-bcff-4ac3-818c-21fa6ae0f929_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/fc9de8b1-8e50-48ca-9306-80b4eee23881_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/eb102a2f-d326-4f40-acbb-eb926de96bc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/c0ae71c2-193f-4a41-a260-75b32e8b651a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/031c4708-a3dc-41e2-a94f-1c40e6ff5b37_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/229afe6c-34c2-4ac8-ba91-1b87f4ba1ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/d23cedba-63e8-4401-b846-0f0ece64e0f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/19-6K, 05/20-18K, 05/21-27K, 01/23-42K.', 'remarks': 'VOSA STATES MILES@ 35K, 46K, 60K, 71K. SPARE KEY AND SD CARD IN OFFICE.', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/56d76a4e-111a-406b-a384-f959e2a7539b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47dd0733-5669-5811-b356-e147fc3d98f0 with identifier: 120413042
2026-03-28 13:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47dd0733-5669-5811-b356-e147fc3d98f0 with scrape type 2
2026-03-28 13:09:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47dd0733-5669-5811-b356-e147fc3d98f0 with scrape type 2
2026-03-28 13:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 47dd0733-5669-5811-b356-e147fc3d98f0, identifier: 120413042
2026-03-28 13:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 47dd0733-5669-5811-b356-e147fc3d98f0 with identifier: 120413042
2026-03-28 13:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 47dd0733-5669-5811-b356-e147fc3d98f0 with identifier: 120413042
2026-03-28 13:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 47dd0733-5669-5811-b356-e147fc3d98f0 with identifier: 120413042 to the API
2026-03-28 13:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:09: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-28 13:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120413042?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '47dd0733-5669-5811-b356-e147fc3d98f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DK18LXO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120413042',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS CABRIOLET',
'odometer': 81254,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-15',
'seller_name': 'UKCGR - Premium',
'title': 'MERCEDES-BENZ C CLASS CABRIOLET C200 AMG Line 2dr Auto',
'transmission': 'automatic',
'trim': 'C200 AMG Line 2dr Auto',
'vin': None,
'year': 2018}
2026-03-28 13:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120413042%27 HTTP/1.1" 200 None
2026-03-28 13:09:05 [astonbarclay.gb] INFO: Saving data for 120413042: {'auction_closing_time': 1774861200.0, 'created_time': 1773403431.651617, 'last_price_update_time': 1774703345.474732}
2026-03-28 13:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120413042') HTTP/1.1" 204 0
2026-03-28 13:09:05 [scrapy.extensions.logstats] INFO: Crawled 249 pages (at 29 pages/min), scraped 247 items (at 29 items/min)
2026-03-28 13:09:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:09:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118014845?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:09:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118014845, 'registration': 'EK25FUT', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-3008 ELECTRIC ESTATE', 'derivative': '157kW GT 73kWh 5dr Auto', 'mileage': 4202, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1113, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-12', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK25FUT/2026-03-13/image/9deccf6f-294b-419b-89c0-ab455b96df7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/67ee5275-4a68-4c52-a93d-d650a49ee770_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/0f6e282d-32f8-49d6-a373-51c9f5a27ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/5b9ca7af-f2d8-4cb9-a8f2-9c5a3398542a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/75c3c1b7-7255-4c21-8cac-800eb198fdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/4485a849-7edf-4927-8f41-331df6c12c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/42d3cf47-f84e-43b4-956e-271eb1567813_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/8e756ac8-c36d-4955-aad5-f27e86f0afc6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ec4668d9-1a7f-4c3a-a444-f8370be1d595.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118014845, 'registration': 'EK25FUT', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-3008 ELECTRIC ESTATE', 'derivative': '157kW GT 73kWh 5dr Auto', 'mileage': 4202, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1113, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-12', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK25FUT/2026-03-13/image/9deccf6f-294b-419b-89c0-ab455b96df7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/67ee5275-4a68-4c52-a93d-d650a49ee770_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/0f6e282d-32f8-49d6-a373-51c9f5a27ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/5b9ca7af-f2d8-4cb9-a8f2-9c5a3398542a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/75c3c1b7-7255-4c21-8cac-800eb198fdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/4485a849-7edf-4927-8f41-331df6c12c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/42d3cf47-f84e-43b4-956e-271eb1567813_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/8e756ac8-c36d-4955-aad5-f27e86f0afc6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ec4668d9-1a7f-4c3a-a444-f8370be1d595.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with identifier: 118014845
2026-03-28 13:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with scrape type 2
2026-03-28 13:09:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with scrape type 2
2026-03-28 13:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6d7fe022-a5ad-591b-ab13-8e10afff57d6, identifier: 118014845
2026-03-28 13:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with identifier: 118014845
2026-03-28 13:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with identifier: 118014845
2026-03-28 13:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with identifier: 118014845 to the API
2026-03-28 13:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:09: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-28 13:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118014845?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': '6d7fe022-a5ad-591b-ab13-8e10afff57d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK25FUT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118014845',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': 'E-3008 ELECTRIC ESTATE',
'odometer': 4202,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-12',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT E-3008 ELECTRIC ESTATE 157kW GT 73kWh 5dr Auto',
'transmission': 'automatic',
'trim': '157kW GT 73kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-28 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:06 [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-28 13:09:06 [astonbarclay.gb] INFO: Saving data for 118014845: {'auction_closing_time': 1774861200.0, 'created_time': 1773863965.44674, 'last_price_update_time': 1774703346.177155}
2026-03-28 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118014845') HTTP/1.1" 204 0
2026-03-28 13:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118914209?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 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-28 13:09:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118914209, 'registration': 'OE25ZHH', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 9413, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1109, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-05-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/d32fad1e-d11e-4469-a9b2-13ea0aa24701_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/1b62473f-55d8-4f1d-ad0c-0f548cf7c55a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/552d7ecc-082d-44d1-b11b-0b720ab6b98b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/727a0dde-3aef-449b-923a-d91e2719826d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/b8cd89fd-c157-47b5-9b6d-ed70800536c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/2fbe9d54-d0d6-48d7-a8a9-47f8e84eb984_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/03053fc2-54f4-4928-916e-b75b199d8574_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/1dc89d3f-829f-44fe-9c08-139eb28273b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/72803c44-cdfe-4740-80f1-0e6956f5f72e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fbe364f6-332a-4299-85c0-50a53e03e27c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118914209, 'registration': 'OE25ZHH', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 9413, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1109, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-05-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/d32fad1e-d11e-4469-a9b2-13ea0aa24701_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/1b62473f-55d8-4f1d-ad0c-0f548cf7c55a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/552d7ecc-082d-44d1-b11b-0b720ab6b98b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/727a0dde-3aef-449b-923a-d91e2719826d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/b8cd89fd-c157-47b5-9b6d-ed70800536c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/2fbe9d54-d0d6-48d7-a8a9-47f8e84eb984_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/03053fc2-54f4-4928-916e-b75b199d8574_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/1dc89d3f-829f-44fe-9c08-139eb28273b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/72803c44-cdfe-4740-80f1-0e6956f5f72e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fbe364f6-332a-4299-85c0-50a53e03e27c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e95f2d9-5907-5709-b387-8b8cd614ca60 with identifier: 118914209
2026-03-28 13:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e95f2d9-5907-5709-b387-8b8cd614ca60 with scrape type 2
2026-03-28 13:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e95f2d9-5907-5709-b387-8b8cd614ca60 with scrape type 2
2026-03-28 13:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6e95f2d9-5907-5709-b387-8b8cd614ca60, identifier: 118914209
2026-03-28 13:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6e95f2d9-5907-5709-b387-8b8cd614ca60 with identifier: 118914209
2026-03-28 13:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6e95f2d9-5907-5709-b387-8b8cd614ca60 with identifier: 118914209
2026-03-28 13:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6e95f2d9-5907-5709-b387-8b8cd614ca60 with identifier: 118914209 to the API
2026-03-28 13:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:09: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-28 13:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118914209?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '6e95f2d9-5907-5709-b387-8b8cd614ca60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE25ZHH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118914209',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 9413,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-23',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL CORSA HATCHBACK 1.2 Turbo Ultimate 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Ultimate 5dr Auto',
'vin': None,
'year': 2025}
2026-03-28 13:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:07 [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-28 13:09:07 [astonbarclay.gb] INFO: Saving data for 118914209: {'auction_closing_time': 1774861200.0, 'created_time': 1773402099.711471, 'last_price_update_time': 1774703347.016015}
2026-03-28 13:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118914209') HTTP/1.1" 204 0
2026-03-28 13:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667873?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:09:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667873, 'registration': 'EJ71FFY', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.0 TSI 110 Active 5dr', 'mileage': 42075, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1152, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-21', 'fuel': 'Petrol', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/f440b5f7-b79b-4eef-a0be-78a048000eb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/eb414a8c-e2c9-4087-9802-3969b4c7f5b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/f23a45f7-1491-4e62-ae1e-fd9d75046b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/951344a1-369d-46aa-9601-51d17cbf768f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/67c7d364-e637-4c3d-8f95-c7558ab3da70_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/9d5877a7-2e6e-412e-ac65-36e89ce57b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/a4b3f187-d7fa-4532-b2ce-5c46d41f5d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/cfccb25e-f28a-4a67-a1fb-fffcd8e41f60_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/2c66ab82-9308-4be8-b395-87c23300e2be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/1770c87a-5652-4483-9573-8279ec4069a1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 30K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9bbf60c8-4962-461b-ab3d-dfbb90355ac8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667873, 'registration': 'EJ71FFY', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.0 TSI 110 Active 5dr', 'mileage': 42075, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1152, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-21', 'fuel': 'Petrol', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/f440b5f7-b79b-4eef-a0be-78a048000eb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/eb414a8c-e2c9-4087-9802-3969b4c7f5b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/f23a45f7-1491-4e62-ae1e-fd9d75046b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/951344a1-369d-46aa-9601-51d17cbf768f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/67c7d364-e637-4c3d-8f95-c7558ab3da70_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/9d5877a7-2e6e-412e-ac65-36e89ce57b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/a4b3f187-d7fa-4532-b2ce-5c46d41f5d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/cfccb25e-f28a-4a67-a1fb-fffcd8e41f60_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/2c66ab82-9308-4be8-b395-87c23300e2be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/1770c87a-5652-4483-9573-8279ec4069a1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 30K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9bbf60c8-4962-461b-ab3d-dfbb90355ac8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d278e6ee-e94c-5f39-a22b-1c0024951005 with identifier: 120667873
2026-03-28 13:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d278e6ee-e94c-5f39-a22b-1c0024951005 with scrape type 2
2026-03-28 13:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d278e6ee-e94c-5f39-a22b-1c0024951005 with scrape type 2
2026-03-28 13:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d278e6ee-e94c-5f39-a22b-1c0024951005, identifier: 120667873
2026-03-28 13:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d278e6ee-e94c-5f39-a22b-1c0024951005 with identifier: 120667873
2026-03-28 13:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d278e6ee-e94c-5f39-a22b-1c0024951005 with identifier: 120667873
2026-03-28 13:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d278e6ee-e94c-5f39-a22b-1c0024951005 with identifier: 120667873 to the API
2026-03-28 13:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:09: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-28 13:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667873?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'd278e6ee-e94c-5f39-a22b-1c0024951005',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ71FFY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667873',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'T-ROC HATCHBACK',
'odometer': 42075,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-21',
'seller_name': 'UKCGR - Premium',
'title': 'VOLKSWAGEN T-ROC HATCHBACK 1.0 TSI 110 Active 5dr',
'transmission': 'manual',
'trim': '1.0 TSI 110 Active 5dr',
'vin': None,
'year': 2021}
2026-03-28 13:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:07 [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-28 13:09:07 [astonbarclay.gb] INFO: Saving data for 120667873: {'auction_closing_time': 1774861200.0, 'created_time': 1774271733.107962, 'last_price_update_time': 1774703347.508285}
2026-03-28 13:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667873') HTTP/1.1" 204 0
2026-03-28 13:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119618922?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 13:09:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119618922, 'registration': 'LS74UFB', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Expression 5dr Auto', 'mileage': 5788, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1107, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74UFB/2026-02-24/image/ab806862-6485-4332-b4ee-44b552065e52_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a483c93d-c2ec-4753-bb63-5ff5b8e92783_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a42bb259-61b9-466c-a0ef-7331a1a519d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/26579443-d969-4eaf-bd8a-24ee8d641e4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/202ad20b-9a4e-4204-b676-a7621d703218_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/348d2cc4-cb6b-47b6-a68f-52d5c47d11a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/dac08d34-6987-4700-bdca-3b9766d4de55_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/37cefcac-7c84-4696-8073-75a63d80acf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a592c01f-9807-4cc0-ae6d-31c0b3722c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/c1fb2c03-fda9-4fcb-861e-a4d4fc19d416_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb65bde8-4ac4-492a-b062-8aeff901b774.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119618922, 'registration': 'LS74UFB', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Expression 5dr Auto', 'mileage': 5788, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1107, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74UFB/2026-02-24/image/ab806862-6485-4332-b4ee-44b552065e52_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a483c93d-c2ec-4753-bb63-5ff5b8e92783_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a42bb259-61b9-466c-a0ef-7331a1a519d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/26579443-d969-4eaf-bd8a-24ee8d641e4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/202ad20b-9a4e-4204-b676-a7621d703218_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/348d2cc4-cb6b-47b6-a68f-52d5c47d11a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/dac08d34-6987-4700-bdca-3b9766d4de55_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/37cefcac-7c84-4696-8073-75a63d80acf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a592c01f-9807-4cc0-ae6d-31c0b3722c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/c1fb2c03-fda9-4fcb-861e-a4d4fc19d416_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb65bde8-4ac4-492a-b062-8aeff901b774.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with identifier: 119618922
2026-03-28 13:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with scrape type 2
2026-03-28 13:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with scrape type 2
2026-03-28 13:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bf0c624f-6211-5e1b-b8a7-f337f5a29a59, identifier: 119618922
2026-03-28 13:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with identifier: 119618922
2026-03-28 13:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with identifier: 119618922
2026-03-28 13:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with identifier: 119618922 to the API
2026-03-28 13:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:09: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-28 13:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119618922?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'bf0c624f-6211-5e1b-b8a7-f337f5a29a59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS74UFB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119618922',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'DACIA',
'model': 'JOGGER ESTATE',
'odometer': 5788,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-30',
'seller_name': 'Motability Operations',
'title': 'DACIA JOGGER ESTATE 1.6 HEV Expression 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 HEV Expression 5dr Auto',
'vin': None,
'year': 2024}
2026-03-28 13:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:08 [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-28 13:09:08 [astonbarclay.gb] INFO: Saving data for 119618922: {'auction_closing_time': 1774861200.0, 'created_time': 1773402005.180308, 'last_price_update_time': 1774703348.378153}
2026-03-28 13:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119618922') HTTP/1.1" 204 0
2026-03-28 13:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120214662?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120214662, 'registration': 'OW25NPU', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 2873, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1105, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-06-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OW25NPU/2026-03-07/image/914c4a9f-7753-4fbf-ac26-9ccd9ea00887_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/ed389db6-6729-424a-9f7f-a5fc6af27f7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/2150ffd7-7e40-41e7-b371-6d57cc6a6159_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/9f3cb89a-be65-47e5-84a3-0195b9493302_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/2f2ee5f6-45c7-4b49-ac33-14d3f75cedd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/35878ba1-18db-4f90-a1f5-f8da98c967c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/10761c56-bedd-49fe-8c14-92516b9a276d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/803413bd-bc91-4e0a-adba-70bd85dc699c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'OUTSTANDING RECALL', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2ca09b1d-ea56-42d8-9402-08ef7c94ec38.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120214662, 'registration': 'OW25NPU', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 2873, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1105, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-06-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OW25NPU/2026-03-07/image/914c4a9f-7753-4fbf-ac26-9ccd9ea00887_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/ed389db6-6729-424a-9f7f-a5fc6af27f7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/2150ffd7-7e40-41e7-b371-6d57cc6a6159_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/9f3cb89a-be65-47e5-84a3-0195b9493302_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/2f2ee5f6-45c7-4b49-ac33-14d3f75cedd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/35878ba1-18db-4f90-a1f5-f8da98c967c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/10761c56-bedd-49fe-8c14-92516b9a276d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/803413bd-bc91-4e0a-adba-70bd85dc699c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'OUTSTANDING RECALL', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2ca09b1d-ea56-42d8-9402-08ef7c94ec38.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b44a3a78-e731-5fc0-80d4-344d8f74e93b with identifier: 120214662
2026-03-28 13:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b44a3a78-e731-5fc0-80d4-344d8f74e93b with scrape type 2
2026-03-28 13:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b44a3a78-e731-5fc0-80d4-344d8f74e93b with scrape type 2
2026-03-28 13:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b44a3a78-e731-5fc0-80d4-344d8f74e93b, identifier: 120214662
2026-03-28 13:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b44a3a78-e731-5fc0-80d4-344d8f74e93b with identifier: 120214662
2026-03-28 13:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b44a3a78-e731-5fc0-80d4-344d8f74e93b with identifier: 120214662
2026-03-28 13:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b44a3a78-e731-5fc0-80d4-344d8f74e93b with identifier: 120214662 to the API
2026-03-28 13:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:09: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-28 13:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120214662?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b44a3a78-e731-5fc0-80d4-344d8f74e93b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OW25NPU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120214662',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 2873,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-25',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Allure 5dr',
'vin': None,
'year': 2025}
2026-03-28 13:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120214662%27 HTTP/1.1" 200 None
2026-03-28 13:09:09 [astonbarclay.gb] INFO: Saving data for 120214662: {'auction_closing_time': 1774861200.0, 'created_time': 1773402107.317703, 'last_price_update_time': 1774703349.875729}
2026-03-28 13:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120214662') HTTP/1.1" 204 0
2026-03-28 13:09:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617164?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120287242?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617164, 'registration': 'FM17FPD', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 69667, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1025, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-10', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM17FPD/2026-03-19/image/19e87505-8bec-4455-bfba-1b8e58795eaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/ff06d061-2f90-489e-9632-f68afd1d3dfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/a99d68a7-d92d-4fd7-85f5-887084a8f602_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/c40ee0eb-a357-4a10-a9c4-3823ac0d16be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/6f07ca7d-a6ec-4110-87de-c0811bed190e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/66fb5b50-7936-44a3-9ebd-1f1c8f8465e0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/18 13K - 0/19 21K - 07/22 56K - 03/24 ??', 'remarks': 'VOSA STATES 56K - 58K- 60K- 65K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/03dbc3db-f81c-4441-bf3e-031d1b7352f3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617164, 'registration': 'FM17FPD', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 69667, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1025, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-10', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM17FPD/2026-03-19/image/19e87505-8bec-4455-bfba-1b8e58795eaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/ff06d061-2f90-489e-9632-f68afd1d3dfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/a99d68a7-d92d-4fd7-85f5-887084a8f602_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/c40ee0eb-a357-4a10-a9c4-3823ac0d16be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/6f07ca7d-a6ec-4110-87de-c0811bed190e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/66fb5b50-7936-44a3-9ebd-1f1c8f8465e0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/18 13K - 0/19 21K - 07/22 56K - 03/24 ??', 'remarks': 'VOSA STATES 56K - 58K- 60K- 65K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/03dbc3db-f81c-4441-bf3e-031d1b7352f3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with identifier: 120617164
2026-03-28 13:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with scrape type 2
2026-03-28 13:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with scrape type 2
2026-03-28 13:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf, identifier: 120617164
2026-03-28 13:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with identifier: 120617164
2026-03-28 13:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with identifier: 120617164
2026-03-28 13:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with identifier: 120617164 to the API
2026-03-28 13:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:09: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-28 13:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617164?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FM17FPD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617164',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 69667,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-30',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2017}
2026-03-28 13:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:11 [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-28 13:09:11 [astonbarclay.gb] INFO: Saving data for 120617164: {'auction_closing_time': 1774888200.0, 'created_time': 1773947549.447131, 'last_price_update_time': 1774703351.184097}
2026-03-28 13:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617164') HTTP/1.1" 204 0
2026-03-28 13:09:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120287242, 'registration': 'AP74FEF', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 16534, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1110, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-12-23', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AP74FEF/2026-03-11/image/efac3aaf-e59c-4286-a6a1-e963d0da0e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/c3b9506e-1aac-467e-bcbe-d09393ba68ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/aeff6889-a812-400c-b16a-c00ec72977f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/f76b8ef4-f129-496f-96a0-c1c554efba1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/b487bd3e-d759-40c7-827d-ae7e3fb8d628_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/136cb5f2-855d-4b98-aec0-bb8cc169a160_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/fe711005-7775-43de-b240-0c87745da6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/61efb436-bc17-445a-af89-ea1eca6d33e1_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25 16K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a72b0be-07fd-44d0-901e-d73c916d333a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120287242, 'registration': 'AP74FEF', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 16534, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1110, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-12-23', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AP74FEF/2026-03-11/image/efac3aaf-e59c-4286-a6a1-e963d0da0e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/c3b9506e-1aac-467e-bcbe-d09393ba68ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/aeff6889-a812-400c-b16a-c00ec72977f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/f76b8ef4-f129-496f-96a0-c1c554efba1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/b487bd3e-d759-40c7-827d-ae7e3fb8d628_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/136cb5f2-855d-4b98-aec0-bb8cc169a160_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/fe711005-7775-43de-b240-0c87745da6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/61efb436-bc17-445a-af89-ea1eca6d33e1_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25 16K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a72b0be-07fd-44d0-901e-d73c916d333a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a47d427-b4c8-53a5-b344-db342159c75a with identifier: 120287242
2026-03-28 13:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a47d427-b4c8-53a5-b344-db342159c75a with scrape type 2
2026-03-28 13:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a47d427-b4c8-53a5-b344-db342159c75a with scrape type 2
2026-03-28 13:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3a47d427-b4c8-53a5-b344-db342159c75a, identifier: 120287242
2026-03-28 13:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3a47d427-b4c8-53a5-b344-db342159c75a with identifier: 120287242
2026-03-28 13:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3a47d427-b4c8-53a5-b344-db342159c75a with identifier: 120287242
2026-03-28 13:09:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3a47d427-b4c8-53a5-b344-db342159c75a with identifier: 120287242 to the API
2026-03-28 13:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:09: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-28 13:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120287242?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '3a47d427-b4c8-53a5-b344-db342159c75a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AP74FEF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120287242',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'DACIA',
'model': 'JOGGER ESTATE',
'odometer': 16534,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-23',
'seller_name': 'Motability Operations',
'title': 'DACIA JOGGER ESTATE 1.6 HEV Extreme 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 HEV Extreme 5dr Auto',
'vin': None,
'year': 2024}
2026-03-28 13:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120287242%27 HTTP/1.1" 200 None
2026-03-28 13:09:11 [astonbarclay.gb] INFO: Saving data for 120287242: {'auction_closing_time': 1774861200.0, 'created_time': 1773741740.688538, 'last_price_update_time': 1774703351.562153}
2026-03-28 13:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120287242') HTTP/1.1" 204 0
2026-03-28 13:09:37 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.970(s), this was the 1st time calling it.
2026-03-28 13:09:37 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.970812725876577 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-28 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-28 13:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119896301?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119896301, 'registration': 'EK72OVT', 'account': 'MOT070', 'make': 'FORD', 'model': 'S-MAX ESTATE', 'derivative': '2.5 FHEV 190 Titanium [Lux Pack] 5dr CVT', 'mileage': 2309, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1106, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK72OVT/2026-02-26/image/b74d9a7f-6ca9-4690-b4f3-f4e432d5a974_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/cdb76dcf-3b54-4213-8338-6b9f178c0c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/dbd90736-4a0c-4e9a-8c2d-ab4c1568bdb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/6d0ed217-67da-4786-9d88-2b8f8c086fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/11311b86-1bb2-4cc4-a59e-59b306690105_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/43269244-f9ac-4d82-83d0-0ddc6bdedb77_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/ea90d510-cb1a-4d09-92d8-06fbbf5ff324_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/9bd412b6-7bb6-4c3f-8f64-f887d45e70c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/153c7437-cf97-4a81-9d32-bb886de711f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/f5eed35d-4ce2-4d85-852d-7b643511eae6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24 2K', 'remarks': 'VOSA STATES, 2K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e4e621ba-b175-4631-a8f7-b3f9eeb9672f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119896301, 'registration': 'EK72OVT', 'account': 'MOT070', 'make': 'FORD', 'model': 'S-MAX ESTATE', 'derivative': '2.5 FHEV 190 Titanium [Lux Pack] 5dr CVT', 'mileage': 2309, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1106, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK72OVT/2026-02-26/image/b74d9a7f-6ca9-4690-b4f3-f4e432d5a974_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/cdb76dcf-3b54-4213-8338-6b9f178c0c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/dbd90736-4a0c-4e9a-8c2d-ab4c1568bdb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/6d0ed217-67da-4786-9d88-2b8f8c086fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/11311b86-1bb2-4cc4-a59e-59b306690105_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/43269244-f9ac-4d82-83d0-0ddc6bdedb77_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/ea90d510-cb1a-4d09-92d8-06fbbf5ff324_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/9bd412b6-7bb6-4c3f-8f64-f887d45e70c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/153c7437-cf97-4a81-9d32-bb886de711f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/f5eed35d-4ce2-4d85-852d-7b643511eae6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24 2K', 'remarks': 'VOSA STATES, 2K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e4e621ba-b175-4631-a8f7-b3f9eeb9672f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with identifier: 119896301
2026-03-28 13:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with scrape type 2
2026-03-28 13:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with scrape type 2
2026-03-28 13:09:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29, identifier: 119896301
2026-03-28 13:09:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with identifier: 119896301
2026-03-28 13:09:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with identifier: 119896301
2026-03-28 13:09:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with identifier: 119896301 to the API
2026-03-28 13:09:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:09:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119896301?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK72OVT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119896301',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'S-MAX ESTATE',
'odometer': 2309,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Motability Operations',
'title': 'FORD S-MAX ESTATE 2.5 FHEV 190 Titanium [Lux Pack] 5dr CVT',
'transmission': 'automatic',
'trim': '2.5 FHEV 190 Titanium [Lux Pack] 5dr CVT',
'vin': None,
'year': 2022}
2026-03-28 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27119896301%27 HTTP/1.1" 200 None
2026-03-28 13:09:44 [astonbarclay.gb] INFO: Saving data for 119896301: {'auction_closing_time': 1774861200.0, 'created_time': 1773774217.828686, 'last_price_update_time': 1774703384.852143}
2026-03-28 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119896301') HTTP/1.1" 204 0
2026-03-28 13:09:45 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.634(s), this was the 1st time calling it.
2026-03-28 13:09:45 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.086240362827657 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-28 13:09:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120582897?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120582897, 'registration': 'YB19RKA', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 EcoBlue 120 Zetec 5dr', 'mileage': 99155, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1057, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB19RKA/2026-03-19/image/4a6535df-0644-4f3c-a728-293b1d141d48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/57a8587e-e205-4a4d-a2f0-6d24ff4dc61f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/b2f1cbd3-ade7-400b-ad0f-657eb0671fd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/66042b72-29c5-4ca7-91b2-94c7619fe669_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/86b9d295-19b0-4827-a2a5-ad955a190c0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/485c1f75-71a4-4b6a-9c1e-8874ec362a3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/412d703d-a86c-4834-b20b-fe97cde6cfd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/d417402e-ff2c-4748-81e8-fdcc08414474_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/4b1046e3-0c11-40a1-99d8-05f92073e7d2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/19 7K - 11/19 9K - 06/20 19K - 01/21 30K - 06/21 40K - 11/21 52K - 09/22 72K', 'remarks': 'VOSA STATES 72K- 77K- 85K- 95K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 93, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a771bf1-3e99-445a-a4ed-4903d88dd58c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120582897, 'registration': 'YB19RKA', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 EcoBlue 120 Zetec 5dr', 'mileage': 99155, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1057, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB19RKA/2026-03-19/image/4a6535df-0644-4f3c-a728-293b1d141d48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/57a8587e-e205-4a4d-a2f0-6d24ff4dc61f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/b2f1cbd3-ade7-400b-ad0f-657eb0671fd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/66042b72-29c5-4ca7-91b2-94c7619fe669_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/86b9d295-19b0-4827-a2a5-ad955a190c0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/485c1f75-71a4-4b6a-9c1e-8874ec362a3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/412d703d-a86c-4834-b20b-fe97cde6cfd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/d417402e-ff2c-4748-81e8-fdcc08414474_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/4b1046e3-0c11-40a1-99d8-05f92073e7d2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/19 7K - 11/19 9K - 06/20 19K - 01/21 30K - 06/21 40K - 11/21 52K - 09/22 72K', 'remarks': 'VOSA STATES 72K- 77K- 85K- 95K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 93, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a771bf1-3e99-445a-a4ed-4903d88dd58c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0506bd05-e68e-5179-9db5-f1863432131b with identifier: 120582897
2026-03-28 13:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0506bd05-e68e-5179-9db5-f1863432131b with scrape type 2
2026-03-28 13:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0506bd05-e68e-5179-9db5-f1863432131b with scrape type 2
2026-03-28 13:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0506bd05-e68e-5179-9db5-f1863432131b, identifier: 120582897
2026-03-28 13:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0506bd05-e68e-5179-9db5-f1863432131b with identifier: 120582897
2026-03-28 13:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0506bd05-e68e-5179-9db5-f1863432131b with identifier: 120582897
2026-03-28 13:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0506bd05-e68e-5179-9db5-f1863432131b with identifier: 120582897 to the API
2026-03-28 13:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120582897?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 93,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '0506bd05-e68e-5179-9db5-f1863432131b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB19RKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120582897',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 99155,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-29',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS DIESEL HATCHBACK 1.5 EcoBlue 120 Zetec 5dr',
'transmission': 'manual',
'trim': '1.5 EcoBlue 120 Zetec 5dr',
'vin': None,
'year': 2019}
2026-03-28 13:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:54 [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-28 13:09:54 [astonbarclay.gb] INFO: Saving data for 120582897: {'auction_closing_time': 1774888200.0, 'created_time': 1773838882.430766, 'last_price_update_time': 1774703394.034385}
2026-03-28 13:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582897') HTTP/1.1" 204 0
2026-03-28 13:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688264?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:09:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688264, 'registration': 'RG07XXX', 'account': 'MAN037', 'make': 'SEAT', 'model': 'LEON DIESEL HATCHBACK', 'derivative': '1.6 TDI SE 5dr [Technology Pack]', 'mileage': 82224, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1059, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RG07XXX/2026-03-23/image/54cf623e-9822-4313-afbd-dfa5e9c06ba3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/fcef4971-334f-46f5-b336-06f8503cb899_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/5b75d679-6f18-4a9e-8390-2f9950dd9c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/b7fa0161-9c0f-4c2d-aa50-b47f37e1de24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/b650b0ca-ff19-4638-b5e0-b4c6f2c16511_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/86d455f4-f996-4d0b-b920-9c35d7393a10_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/c9e29d18-5cf5-4218-8790-fedccd744544_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/81fdf19e-efcc-49df-a7ea-75d1f5b0c041_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/73f29a91-063d-4bf7-b6df-0ebe299d7fdc_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/22-50k, 03/24-66k, 03/25-72k, 02/26-81k', 'remarks': 'VOSA STATES 58K,66K,72K,81K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0574e020-75a3-468b-8125-b66e72629b39.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688264, 'registration': 'RG07XXX', 'account': 'MAN037', 'make': 'SEAT', 'model': 'LEON DIESEL HATCHBACK', 'derivative': '1.6 TDI SE 5dr [Technology Pack]', 'mileage': 82224, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T16:30Z', 'lot': 1059, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RG07XXX/2026-03-23/image/54cf623e-9822-4313-afbd-dfa5e9c06ba3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/fcef4971-334f-46f5-b336-06f8503cb899_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/5b75d679-6f18-4a9e-8390-2f9950dd9c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/b7fa0161-9c0f-4c2d-aa50-b47f37e1de24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/b650b0ca-ff19-4638-b5e0-b4c6f2c16511_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/86d455f4-f996-4d0b-b920-9c35d7393a10_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/c9e29d18-5cf5-4218-8790-fedccd744544_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/81fdf19e-efcc-49df-a7ea-75d1f5b0c041_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/73f29a91-063d-4bf7-b6df-0ebe299d7fdc_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/22-50k, 03/24-66k, 03/25-72k, 02/26-81k', 'remarks': 'VOSA STATES 58K,66K,72K,81K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0574e020-75a3-468b-8125-b66e72629b39.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9935ff41-ecf2-574c-912b-a1abb56448f6 with identifier: 120688264
2026-03-28 13:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9935ff41-ecf2-574c-912b-a1abb56448f6 with scrape type 2
2026-03-28 13:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9935ff41-ecf2-574c-912b-a1abb56448f6 with scrape type 2
2026-03-28 13:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9935ff41-ecf2-574c-912b-a1abb56448f6, identifier: 120688264
2026-03-28 13:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9935ff41-ecf2-574c-912b-a1abb56448f6 with identifier: 120688264
2026-03-28 13:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9935ff41-ecf2-574c-912b-a1abb56448f6 with identifier: 120688264
2026-03-28 13:09:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9935ff41-ecf2-574c-912b-a1abb56448f6 with identifier: 120688264 to the API
2026-03-28 13:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 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-28 13:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688264?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '9935ff41-ecf2-574c-912b-a1abb56448f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RG07XXX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688264',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'LEON DIESEL HATCHBACK',
'odometer': 82224,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-31',
'seller_name': 'Manamanx Ltd',
'title': 'SEAT LEON DIESEL HATCHBACK 1.6 TDI SE 5dr [Technology Pack]',
'transmission': 'manual',
'trim': '1.6 TDI SE 5dr [Technology Pack]',
'vin': None,
'year': 2014}
2026-03-28 13:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:57 [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-28 13:09:57 [astonbarclay.gb] INFO: Saving data for 120688264: {'auction_closing_time': 1774888200.0, 'created_time': 1774272152.48891, 'last_price_update_time': 1774703397.377384}
2026-03-28 13:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688264') HTTP/1.1" 204 0
2026-03-28 13:10:05 [scrapy.extensions.logstats] INFO: Crawled 259 pages (at 10 pages/min), scraped 257 items (at 10 items/min)
2026-03-28 13:10:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:10:57 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.625(s), this was the 1st time calling it.
2026-03-28 13:10:57 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.140482288264936 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-28 13:11:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:11:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120123036?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:11:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120123036, 'registration': 'LR74YOD', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ALLSPACE ESTATE', 'derivative': '1.5 TSI Elegance 5dr DSG', 'mileage': 14530, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1114, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LR74YOD/2026-03-04/image/740d4757-bd0b-46a2-a600-0497b07087b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/230432db-9701-46d5-9590-2de84143ba9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/f64f4be2-66c8-4af3-8dbd-f41d2c0f3754_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c851a090-bbaf-4bdb-8fdb-5bfb7f6b6b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/737324f7-1fd2-4292-b1de-aa4607d4dd54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c3d27fce-bf2b-4342-88a6-3f28b13f295a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/a3ddf687-955a-4c29-8212-d20be092ebc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c1fe1e7e-1885-485b-8870-69502a3f5531_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/ff51306f-edfb-4c65-859e-eccdd9fa2626_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c1857294-a170-4a5a-96c4-e97096f6cba3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acb6513a-2551-4b1a-a199-703f6509af43.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:11:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120123036, 'registration': 'LR74YOD', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ALLSPACE ESTATE', 'derivative': '1.5 TSI Elegance 5dr DSG', 'mileage': 14530, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1114, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LR74YOD/2026-03-04/image/740d4757-bd0b-46a2-a600-0497b07087b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/230432db-9701-46d5-9590-2de84143ba9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/f64f4be2-66c8-4af3-8dbd-f41d2c0f3754_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c851a090-bbaf-4bdb-8fdb-5bfb7f6b6b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/737324f7-1fd2-4292-b1de-aa4607d4dd54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c3d27fce-bf2b-4342-88a6-3f28b13f295a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/a3ddf687-955a-4c29-8212-d20be092ebc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c1fe1e7e-1885-485b-8870-69502a3f5531_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/ff51306f-edfb-4c65-859e-eccdd9fa2626_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c1857294-a170-4a5a-96c4-e97096f6cba3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acb6513a-2551-4b1a-a199-703f6509af43.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:11:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0176e1c-10a1-5717-a312-1c46826feeae with identifier: 120123036
2026-03-28 13:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0176e1c-10a1-5717-a312-1c46826feeae with scrape type 2
2026-03-28 13:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0176e1c-10a1-5717-a312-1c46826feeae with scrape type 2
2026-03-28 13:11:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c0176e1c-10a1-5717-a312-1c46826feeae, identifier: 120123036
2026-03-28 13:11:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c0176e1c-10a1-5717-a312-1c46826feeae with identifier: 120123036
2026-03-28 13:11:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c0176e1c-10a1-5717-a312-1c46826feeae with identifier: 120123036
2026-03-28 13:11:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c0176e1c-10a1-5717-a312-1c46826feeae with identifier: 120123036 to the API
2026-03-28 13:11:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:11: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-28 13:11:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120123036?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c0176e1c-10a1-5717-a312-1c46826feeae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR74YOD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120123036',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE ESTATE',
'odometer': 14530,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-19',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN TIGUAN ALLSPACE ESTATE 1.5 TSI Elegance 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI Elegance 5dr DSG',
'vin': None,
'year': 2024}
2026-03-28 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 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%27120123036%27 HTTP/1.1" 200 None
2026-03-28 13:11:02 [astonbarclay.gb] INFO: Saving data for 120123036: {'auction_closing_time': 1774861200.0, 'created_time': 1773402006.662062, 'last_price_update_time': 1774703462.475859}
2026-03-28 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120123036') HTTP/1.1" 204 0
2026-03-28 13:11:05 [scrapy.extensions.logstats] INFO: Crawled 260 pages (at 1 pages/min), scraped 258 items (at 1 items/min)
2026-03-28 13:11:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 177MiB
2026-03-28 13:11:15 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.969(s), this was the 1st time calling it.
2026-03-28 13:11:15 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.988350732498156 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-28 13:11:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 13:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120060014?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-28 13:11:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120060014, 'registration': 'AO74YTU', 'account': 'MOT070', 'make': 'JEEP', 'model': 'AVENGER ELECTRIC HATCHBACK', 'derivative': '115kW Summit 54kWh 5dr Auto', 'mileage': 6726, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1108, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-11-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO74YTU/2026-03-03/image/bbe590c6-16af-40c8-9b8b-64b8cfb9055e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/81965fa0-d5ad-46d5-a326-6c1af2e0fd87_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/f817a1f3-dc8b-4a03-8c63-765b7554f7c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/063aa7e4-8ca0-41ec-94a6-8508cf886baa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/038a2532-19d8-4211-a996-bbb629b45c3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/cdc431aa-6bbe-4c93-8293-d6fc38795ef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/303a6bca-c48f-40bc-abc8-7e26df7a9059_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/9ce400b5-b3b7-4985-bb3d-56f1ada782f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/115a3547-f52b-4dc9-9a4f-53b4a15f99b3_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a95d72c0-4a12-4e3c-901c-a4f2c90d1126.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:11:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120060014, 'registration': 'AO74YTU', 'account': 'MOT070', 'make': 'JEEP', 'model': 'AVENGER ELECTRIC HATCHBACK', 'derivative': '115kW Summit 54kWh 5dr Auto', 'mileage': 6726, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 640}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1108, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-11-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO74YTU/2026-03-03/image/bbe590c6-16af-40c8-9b8b-64b8cfb9055e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/81965fa0-d5ad-46d5-a326-6c1af2e0fd87_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/f817a1f3-dc8b-4a03-8c63-765b7554f7c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/063aa7e4-8ca0-41ec-94a6-8508cf886baa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/038a2532-19d8-4211-a996-bbb629b45c3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/cdc431aa-6bbe-4c93-8293-d6fc38795ef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/303a6bca-c48f-40bc-abc8-7e26df7a9059_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/9ce400b5-b3b7-4985-bb3d-56f1ada782f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/115a3547-f52b-4dc9-9a4f-53b4a15f99b3_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a95d72c0-4a12-4e3c-901c-a4f2c90d1126.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-28 13:11:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with identifier: 120060014
2026-03-28 13:11:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with scrape type 2
2026-03-28 13:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with scrape type 2
2026-03-28 13:11:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb, identifier: 120060014
2026-03-28 13:11:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with identifier: 120060014
2026-03-28 13:11:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with identifier: 120060014
2026-03-28 13:11:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with identifier: 120060014 to the API
2026-03-28 13:11:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 13:11: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-28 13:11:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120060014?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': 'fc05ea29-a4b0-5376-ac75-4f099e0dd0cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO74YTU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120060014',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JEEP',
'model': 'AVENGER ELECTRIC HATCHBACK',
'odometer': 6726,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-30',
'seller_name': 'Motability Operations',
'title': 'JEEP AVENGER ELECTRIC HATCHBACK 115kW Summit 54kWh 5dr Auto',
'transmission': 'automatic',
'trim': '115kW Summit 54kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:11:24 [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-28 13:11:24 [astonbarclay.gb] INFO: Saving data for 120060014: {'auction_closing_time': 1774861200.0, 'created_time': 1773402866.507372, 'last_price_update_time': 1774703484.140811}
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120060014') HTTP/1.1" 204 0
2026-03-28 13:11:24 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-28 13:11:24 [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-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 13:11:24 [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%201774271484 HTTP/1.1" 200 None
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118887138') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118946201') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119471732') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119498397') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119579483') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119589693') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119610747') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119618391') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119645600') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119648339') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119708427') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119756933') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119759489') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119815847') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119836519') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119836574') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119837318') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119848884') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119929358') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119929368') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119966830') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119966916') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119973916') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119975625') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119983588') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119988810') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120030559') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120031935') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120054274') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120093948') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120099510') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120100744') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120126879') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120168235') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120168572') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120181136') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120240805') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120262288') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120302618') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120372743') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120402475') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120407071') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120408079') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120424310') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120433029') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120440976') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442108') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442281') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442287') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442634') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443839') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443853') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120444512') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120449225') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120450625') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120455740') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461601') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120464613') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120478557') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120481381') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120482023') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120483400') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120485449') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502023') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502171') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502734') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120509870') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120512427') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120544942') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120548188') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120552295') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120557245') HTTP/1.1" 204 0
2026-03-28 13:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120567771') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120581444') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582223') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120584954') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585017') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585097') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596319') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120609593') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120614393') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120615644') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616007') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120622881') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120623124') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120645344') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649484') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652257') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652351') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653666') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654365') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656338') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120656465') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657043') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657173') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120657613') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120664590') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666129') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668230') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686909') HTTP/1.1" 204 0
2026-03-28 13:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='8911755') HTTP/1.1" 204 0
2026-03-28 13:11:25 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (259 items) in: file:///var/lib/scrapyd/items/sourcing_v2/astonbarclay.gb/task_9_2026-03-28T13_00_00.jl
2026-03-28 13:11:25 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 246500,
'downloader/request_count': 281,
'downloader/request_method_count/GET': 281,
'downloader/response_bytes': 3739730,
'downloader/response_count': 281,
'downloader/response_status_count/200': 281,
'elapsed_time_seconds': 679.87558,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 28, 13, 11, 25, 223439, tzinfo=datetime.timezone.utc),
'item_scraped_count': 259,
'log_count/DEBUG': 5857,
'log_count/INFO': 5841,
'memusage/max': 186572800,
'memusage/startup': 148320256,
'photo_download_count': 20,
'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': 261,
'scheduler/dequeued': 281,
'scheduler/dequeued/memory': 281,
'scheduler/enqueued': 281,
'scheduler/enqueued/memory': 281,
'scrape_type/new': 6,
'scrape_type/price_update': 253,
'scrape_type/skipped': 1247,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 273,
'scrapy-zyte-api/error_ratio': 0.047619047619047616,
'scrapy-zyte-api/errors': 13,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 13,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 10.68627536581973,
'scrapy-zyte-api/mean_response_seconds': 10.688288459017008,
'scrapy-zyte-api/processed': 260,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 260,
'scrapy-zyte-api/request_args/experimental.requestCookies': 259,
'scrapy-zyte-api/request_args/experimental.responseCookies': 260,
'scrapy-zyte-api/request_args/httpResponseBody': 260,
'scrapy-zyte-api/request_args/httpResponseHeaders': 260,
'scrapy-zyte-api/request_args/url': 260,
'scrapy-zyte-api/status_codes/0': 13,
'scrapy-zyte-api/status_codes/200': 260,
'scrapy-zyte-api/success': 260,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 28, 13, 0, 5, 347859, tzinfo=datetime.timezone.utc)}
2026-03-28 13:11:25 [scrapy.core.engine] INFO: Spider closed (finished)