2026-03-24 10:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-24 10: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-24 10:00:04 [astonbarclay.gb] INFO: Starting spider astonbarclay.gb
2026-03-24 10:00:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-24 10:00:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-24 10:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-24 10:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-24 10:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: 723892fa78f9c027
2026-03-24 10: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-24 10: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-24T10_00_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-24 10:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 10:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 10: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-24 10:00:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-24 10:00:05 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-24 10:00:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-24 10:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 10:00:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113
2026-03-24 10:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-24 10:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-24 10:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-24 10:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
2026-03-24 10:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-24 10:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-24 10: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-24 10: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-24 10:00:05 [scrapy.core.engine] INFO: Spider opened
2026-03-24 10:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 10:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-24 10:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-24 10:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-24 10:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-24 10:00:10 [scrapy-playwright] INFO: Launching browser firefox
2026-03-24 10:00:10 [scrapy-playwright] INFO: Browser firefox launched
2026-03-24 10:00:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-24 10:00:11 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-24 10:00:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-24 10:00:12 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-24 10:00:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-24 10:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-24 10:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/OtAutoBlock.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.googleapis.com/css?family=Lexend> (resource type: stylesheet, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css> (resource type: stylesheet, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js>
2026-03-24 10:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js>
2026-03-24 10:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/OtAutoBlock.js>
2026-03-24 10:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/018e0e2a-b608-77ca-8640-7c5f6808ddcb.json> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css>
2026-03-24 10:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.googleapis.com/css?family=Lexend>
2026-03-24 10:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/018e0e2a-b608-77ca-8640-7c5f6808ddcb.json>
2026-03-24 10:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location>
2026-03-24 10:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/otBannerSdk.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/otBannerSdk.js>
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/c0e38e93-2aa8-4b73-bd43-c1132b1048cf/en.json> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/c0e38e93-2aa8-4b73-bd43-c1132b1048cf/en.json>
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCenterRounded.json> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCommonStyles.css> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCenterRounded.json>
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json>
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json>
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCommonStyles.css>
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/MuseoSans-500-BnvKCWSl.ttf> (resource type: font, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.png>
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg>
2026-03-24 10:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg>
2026-03-24 10:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/MuseoSans-500-BnvKCWSl.ttf>
2026-03-24 10:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://sessions.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/profileconfig> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/profileconfig>
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://pi.pardot.com/pd.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/user> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/navigation> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/default-o3_sC40N.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js)
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/default-vT_hcphp.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js)
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/user>
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-o3_sC40N.js>
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-vT_hcphp.js>
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/navigation>
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-nama.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/WV_Awards.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:20 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-bsi.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/logo-BkQgdzqL.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/assets/logo-BkQgdzqL.svg>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/facebook.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/facebook.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/twitter.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/twitter.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/sprite2.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/sprite2.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/vehicle/all> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-nama.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/WV_Awards.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-bsi.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdneg.woff2> (resource type: font, referrer: https://fonts.googleapis.com/)
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <202 https://sessions.bugsnag.com/>
2026-03-24 10:00:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/vehicle-search> (referer: None) ['playwright']
2026-03-24 10:00:21 [astonbarclay.gb] INFO: Cookies from Playwright: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Tue+Mar+24+2026+10%3A00%3A17+GMT%2B0000+(Coordinated+Universal+Time)&version=202405.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&landingPath=https%3A%2F%2Fcatalogue.astonbarclay.net%2Fvehicle-search&groups=C0001%3A1%2CC0002%3A0%2CC0004%3A0', 'domain': '.astonbarclay.net', 'path': '/', 'expires': 1805882417, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}]
2026-03-24 10:00:21 [astonbarclay.gb] INFO: Scrapy-formatted cookies: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Tue+Mar+24+2026+10%3A00%3A17+GMT%2B0000+(Coordinated+Universal+Time)&version=202405.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&landingPath=https%3A%2F%2Fcatalogue.astonbarclay.net%2Fvehicle-search&groups=C0001%3A1%2CC0002%3A0%2CC0004%3A0', 'domain': '.astonbarclay.net', 'path': '/'}]
2026-03-24 10:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Adesa',RowKey='cookies') HTTP/1.1" 204 0
2026-03-24 10:00:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://pi.pardot.com/pd.js>
2026-03-24 10:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdneg.woff2>
2026-03-24 10:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/vehicle/all>
2026-03-24 10:00:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/search> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120588960
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120588960%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120588960: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120513734
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120513734%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120513734: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120538222
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120538222%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120538222: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120483827
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120483827%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120483827: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120379886
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120379886%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120379886: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 119920282
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119920282%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 119920282: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120544189
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120544189%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120544189: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120480962
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120480962%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120480962: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120537829
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120537829%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120537829: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120502812
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502812%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120502812: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120478510
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120478510%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120478510: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 119855237
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119855237%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 119855237: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120502714
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502714%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120502714: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120586010
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586010%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120586010: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120591362
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591362%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120591362: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120098624
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120098624%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120098624: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 119252663
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119252663%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 119252663: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120468763
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120468763%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120468763: 2
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120599433
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120599433%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120599433: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120438971
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120438971%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120438971: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120630009
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630009%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120630009: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120631698
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631698%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120631698: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120468642
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120468642%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120468642: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120187622
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120187622%27 HTTP/1.1" 200 None
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Scrape type for 120187622: 0
2026-03-24 10:00:23 [astonbarclay.gb] INFO: Found listing with ID: 120632405
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632405%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120632405: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120526272
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120526272%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120526272: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120526253
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120526253%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120526253: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120526304
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120526304%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120526304: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120632691
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632691%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120632691: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120574449
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120574449%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120574449: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120632566
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632566%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120632566: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120574476
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120574476%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120574476: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120526323
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120526323%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120526323: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120632484
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632484%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120632484: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120526347
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120526347%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120526347: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119988763
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119988763%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119988763: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119756881
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119756881%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119756881: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119610779
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119610779%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119610779: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119759489
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119759489%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119759489: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119756933
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119756933%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119756933: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119610747
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119610747%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119610747: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119966916
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119966916%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119966916: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119988810
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119988810%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119988810: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119966830
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119966830%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119966830: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119601424
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119601424%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119601424: 2
2026-03-24 10:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120262288
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120262288%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120262288: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120686909
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686909%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120686909: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 118453640
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118453640%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 118453640: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119964768
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119964768%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119964768: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119140877
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119140877%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119140877: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 119335414
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119335414%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 119335414: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120685429
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685429%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120685429: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120685398
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685398%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120685398: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120619130
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619130%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120619130: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120619173
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619173%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120619173: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120619082
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619082%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120619082: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120619160
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619160%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120619160: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120619150
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619150%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120619150: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120619091
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619091%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120619091: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120619141
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619141%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120619141: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120175970
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120175970%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120175970: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120253498
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120253498%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120253498: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120283309
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120283309%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120283309: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120415233
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415233%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120415233: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120588863
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120588863%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120588863: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120294175
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120294175%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120294175: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120146099
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120146099%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120146099: 2
2026-03-24 10:00:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120484734
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484734%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120484734: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120484723
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484723%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120484723: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120484711
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484711%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120484711: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120484775
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484775%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120484775: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120484762
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484762%27 HTTP/1.1" 200 None
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Scrape type for 120484762: 0
2026-03-24 10:00:24 [astonbarclay.gb] INFO: Found listing with ID: 120484746
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484746%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120484746: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120190995
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120190995%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120190995: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 118105567
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118105567%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 118105567: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120281425
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120281425%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120281425: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120099413
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120099413%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120099413: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119686140
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119686140%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 119686140: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120547273
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120547273%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120547273: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120024807
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120024807%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120024807: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120162274
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120162274%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120162274: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120379756
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120379756%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120379756: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120256989
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120256989%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120256989: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120258041
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120258041%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120258041: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120616192
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616192%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120616192: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120615995
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615995%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120615995: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120616160
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616160%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120616160: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120591190
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591190%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120591190: 2
2026-03-24 10:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120306493
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120306493%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120306493: 2
2026-03-24 10:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120507057
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120507057%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120507057: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120334904
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120334904%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120334904: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120445441
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120445441%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120445441: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120413362
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120413362%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120413362: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120441365
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120441365%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120441365: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120612662
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120612662%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120612662: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120400680
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120400680%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120400680: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120362066
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120362066%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120362066: 2
2026-03-24 10:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120415143
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415143%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120415143: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120301199
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120301199%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120301199: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120197297
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120197297%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120197297: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120223236
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120223236%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120223236: 2
2026-03-24 10:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120297093
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120297093%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120297093: 2
2026-03-24 10:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120157396
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120157396%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120157396: 2
2026-03-24 10:00:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120257231
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120257231%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120257231: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119966881
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119966881%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 119966881: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119971941
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119971941%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 119971941: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120544942
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120544942%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120544942: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120614685
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120614685%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120614685: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120609593
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120609593%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120609593: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119641212
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641212%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 119641212: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120345301
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120345301%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120345301: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119645610
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119645610%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 119645610: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119645600
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119645600%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 119645600: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120650675
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650675%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120650675: 2
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120339456
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120339456%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120339456: 2
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120339446
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120339446%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120339446: 2
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120197418
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120197418%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120197418: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120165786
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120165786%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120165786: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120165857
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120165857%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120165857: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 119816682
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119816682%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 119816682: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120020047
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120020047%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120020047: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120109961
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120109961%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120109961: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120619100
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619100%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120619100: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120585017
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585017%27 HTTP/1.1" 200 None
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Scrape type for 120585017: 0
2026-03-24 10:00:25 [astonbarclay.gb] INFO: Found listing with ID: 120567771
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120567771%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120567771: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120030559
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120030559%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120030559: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120502023
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502023%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120502023: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120531621
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120531621%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120531621: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120466643
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120466643%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120466643: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120442634
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442634%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120442634: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120510352
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120510352%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120510352: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120485449
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120485449%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120485449: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120417765
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417765%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120417765: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120603430
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120603430%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120603430: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120502627
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502627%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120502627: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119973916
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119973916%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 119973916: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120585097
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585097%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120585097: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120442108
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442108%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120442108: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120463222
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120463222%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120463222: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120584954
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584954%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120584954: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120477905
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120477905%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120477905: 2
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120467153
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120467153%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120467153: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120529278
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120529278%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120529278: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120512427
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120512427%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120512427: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120240805
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120240805%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120240805: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119639542
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119639542%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 119639542: 2
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120461601
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461601%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120461601: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120433029
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120433029%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120433029: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120594240
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120594240%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120594240: 2
2026-03-24 10:00:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120468763?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119975625
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119975625%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 119975625: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120467974
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120467974%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120467974: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120615644
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615644%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120615644: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120616007
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616007%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120616007: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120219033
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120219033%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120219033: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120614393
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120614393%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120614393: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120502171
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502171%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120502171: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120592831
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592831%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120592831: 2
2026-03-24 10:00:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120469021
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120469021%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120469021: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119598238
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119598238%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 119598238: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120463210
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120463210%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120463210: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120442575
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442575%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120442575: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120437560
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120437560%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120437560: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120409912
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120409912%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120409912: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120538818
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120538818%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120538818: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120444902
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120444902%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120444902: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120466522
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120466522%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120466522: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120529143
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120529143%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120529143: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 116065687
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116065687%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 116065687: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119975669
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119975669%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 119975669: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120465935
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120465935%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120465935: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120509870
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120509870%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120509870: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 119835131
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119835131%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 119835131: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120535728
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120535728%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120535728: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120542922
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542922%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120542922: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120510175
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120510175%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120510175: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120368220
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368220%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120368220: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120467224
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120467224%27 HTTP/1.1" 200 None
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Scrape type for 120467224: 0
2026-03-24 10:00:26 [astonbarclay.gb] INFO: Found listing with ID: 120482947
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120482947%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120482947: 2
2026-03-24 10:00:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119601424?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120591190?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120468763, 'registration': 'HK68JVV', 'account': 'MOT075', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 55732, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 306}, 'saleStart': '2026-03-24T10:00Z', 'lot': 18, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-02-15', 'fuel': 'Petrol', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HK68JVV/2026-03-16/image/43e18172-434f-488e-9609-15c76d258c4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/7e8ef051-cc2b-4a4f-af3e-f2a0499bb4db_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/b9a45125-c86f-4b75-ac76-342f126cf18f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/da4a7c1a-22b0-4fea-a7ad-51334276880f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/813c9884-09f9-49c8-8c44-bfc52a86ac60_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/ec8098bf-137a-4ed6-a567-40e8626e0ba7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/7d62861a-a178-46fd-9280-13ea27198716_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/c7fc8637-ceee-4e87-93b1-ab109ae9b8f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/d670d6d8-5123-4cbf-9d91-ff7a66779613_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/20-9K 10/21-15K 03/24-33K 07/25-48K', 'remarks': 'NUMBER OF FORMER KEEPERS UNKNOWN SPARE KEY, VOSA STATES 15K 15K 24K 35K 47K', '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/419b6e2f-17f4-46e9-9c4e-8940902a20da.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120468763, 'registration': 'HK68JVV', 'account': 'MOT075', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 55732, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 306}, 'saleStart': '2026-03-24T10:00Z', 'lot': 18, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-02-15', 'fuel': 'Petrol', 'motExpiry': '2026-06-10', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HK68JVV/2026-03-16/image/43e18172-434f-488e-9609-15c76d258c4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/7e8ef051-cc2b-4a4f-af3e-f2a0499bb4db_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/b9a45125-c86f-4b75-ac76-342f126cf18f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/da4a7c1a-22b0-4fea-a7ad-51334276880f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/813c9884-09f9-49c8-8c44-bfc52a86ac60_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/ec8098bf-137a-4ed6-a567-40e8626e0ba7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/7d62861a-a178-46fd-9280-13ea27198716_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/c7fc8637-ceee-4e87-93b1-ab109ae9b8f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HK68JVV/2026-03-16/image/d670d6d8-5123-4cbf-9d91-ff7a66779613_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/20-9K 10/21-15K 03/24-33K 07/25-48K', 'remarks': 'NUMBER OF FORMER KEEPERS UNKNOWN SPARE KEY, VOSA STATES 15K 15K 24K 35K 47K', '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/419b6e2f-17f4-46e9-9c4e-8940902a20da.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 902dc9b0-efa6-5a34-854b-b56e2ac005c4 with identifier: 120468763
2026-03-24 10:00:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 902dc9b0-efa6-5a34-854b-b56e2ac005c4 with scrape type 2
2026-03-24 10:00:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 902dc9b0-efa6-5a34-854b-b56e2ac005c4 with scrape type 2
2026-03-24 10:00:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 902dc9b0-efa6-5a34-854b-b56e2ac005c4, identifier: 120468763
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120057730
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120057730%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120057730: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 119974643
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119974643%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 119974643: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120443403
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443403%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120443403: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120586468
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586468%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120586468: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120630120
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630120%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120630120: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120581444
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120581444%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120581444: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120582223
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582223%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120582223: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120397393
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120397393%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120397393: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120620654
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120620654%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120620654: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120622731
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622731%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120622731: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120468136
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120468136%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120468136: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120449225
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120449225%27 HTTP/1.1" 200 None
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Scrape type for 120449225: 0
2026-03-24 10:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120479461
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479461%27 HTTP/1.1" 200 None
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120479461: 2
2026-03-24 10: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-24 10: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-24 10:00:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 902dc9b0-efa6-5a34-854b-b56e2ac005c4 with identifier: 120468763
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLACK HTTP/1.1" 200 None
2026-03-24 10:00:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-24 10:00:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 902dc9b0-efa6-5a34-854b-b56e2ac005c4 with identifier: 120468763
2026-03-24 10:00:28 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 902dc9b0-efa6-5a34-854b-b56e2ac005c4 with expiration date: 2026-03-24T10:00:00Z
{'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-24T10:00:00Z',
'fuel_type': 'Petrol',
'id': '902dc9b0-efa6-5a34-854b-b56e2ac005c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HK68JVV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120468763',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'CROSSLAND X HATCHBACK',
'odometer': 55732,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-15',
'seller_name': 'MotoNovo Finance',
'title': 'VAUXHALL CROSSLAND X HATCHBACK 1.2 SE 5dr',
'transmission': 'manual',
'trim': '1.2 SE 5dr',
'vin': None,
'year': 2019}
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120468763%27 HTTP/1.1" 200 None
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Saving data for 120468763: {'auction_closing_time': 1774346400.0, 'created_time': 1773687760.907975, 'last_price_update_time': 1774346428.293834}
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120468763') HTTP/1.1" 204 0
2026-03-24 10:00:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120146099?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120362066?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120442281
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120442281%27 HTTP/1.1" 200 None
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120442281: 0
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120623124
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120623124%27 HTTP/1.1" 200 None
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120623124: 0
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120214419
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120214419%27 HTTP/1.1" 200 None
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120214419: 2
2026-03-24 10: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-24 10: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-24 10:00:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120306493?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120223236?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120297093?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10: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-24 10: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-24 10:00:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119601424, 'registration': 'DL22DHC', 'account': 'OCT003', 'make': 'VAUXHALL', 'model': 'VIVARO L1 ELECTRIC', 'derivative': '3100 100kW Dynamic 75kWh H1 Van Auto', 'mileage': 34260, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 59, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-06-29', 'fuel': 'Electric', 'motExpiry': '2026-06-28', 'doors': None, 'engineSize': None, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/DL22DHC/2026-02-18/image/a285d75e-93e2-4112-99bf-36696260543c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/a6df2570-601e-49d3-a5e9-abc256693e06_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/9e7a0b6e-a33e-4248-bd17-b3f6d047a9d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/ef05a81a-6a0a-4a5a-86d7-13d0fff1a3fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/38eb6f08-0d1b-4dd4-86c9-c592d8b64b43_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/344c1aba-f28a-4f80-8d6a-d0ee007693be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/231fc631-5190-490f-8915-58bfaed766cb_removebg.jpg?w=600'], 'colour': 'MAUVE/PINK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'V5 AVAILABLE UPON REQUEST, V5/HPI STATES COLOUR AS MAUVE/PINK', 'virtual': False, 'seller': 'Octopus Electric Vehicles', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/672997e4-c53c-4769-a756-0beb8f245eed.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119601424, 'registration': 'DL22DHC', 'account': 'OCT003', 'make': 'VAUXHALL', 'model': 'VIVARO L1 ELECTRIC', 'derivative': '3100 100kW Dynamic 75kWh H1 Van Auto', 'mileage': 34260, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 59, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-06-29', 'fuel': 'Electric', 'motExpiry': '2026-06-28', 'doors': None, 'engineSize': None, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/DL22DHC/2026-02-18/image/a285d75e-93e2-4112-99bf-36696260543c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/a6df2570-601e-49d3-a5e9-abc256693e06_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/9e7a0b6e-a33e-4248-bd17-b3f6d047a9d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/ef05a81a-6a0a-4a5a-86d7-13d0fff1a3fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/38eb6f08-0d1b-4dd4-86c9-c592d8b64b43_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/344c1aba-f28a-4f80-8d6a-d0ee007693be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL22DHC/2026-02-18/image/231fc631-5190-490f-8915-58bfaed766cb_removebg.jpg?w=600'], 'colour': 'MAUVE/PINK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'V5 AVAILABLE UPON REQUEST, V5/HPI STATES COLOUR AS MAUVE/PINK', 'virtual': False, 'seller': 'Octopus Electric Vehicles', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/672997e4-c53c-4769-a756-0beb8f245eed.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7fe2cd2-6e05-595d-b03f-15e6c163b193 with identifier: 119601424
2026-03-24 10:00:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7fe2cd2-6e05-595d-b03f-15e6c163b193 with scrape type 2
2026-03-24 10:00:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7fe2cd2-6e05-595d-b03f-15e6c163b193 with scrape type 2
2026-03-24 10:00:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a7fe2cd2-6e05-595d-b03f-15e6c163b193, identifier: 119601424
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120591190, 'registration': 'EL09RAF', 'account': 'AST011', 'make': 'BMW', 'model': '4 SERIES DIESEL COUPE', 'derivative': '430d xDrive M Sport 2dr Auto', 'mileage': 104247, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 306}, 'saleStart': '2026-03-24T10:00Z', 'lot': 149, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-01-07', 'fuel': 'Diesel', 'motExpiry': '2026-07-11', 'doors': 2, 'engineSize': 2993, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EL09RAF/2026-03-19/image/8770d642-bcfd-491f-93dd-2c524d3ff575_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/d0034524-8756-4413-ab02-120748d6db04_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/fbce8721-9f6e-493e-8a47-21818977f2ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/ac987145-5e09-464a-a4a5-2478a8091154_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/dd96261d-c569-4d71-9e39-907681ac7e17_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/d564b594-87f6-48b5-937a-c8db26696319_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/07506fae-ef87-4031-aa5d-2ea398037374_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/19-47K 09/22-79K 07/24-84K', 'remarks': 'PLATE MAY NOT BE WITH VEHICLE - VOSA STATES 35K 47K 59K 71K 78K 85K 89K 99K', 'virtual': False, 'seller': 'TCB Group - Prime', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/27a7a5c0-0555-43d6-82ee-3d99e3ede88f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120591190, 'registration': 'EL09RAF', 'account': 'AST011', 'make': 'BMW', 'model': '4 SERIES DIESEL COUPE', 'derivative': '430d xDrive M Sport 2dr Auto', 'mileage': 104247, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 306}, 'saleStart': '2026-03-24T10:00Z', 'lot': 149, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-01-07', 'fuel': 'Diesel', 'motExpiry': '2026-07-11', 'doors': 2, 'engineSize': 2993, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EL09RAF/2026-03-19/image/8770d642-bcfd-491f-93dd-2c524d3ff575_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/d0034524-8756-4413-ab02-120748d6db04_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/fbce8721-9f6e-493e-8a47-21818977f2ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/ac987145-5e09-464a-a4a5-2478a8091154_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/dd96261d-c569-4d71-9e39-907681ac7e17_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/d564b594-87f6-48b5-937a-c8db26696319_removebg.jpg?w=600', 'https://abimg003.imgix.net/EL09RAF/2026-03-19/image/07506fae-ef87-4031-aa5d-2ea398037374_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/19-47K 09/22-79K 07/24-84K', 'remarks': 'PLATE MAY NOT BE WITH VEHICLE - VOSA STATES 35K 47K 59K 71K 78K 85K 89K 99K', 'virtual': False, 'seller': 'TCB Group - Prime', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/27a7a5c0-0555-43d6-82ee-3d99e3ede88f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0c69fa4-6be4-5fc8-8630-abd6ec8a6529 with identifier: 120591190
2026-03-24 10:00:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0c69fa4-6be4-5fc8-8630-abd6ec8a6529 with scrape type 2
2026-03-24 10:00:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0c69fa4-6be4-5fc8-8630-abd6ec8a6529 with scrape type 2
2026-03-24 10:00:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c0c69fa4-6be4-5fc8-8630-abd6ec8a6529, identifier: 120591190
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120566055
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120566055%27 HTTP/1.1" 200 None
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120566055: 0
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Found listing with ID: 120592770
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592770%27 HTTP/1.1" 200 None
2026-03-24 10:00:28 [astonbarclay.gb] INFO: Scrape type for 120592770: 2
2026-03-24 10:00:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a7fe2cd2-6e05-595d-b03f-15e6c163b193 with identifier: 119601424
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=MAUVE%2FPINK HTTP/1.1" 200 None
2026-03-24 10:00:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-24 10:00:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a7fe2cd2-6e05-595d-b03f-15e6c163b193 with identifier: 119601424
2026-03-24 10:00:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: a7fe2cd2-6e05-595d-b03f-15e6c163b193 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'MAUVE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Electric',
'id': 'a7fe2cd2-6e05-595d-b03f-15e6c163b193',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DL22DHC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119601424',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'VIVARO L1 ELECTRIC',
'odometer': 34260,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-29',
'seller_name': 'Octopus Electric Vehicles',
'title': 'VAUXHALL VIVARO L1 ELECTRIC 3100 100kW Dynamic 75kWh H1 Van Auto',
'transmission': 'automatic',
'trim': '3100 100kW Dynamic 75kWh H1 Van Auto',
'vin': None,
'year': 2022}
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119601424%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Saving data for 119601424: {'auction_closing_time': 1774346400.0, 'created_time': 1773402659.469399, 'last_price_update_time': 1774346429.073039}
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119601424') HTTP/1.1" 204 0
2026-03-24 10:00:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c0c69fa4-6be4-5fc8-8630-abd6ec8a6529 with identifier: 120591190
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=WHITE HTTP/1.1" 200 None
2026-03-24 10:00:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-24 10:00:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c0c69fa4-6be4-5fc8-8630-abd6ec8a6529 with identifier: 120591190
2026-03-24 10:00:29 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: c0c69fa4-6be4-5fc8-8630-abd6ec8a6529 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 141,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c0c69fa4-6be4-5fc8-8630-abd6ec8a6529',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EL09RAF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120591190',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '4 SERIES DIESEL COUPE',
'odometer': 104247,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-07',
'seller_name': 'TCB Group - Prime',
'title': 'BMW 4 SERIES DIESEL COUPE 430d xDrive M Sport 2dr Auto',
'transmission': 'automatic',
'trim': '430d xDrive M Sport 2dr Auto',
'vin': None,
'year': 2015}
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120591190%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Saving data for 120591190: {'auction_closing_time': 1774346400.0, 'created_time': 1773914499.493886, 'last_price_update_time': 1774346429.343422}
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120591190') HTTP/1.1" 204 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120660295
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120660295%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120660295: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120620461
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120620461%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120620461: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 118688338
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118688338%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 118688338: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120443597
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120443597%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120443597: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120321399
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120321399%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120321399: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120443672
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120443672%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120443672: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119329130
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119329130%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 119329130: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120444254
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120444254%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120444254: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120521471
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521471%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120521471: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119785658
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119785658%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 119785658: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120321106
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120321106%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120321106: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119432954
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119432954%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 119432954: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120545310
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120545310%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120545310: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120430055
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120430055%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120430055: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120521422
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521422%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120521422: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120055164
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120055164%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120055164: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120659102
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120659102%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120659102: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120629693
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120629693%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120629693: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120607004
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120607004%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120607004: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120605706
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120605706%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120605706: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120611628
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120611628%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120611628: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120604942
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120604942%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120604942: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120477820
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120477820%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120477820: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120585528
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120585528%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120585528: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120622963
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120622963%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120622963: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120382824
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120382824%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120382824: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120587084
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120587084%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120587084: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120324801
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120324801%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120324801: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120315681
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120315681%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120315681: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120591216
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120591216%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120591216: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120169155
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120169155%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120169155: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120606576
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120606576%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120606576: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120248408
2026-03-24 10:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120248408%27 HTTP/1.1" 200 None
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Scrape type for 120248408: 0
2026-03-24 10:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120617122
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120617122%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120617122: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120453729
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120453729%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120453729: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120326601
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120326601%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120326601: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120472722
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120472722%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120472722: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120623393
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120623393%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120623393: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120589268
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589268%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120589268: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120587401
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120587401%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120587401: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120585628
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120585628%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120585628: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120586686
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120586686%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120586686: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120529656
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120529656%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120529656: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120111899
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120111899%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120111899: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120616656
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120616656%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120616656: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120571911
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120571911%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120571911: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120481317
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120481317%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120481317: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120617071
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120617071%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120617071: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120588856
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120588856%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120588856: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120455567
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120455567%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120455567: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120380155
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120380155%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120380155: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120369757
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120369757%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120369757: 0
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Found listing with ID: 120648523
2026-03-24 10:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648523%27 HTTP/1.1" 200 None
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Scrape type for 120648523: 2
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120146099, 'registration': 'MA71WFP', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 200 L1 DIESEL', 'derivative': '1.5 EcoBlue 75ps Van', 'mileage': 122637, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 100, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-10-29', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/MA71WFP/2026-03-11/image/5996b97d-fce0-4464-95c8-4596a1187baf_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/58b37a41-6604-45c8-8599-21e308ef826b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/952d49eb-1d4a-4c41-a275-924058b24b00_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/8a643672-d9bc-4151-9b5c-970db1ef3f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/7fbf7f12-fce8-4418-8a86-3a2b6582aebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/965c957b-6be0-4965-a392-c0ebf18b7c6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/45013b4f-1ac1-4119-be5c-5e29cf270c5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/122d570c-30fa-43b0-a82b-0f00a9946ab4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/438c5922-343a-48d5-8714-b1eb1e360541_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 77K 122K', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a250bd1-d4d3-4e43-a458-fc3b43cf7a24.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120146099, 'registration': 'MA71WFP', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 200 L1 DIESEL', 'derivative': '1.5 EcoBlue 75ps Van', 'mileage': 122637, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 100, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-10-29', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/MA71WFP/2026-03-11/image/5996b97d-fce0-4464-95c8-4596a1187baf_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/58b37a41-6604-45c8-8599-21e308ef826b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/952d49eb-1d4a-4c41-a275-924058b24b00_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/8a643672-d9bc-4151-9b5c-970db1ef3f45_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/7fbf7f12-fce8-4418-8a86-3a2b6582aebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/965c957b-6be0-4965-a392-c0ebf18b7c6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/45013b4f-1ac1-4119-be5c-5e29cf270c5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/122d570c-30fa-43b0-a82b-0f00a9946ab4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA71WFP/2026-03-11/image/438c5922-343a-48d5-8714-b1eb1e360541_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 77K 122K', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a250bd1-d4d3-4e43-a458-fc3b43cf7a24.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f47c9836-c37f-5855-8c2d-1018de57ff0c with identifier: 120146099
2026-03-24 10:00:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f47c9836-c37f-5855-8c2d-1018de57ff0c with scrape type 2
2026-03-24 10:00:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f47c9836-c37f-5855-8c2d-1018de57ff0c with scrape type 2
2026-03-24 10:00:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f47c9836-c37f-5855-8c2d-1018de57ff0c, identifier: 120146099
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120362066, 'registration': 'YY20DBZ', 'account': 'AST011', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '100kW GT Line 50kWh 5dr Auto', 'mileage': 72417, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 158, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-06-01', 'fuel': 'Electric', 'motExpiry': '2026-05-31', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/37c4c9ff-63b4-4992-931d-f313b6b07c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/0efe2668-9739-4153-83b4-be3ea5cd369f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/6b18137e-ad21-4898-925b-89627ac23429_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/0173b009-33b1-4625-9a0d-8ab298eda9d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/75a77648-8dca-45ac-b3a6-7f4e2e5e395e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/4e22540a-5a29-48e6-8a82-5e82aa0fc631_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/dabd25ac-56f6-42f0-95f4-1bd35c20d525_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/cb65b418-75e3-4c44-961d-a4996d0303ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/9bdfa725-89bb-4048-85f2-29815c8af536_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 32K 52K 69K', 'virtual': False, 'seller': 'TCB Group - Prime', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/998731f4-a5e9-4e6a-b100-7f50ac7c0187.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120362066, 'registration': 'YY20DBZ', 'account': 'AST011', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '100kW GT Line 50kWh 5dr Auto', 'mileage': 72417, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 158, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-06-01', 'fuel': 'Electric', 'motExpiry': '2026-05-31', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/37c4c9ff-63b4-4992-931d-f313b6b07c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/0efe2668-9739-4153-83b4-be3ea5cd369f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/6b18137e-ad21-4898-925b-89627ac23429_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/0173b009-33b1-4625-9a0d-8ab298eda9d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/75a77648-8dca-45ac-b3a6-7f4e2e5e395e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/4e22540a-5a29-48e6-8a82-5e82aa0fc631_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/dabd25ac-56f6-42f0-95f4-1bd35c20d525_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/cb65b418-75e3-4c44-961d-a4996d0303ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY20DBZ/2026-03-18/image/9bdfa725-89bb-4048-85f2-29815c8af536_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 32K 52K 69K', 'virtual': False, 'seller': 'TCB Group - Prime', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/998731f4-a5e9-4e6a-b100-7f50ac7c0187.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae09831c-5fae-5a1a-adfb-b679c67313b5 with identifier: 120362066
2026-03-24 10:00:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae09831c-5fae-5a1a-adfb-b679c67313b5 with scrape type 2
2026-03-24 10:00:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae09831c-5fae-5a1a-adfb-b679c67313b5 with scrape type 2
2026-03-24 10:00:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ae09831c-5fae-5a1a-adfb-b679c67313b5, identifier: 120362066
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120306493, 'registration': 'FY70LZD', 'account': 'TOY101', 'make': 'TOYOTA', 'model': 'PROACE LONG DIESEL', 'derivative': '2.0D 120 Active Van', 'mileage': 77788, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 306}, 'saleStart': '2026-03-24T10:00Z', 'lot': 150, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-10-27', 'fuel': 'Diesel', 'motExpiry': '2026-10-26', 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FY70LZD/2026-03-17/image/6056de7a-0aef-4a1f-b1a5-6d3218710028_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/f948d0a1-04fc-4f76-9328-f1c24ad06054_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/8ec3b686-2806-4470-9b87-5c7c62dd96ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/c7dadcc9-c602-4687-9d4a-60b040771dfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/2bef062a-8b5d-47e7-a268-7ac38446f631_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/456b0d02-07d9-46a3-9197-166c5b9edccb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/5c84bf64-996e-42a7-aa7d-5217ac958075_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 07/22-25K', 'remarks': 'VOSA STATES 43K 61K 77K - V5 SCAN', '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/9b2b0474-c1bd-4c15-8eab-56ee41c16d35.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120306493, 'registration': 'FY70LZD', 'account': 'TOY101', 'make': 'TOYOTA', 'model': 'PROACE LONG DIESEL', 'derivative': '2.0D 120 Active Van', 'mileage': 77788, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 306}, 'saleStart': '2026-03-24T10:00Z', 'lot': 150, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-10-27', 'fuel': 'Diesel', 'motExpiry': '2026-10-26', 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FY70LZD/2026-03-17/image/6056de7a-0aef-4a1f-b1a5-6d3218710028_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/f948d0a1-04fc-4f76-9328-f1c24ad06054_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/8ec3b686-2806-4470-9b87-5c7c62dd96ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/c7dadcc9-c602-4687-9d4a-60b040771dfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/2bef062a-8b5d-47e7-a268-7ac38446f631_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/456b0d02-07d9-46a3-9197-166c5b9edccb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70LZD/2026-03-17/image/5c84bf64-996e-42a7-aa7d-5217ac958075_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 07/22-25K', 'remarks': 'VOSA STATES 43K 61K 77K - V5 SCAN', '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/9b2b0474-c1bd-4c15-8eab-56ee41c16d35.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a7118fd-e8fd-5595-af76-aae3d6fed059 with identifier: 120306493
2026-03-24 10:00:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a7118fd-e8fd-5595-af76-aae3d6fed059 with scrape type 2
2026-03-24 10:00:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a7118fd-e8fd-5595-af76-aae3d6fed059 with scrape type 2
2026-03-24 10:00:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3a7118fd-e8fd-5595-af76-aae3d6fed059, identifier: 120306493
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120223236, 'registration': 'LO72OGN', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto', 'mileage': 99210, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 162, '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/LO72OGN/2026-03-09/image/71dbee56-b762-4f89-9f9d-88beed32a60e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/1d2d2440-4b70-471a-b17e-bb5f94964b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/edb15a34-e5f1-4ebc-9224-99bd04960632_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/e4c4e96b-7fd9-4b48-9095-cd67a3fd4614_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/7662f49b-ab95-49d9-b36d-98c6e7ff2d42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/ecce5ba8-59c1-49e4-8773-550a1641b012_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/9af994ea-7aac-4dbc-90cf-036ae4bf3779_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/0c1d334b-5cd0-4966-9493-a2aac8c575d3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK, VOSA STATES 96K', '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/1a6657c7-4392-487d-b598-787b4cb7a1a9.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120223236, 'registration': 'LO72OGN', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto', 'mileage': 99210, 'mileageWarranty': True, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 162, '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/LO72OGN/2026-03-09/image/71dbee56-b762-4f89-9f9d-88beed32a60e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/1d2d2440-4b70-471a-b17e-bb5f94964b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/edb15a34-e5f1-4ebc-9224-99bd04960632_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/e4c4e96b-7fd9-4b48-9095-cd67a3fd4614_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/7662f49b-ab95-49d9-b36d-98c6e7ff2d42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/ecce5ba8-59c1-49e4-8773-550a1641b012_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/9af994ea-7aac-4dbc-90cf-036ae4bf3779_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72OGN/2026-03-09/image/0c1d334b-5cd0-4966-9493-a2aac8c575d3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK, VOSA STATES 96K', '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/1a6657c7-4392-487d-b598-787b4cb7a1a9.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:00:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2cd0a57-dbb1-5dce-a255-cdfe390f991e with identifier: 120223236
2026-03-24 10:00:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2cd0a57-dbb1-5dce-a255-cdfe390f991e with scrape type 2
2026-03-24 10:00:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2cd0a57-dbb1-5dce-a255-cdfe390f991e with scrape type 2
2026-03-24 10:00:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f2cd0a57-dbb1-5dce-a255-cdfe390f991e, identifier: 120223236
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120297093, 'registration': 'ML24RFK', 'account': 'RCI002', 'make': 'RENAULT', 'model': 'TRAFIC SWB DIESEL', 'derivative': 'SL30 Blue dCi 130 Extra Van', 'mileage': 28307, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 163, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-03-22', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/ML24RFK/2026-03-11/image/4528fb16-1ebf-42cb-94ed-1343ffea1b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/942c8eba-3f7c-43ce-be6b-52d4c5327d6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/232f0fdd-06ff-4ab5-9721-efbe52902fd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/ef5a1e19-5922-4946-8a90-d21774ee7294_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/97159df0-775b-43f8-9e59-4c92bffcd77b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/40ac1779-becd-4c6f-a013-adeff84d1f96_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/f80ec8ea-99d0-45ee-9f82-0549e7091ead_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 186, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ddf47e11-be84-4566-a5b0-c0e62ca18029.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120297093, 'registration': 'ML24RFK', 'account': 'RCI002', 'make': 'RENAULT', 'model': 'TRAFIC SWB DIESEL', 'derivative': 'SL30 Blue dCi 130 Extra Van', 'mileage': 28307, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 163, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-03-22', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/ML24RFK/2026-03-11/image/4528fb16-1ebf-42cb-94ed-1343ffea1b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/942c8eba-3f7c-43ce-be6b-52d4c5327d6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/232f0fdd-06ff-4ab5-9721-efbe52902fd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/ef5a1e19-5922-4946-8a90-d21774ee7294_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/97159df0-775b-43f8-9e59-4c92bffcd77b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/40ac1779-becd-4c6f-a013-adeff84d1f96_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML24RFK/2026-03-11/image/f80ec8ea-99d0-45ee-9f82-0549e7091ead_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 186, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ddf47e11-be84-4566-a5b0-c0e62ca18029.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a794798-2c2c-5708-8f3f-22b0e9973503 with identifier: 120297093
2026-03-24 10:00:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a794798-2c2c-5708-8f3f-22b0e9973503 with scrape type 2
2026-03-24 10:00:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a794798-2c2c-5708-8f3f-22b0e9973503 with scrape type 2
2026-03-24 10:00:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a794798-2c2c-5708-8f3f-22b0e9973503, identifier: 120297093
2026-03-24 10:00:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f47c9836-c37f-5855-8c2d-1018de57ff0c with identifier: 120146099
2026-03-24 10:00:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f47c9836-c37f-5855-8c2d-1018de57ff0c with identifier: 120146099
2026-03-24 10:00:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f47c9836-c37f-5855-8c2d-1018de57ff0c with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f47c9836-c37f-5855-8c2d-1018de57ff0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA71WFP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120146099',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT CONNECT 200 L1 DIESEL',
'odometer': 122637,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-29',
'seller_name': 'SIXT Van & Truck',
'title': 'FORD TRANSIT CONNECT 200 L1 DIESEL 1.5 EcoBlue 75ps Van',
'transmission': 'manual',
'trim': '1.5 EcoBlue 75ps Van',
'vin': None,
'year': 2021}
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120146099%27 HTTP/1.1" 200 None
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Saving data for 120146099: {'auction_closing_time': 1774346400.0, 'created_time': 1773403777.24785, 'last_price_update_time': 1774346431.421616}
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120146099') HTTP/1.1" 204 0
2026-03-24 10:00:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ae09831c-5fae-5a1a-adfb-b679c67313b5 with identifier: 120362066
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLUE HTTP/1.1" 200 None
2026-03-24 10:00:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ae09831c-5fae-5a1a-adfb-b679c67313b5 with identifier: 120362066
2026-03-24 10:00:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: ae09831c-5fae-5a1a-adfb-b679c67313b5 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ae09831c-5fae-5a1a-adfb-b679c67313b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY20DBZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120362066',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'E-2008 ELECTRIC ESTATE',
'odometer': 72417,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seller_name': 'TCB Group - Prime',
'title': 'PEUGEOT E-2008 ELECTRIC ESTATE 100kW GT Line 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW GT Line 50kWh 5dr Auto',
'vin': None,
'year': 2020}
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120362066%27 HTTP/1.1" 200 None
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Saving data for 120362066: {'auction_closing_time': 1774346400.0, 'created_time': 1774011729.590623, 'last_price_update_time': 1774346431.79119}
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120362066') HTTP/1.1" 204 0
2026-03-24 10:00:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3a7118fd-e8fd-5595-af76-aae3d6fed059 with identifier: 120306493
2026-03-24 10:00:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3a7118fd-e8fd-5595-af76-aae3d6fed059 with identifier: 120306493
2026-03-24 10:00:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 3a7118fd-e8fd-5595-af76-aae3d6fed059 with expiration date: 2026-03-24T10:00:00Z
{'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-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3a7118fd-e8fd-5595-af76-aae3d6fed059',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY70LZD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120306493',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TOYOTA',
'model': 'PROACE LONG DIESEL',
'odometer': 77788,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-27',
'seller_name': '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-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120306493%27 HTTP/1.1" 200 None
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Saving data for 120306493: {'auction_closing_time': 1774346400.0, 'created_time': 1773687812.672104, 'last_price_update_time': 1774346431.82554}
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120306493') HTTP/1.1" 204 0
2026-03-24 10:00:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f2cd0a57-dbb1-5dce-a255-cdfe390f991e with identifier: 120223236
2026-03-24 10:00:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f2cd0a57-dbb1-5dce-a255-cdfe390f991e with identifier: 120223236
2026-03-24 10:00:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: f2cd0a57-dbb1-5dce-a255-cdfe390f991e with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Electric',
'id': 'f2cd0a57-dbb1-5dce-a255-cdfe390f991e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72OGN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120223236',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 99210,
'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-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120223236%27 HTTP/1.1" 200 None
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Saving data for 120223236: {'auction_closing_time': 1774346400.0, 'created_time': 1773403622.424956, 'last_price_update_time': 1774346431.865923}
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120223236') HTTP/1.1" 204 0
2026-03-24 10:00:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a794798-2c2c-5708-8f3f-22b0e9973503 with identifier: 120297093
2026-03-24 10:00:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a794798-2c2c-5708-8f3f-22b0e9973503 with identifier: 120297093
2026-03-24 10:00:31 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 8a794798-2c2c-5708-8f3f-22b0e9973503 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 186,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8a794798-2c2c-5708-8f3f-22b0e9973503',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ML24RFK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120297093',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'TRAFIC SWB DIESEL',
'odometer': 28307,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-22',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT TRAFIC SWB DIESEL SL30 Blue dCi 130 Extra Van',
'transmission': 'manual',
'trim': 'SL30 Blue dCi 130 Extra Van',
'vin': None,
'year': 2024}
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120297093%27 HTTP/1.1" 200 None
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Saving data for 120297093: {'auction_closing_time': 1774346400.0, 'created_time': 1773403772.186567, 'last_price_update_time': 1774346431.899332}
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120297093') HTTP/1.1" 204 0
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120409434
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120409434%27 HTTP/1.1" 200 None
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120409434: 0
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120606158
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120606158%27 HTTP/1.1" 200 None
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120606158: 0
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120574304
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120574304%27 HTTP/1.1" 200 None
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Scrape type for 120574304: 0
2026-03-24 10:00:31 [astonbarclay.gb] INFO: Found listing with ID: 120513437
2026-03-24 10:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120513437%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120513437: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120631672
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631672%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120631672: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120666990
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120666990%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120666990: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120596377
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120596377%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120596377: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120659223
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120659223%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120659223: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120648919
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648919%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120648919: 2
2026-03-24 10:00:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120157396?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120650675?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120339456?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120436714
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120436714%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120436714: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120373818
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120373818%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120373818: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120454651
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454651%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120454651: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120472140
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120472140%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120472140: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120667305
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667305%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120667305: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120453699
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120453699%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120453699: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120355965
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120355965%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120355965: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120483933
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120483933%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120483933: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120502683
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120502683%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120502683: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120617550
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120617550%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120617550: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120416146
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120416146%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120416146: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120474423
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120474423%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120474423: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120371832
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120371832%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120371832: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120472898
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120472898%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120472898: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120373602
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120373602%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120373602: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120629812
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120629812%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120629812: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120651227
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651227%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120651227: 2
2026-03-24 10:00:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120629762
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120629762%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120629762: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120653092
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653092%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120653092: 2
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120647514
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120647514%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120647514: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120552560
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120552560%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120552560: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120364356
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120364356%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120364356: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120622567
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120622567%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120622567: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120572177
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120572177%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120572177: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120472301
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120472301%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120472301: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120263234
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120263234%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120263234: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120323875
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120323875%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120323875: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120622881
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120622881%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120622881: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120455553
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120455553%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120455553: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120406020
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120406020%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120406020: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120631808
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631808%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120631808: 0
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120653262
2026-03-24 10:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653262%27 HTTP/1.1" 200 None
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Scrape type for 120653262: 2
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120157396, 'registration': 'MT74AAZ', 'account': 'RCI002', 'make': 'PEUGEOT', 'model': 'BOXER 335 L3 DIESEL', 'derivative': '2.2 BlueHDi 140 H2 Van Professional', 'mileage': 20356, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 164, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-10-31', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 2184, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/84453a00-6b85-48e5-9f1b-0a52bec6a100_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/b59e68ac-bd43-4674-8ee2-59bfd8d62515_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/85a1a51e-2130-4994-ae99-991b3de90aba_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/75b45ca9-9207-4c36-986a-19ba7f7fc0ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/1351deb4-8cb0-4e70-9c74-36635c90ca70_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/333c8368-1cdd-4099-a551-abe755220c15_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/b9f371e6-03b4-4c3d-8031-cc0f8d3db1a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/50b68576-6c68-4696-969f-aead73d401f2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'A/C, Elec Windows & Mirrors, rear sensors', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 211, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b614d5d9-9f71-4d0e-a912-17961d2cce2f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120157396, 'registration': 'MT74AAZ', 'account': 'RCI002', 'make': 'PEUGEOT', 'model': 'BOXER 335 L3 DIESEL', 'derivative': '2.2 BlueHDi 140 H2 Van Professional', 'mileage': 20356, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 164, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-10-31', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 2184, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/84453a00-6b85-48e5-9f1b-0a52bec6a100_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/b59e68ac-bd43-4674-8ee2-59bfd8d62515_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/85a1a51e-2130-4994-ae99-991b3de90aba_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/75b45ca9-9207-4c36-986a-19ba7f7fc0ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/1351deb4-8cb0-4e70-9c74-36635c90ca70_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/333c8368-1cdd-4099-a551-abe755220c15_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/b9f371e6-03b4-4c3d-8031-cc0f8d3db1a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT74AAZ/2026-03-16/image/50b68576-6c68-4696-969f-aead73d401f2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'A/C, Elec Windows & Mirrors, rear sensors', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 211, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b614d5d9-9f71-4d0e-a912-17961d2cce2f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:00:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56801182-7b52-50a8-be5e-bd84ee3923d7 with identifier: 120157396
2026-03-24 10:00:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56801182-7b52-50a8-be5e-bd84ee3923d7 with scrape type 2
2026-03-24 10:00:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56801182-7b52-50a8-be5e-bd84ee3923d7 with scrape type 2
2026-03-24 10:00:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 56801182-7b52-50a8-be5e-bd84ee3923d7, identifier: 120157396
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120650675, 'registration': 'BK16YJC', 'account': 'PHI027', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 3 5dr', 'mileage': 82881, 'mileageWarranty': False, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 180, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK16YJC/2026-03-20/image/1fa3f32b-9404-4461-a57e-9765f0f14d84_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/0ca6f2fb-497e-4599-8b0a-01b8d3ee594d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/8911ce37-2bf0-420b-b83a-c56dee7e4227_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/352cc030-1a0b-4992-afd0-690a172af0c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/d5dc014a-5ef5-48d0-8802-284ca76a671b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/91c78872-bf2f-42ad-bce5-d275575bd6ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/489204e6-b051-4e6c-98e8-96f36bf5d335_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/86d736d9-4035-4d6c-a4fe-7ec9f34854f2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/17-61K 07/18-18K 07/19-29K 01/21-47K 03/22-55K 07/23-67K 06/24-75K 08/25-82K', 'remarks': 'NON RUNNER MAY HAVE FURTHER FAULTS BURNING LOTS OF OIL, HEAVY BLUE SMOKE, OVER REVS. SPARE KEY VOSA STATES 24K 39K 47K 53K 60K 67K 75K 82K MILEAGE DISCREPANCY**', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120650675, 'registration': 'BK16YJC', 'account': 'PHI027', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '1.7 CRDi ISG 3 5dr', 'mileage': 82881, 'mileageWarranty': False, 'type': 'car', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 180, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1685, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK16YJC/2026-03-20/image/1fa3f32b-9404-4461-a57e-9765f0f14d84_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/0ca6f2fb-497e-4599-8b0a-01b8d3ee594d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/8911ce37-2bf0-420b-b83a-c56dee7e4227_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/352cc030-1a0b-4992-afd0-690a172af0c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/d5dc014a-5ef5-48d0-8802-284ca76a671b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/91c78872-bf2f-42ad-bce5-d275575bd6ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/489204e6-b051-4e6c-98e8-96f36bf5d335_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK16YJC/2026-03-20/image/86d736d9-4035-4d6c-a4fe-7ec9f34854f2_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/17-61K 07/18-18K 07/19-29K 01/21-47K 03/22-55K 07/23-67K 06/24-75K 08/25-82K', 'remarks': 'NON RUNNER MAY HAVE FURTHER FAULTS BURNING LOTS OF OIL, HEAVY BLUE SMOKE, OVER REVS. SPARE KEY VOSA STATES 24K 39K 47K 53K 60K 67K 75K 82K MILEAGE DISCREPANCY**', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12e2bda7-1044-5fc0-a5cb-45235d752951 with identifier: 120650675
2026-03-24 10:00:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12e2bda7-1044-5fc0-a5cb-45235d752951 with scrape type 2
2026-03-24 10:00:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12e2bda7-1044-5fc0-a5cb-45235d752951 with scrape type 2
2026-03-24 10:00:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 12e2bda7-1044-5fc0-a5cb-45235d752951, identifier: 120650675
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120339456, 'registration': 'YE69GHN', 'account': 'NOR038', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 311CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Van', 'mileage': 170787, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 181, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-06-20', 'doors': None, 'engineSize': 2143, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/YE69GHN/2026-03-18/image/61021128-706d-464f-bf90-fbf7f0e3319c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/9477b92a-ea6b-4f6e-8f94-32ec06354e2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/4a2b8032-98d2-4f96-a466-35393aeb3cb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/11c136f1-0c0a-4128-af91-f4da4e939361_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/b59ea143-ac6b-4502-81fd-555babe380e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/d18fbe9b-b7ab-441f-ae90-33f6eda3eb4a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'NON RUNNER - KEEPS CUTTING OUT MAY HAVE FURTHER FAULTS VOSA STATES 60K 83K 115K 152K', '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-24 10:00:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120339456, 'registration': 'YE69GHN', 'account': 'NOR038', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 311CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Van', 'mileage': 170787, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 181, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-06-20', 'doors': None, 'engineSize': 2143, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/YE69GHN/2026-03-18/image/61021128-706d-464f-bf90-fbf7f0e3319c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/9477b92a-ea6b-4f6e-8f94-32ec06354e2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/4a2b8032-98d2-4f96-a466-35393aeb3cb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/11c136f1-0c0a-4128-af91-f4da4e939361_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/b59ea143-ac6b-4502-81fd-555babe380e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE69GHN/2026-03-18/image/d18fbe9b-b7ab-441f-ae90-33f6eda3eb4a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'NON RUNNER - KEEPS CUTTING OUT MAY HAVE FURTHER FAULTS VOSA STATES 60K 83K 115K 152K', '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-24 10:00:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5695fe99-00dd-5774-ad8b-413ebc1d1376 with identifier: 120339456
2026-03-24 10:00:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5695fe99-00dd-5774-ad8b-413ebc1d1376 with scrape type 2
2026-03-24 10:00:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5695fe99-00dd-5774-ad8b-413ebc1d1376 with scrape type 2
2026-03-24 10:00:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5695fe99-00dd-5774-ad8b-413ebc1d1376, identifier: 120339456
2026-03-24 10:00:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 56801182-7b52-50a8-be5e-bd84ee3923d7 with identifier: 120157396
2026-03-24 10:00:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 56801182-7b52-50a8-be5e-bd84ee3923d7 with identifier: 120157396
2026-03-24 10:00:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 56801182-7b52-50a8-be5e-bd84ee3923d7 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 211,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '56801182-7b52-50a8-be5e-bd84ee3923d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MT74AAZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120157396',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'BOXER 335 L3 DIESEL',
'odometer': 20356,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-31',
'seller_name': 'Mobilize Financial Services',
'title': 'PEUGEOT BOXER 335 L3 DIESEL 2.2 BlueHDi 140 H2 Van Professional',
'transmission': 'manual',
'trim': '2.2 BlueHDi 140 H2 Van Professional',
'vin': None,
'year': 2024}
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120157396%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Saving data for 120157396: {'auction_closing_time': 1774346400.0, 'created_time': 1773403793.192722, 'last_price_update_time': 1774346433.25855}
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120157396') HTTP/1.1" 204 0
2026-03-24 10:00:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 12e2bda7-1044-5fc0-a5cb-45235d752951 with identifier: 120650675
2026-03-24 10:00:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 12e2bda7-1044-5fc0-a5cb-45235d752951 with identifier: 120650675
2026-03-24 10:00:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 12e2bda7-1044-5fc0-a5cb-45235d752951 with expiration date: 2026-03-24T10:00:00Z
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.7L',
'expiration_date': '2026-03-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '12e2bda7-1044-5fc0-a5cb-45235d752951',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BK16YJC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120650675',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'KIA',
'model': 'SPORTAGE DIESEL ESTATE',
'odometer': 82881,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seller_name': 'Local Dealer Group',
'title': 'KIA SPORTAGE DIESEL ESTATE 1.7 CRDi ISG 3 5dr',
'transmission': 'manual',
'trim': '1.7 CRDi ISG 3 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650675%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Saving data for 120650675: {'auction_closing_time': 1774346400.0, 'created_time': 1774011666.262184, 'last_price_update_time': 1774346433.411356}
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650675') HTTP/1.1" 204 0
2026-03-24 10:00:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5695fe99-00dd-5774-ad8b-413ebc1d1376 with identifier: 120339456
2026-03-24 10:00:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5695fe99-00dd-5774-ad8b-413ebc1d1376 with identifier: 120339456
2026-03-24 10:00:33 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: 5695fe99-00dd-5774-ad8b-413ebc1d1376 with expiration date: 2026-03-24T10:00:00Z
{'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-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5695fe99-00dd-5774-ad8b-413ebc1d1376',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YE69GHN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120339456',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 311CDI L3 DIESEL RWD',
'odometer': 170787,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-31',
'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-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120339456%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Saving data for 120339456: {'auction_closing_time': 1774346400.0, 'created_time': 1773687816.322145, 'last_price_update_time': 1774346433.450953}
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120339456') HTTP/1.1" 204 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120622611
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120622611%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120622611: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120454811
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454811%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120454811: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120548087
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120548087%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120548087: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120621192
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120621192%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120621192: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120371481
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120371481%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120371481: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120444850
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120444850%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120444850: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120356596
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120356596%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120356596: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120484845
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484845%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120484845: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120435527
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120435527%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120435527: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120566449
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120566449%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120566449: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120650937
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650937%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120650937: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120650536
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650536%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120650536: 2
2026-03-24 10:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120477905?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120339446?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592831?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119639542?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120631815
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631815%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120631815: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120652757
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120652757%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120652757: 2
2026-03-24 10:00:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120653926
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653926%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120653926: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120250741
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120250741%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120250741: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120615827
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120615827%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120615827: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120530151
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120530151%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120530151: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120442120
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120442120%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120442120: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120288061
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120288061%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120288061: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120393366
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120393366%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120393366: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120587291
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120587291%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120587291: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120625981
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120625981%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120625981: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120379914
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120379914%27 HTTP/1.1" 200 None
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Scrape type for 120379914: 0
2026-03-24 10:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120629949
2026-03-24 10:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120629949%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120629949: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120479790
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479790%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120479790: 2
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120648800
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648800%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120648800: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120373910
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120373910%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120373910: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120473847
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120473847%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120473847: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120621316
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120621316%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120621316: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120513100
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120513100%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120513100: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120502496
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120502496%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120502496: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120612124
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120612124%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120612124: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120363866
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120363866%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120363866: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120585840
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120585840%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120585840: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120623221
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120623221%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120623221: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120649281
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120649281%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120649281: 2
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120621446
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120621446%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120621446: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120587436
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120587436%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120587436: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120606141
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120606141%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120606141: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120622467
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120622467%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120622467: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120440877
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120440877%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120440877: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120622521
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120622521%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120622521: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120626499
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120626499%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120626499: 0
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120651054
2026-03-24 10:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651054%27 HTTP/1.1" 200 None
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Scrape type for 120651054: 2
2026-03-24 10:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120594240?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120477905, 'registration': 'MM24UBU', 'account': 'MOT070', 'make': 'CUPRA', 'model': 'LEON ESTATE', 'derivative': '1.5 eTSI V1 5dr DSG', 'mileage': 9724, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 117, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-05-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MM24UBU/2026-03-16/image/a3f55a6b-f746-4da2-997e-da30acb2b5a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/4bbd3eae-5d7f-434c-8f0d-7d885eb33307_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/abdb106f-d638-4024-9111-d36d9bd14395_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/eeaa6207-eee0-4ff6-af43-3a3cc97fd647_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/03041358-3dc6-41ce-ac2f-9ab56e62adfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/943d2131-12f2-4c62-a518-91ff1577c02e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/29fc67e3-e321-4cbf-8f1a-3bf4f3c11093_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/4a0996b6-d48b-4a2b-9134-0c47db259a23_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ab2a381d-728e-473c-8a68-f03662c43741.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120477905, 'registration': 'MM24UBU', 'account': 'MOT070', 'make': 'CUPRA', 'model': 'LEON ESTATE', 'derivative': '1.5 eTSI V1 5dr DSG', 'mileage': 9724, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 117, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-05-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MM24UBU/2026-03-16/image/a3f55a6b-f746-4da2-997e-da30acb2b5a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/4bbd3eae-5d7f-434c-8f0d-7d885eb33307_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/abdb106f-d638-4024-9111-d36d9bd14395_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/eeaa6207-eee0-4ff6-af43-3a3cc97fd647_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/03041358-3dc6-41ce-ac2f-9ab56e62adfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/943d2131-12f2-4c62-a518-91ff1577c02e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/29fc67e3-e321-4cbf-8f1a-3bf4f3c11093_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM24UBU/2026-03-16/image/4a0996b6-d48b-4a2b-9134-0c47db259a23_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ab2a381d-728e-473c-8a68-f03662c43741.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bca3c62-36f7-5c54-a8a1-181da6ad8140 with identifier: 120477905
2026-03-24 10:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bca3c62-36f7-5c54-a8a1-181da6ad8140 with scrape type 2
2026-03-24 10:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bca3c62-36f7-5c54-a8a1-181da6ad8140 with scrape type 2
2026-03-24 10:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7bca3c62-36f7-5c54-a8a1-181da6ad8140, identifier: 120477905
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120339446, 'registration': 'YJ69XLB', 'account': 'NOR038', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 311CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Van', 'mileage': 185256, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 182, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-08-28', 'doors': None, 'engineSize': 2143, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/eb63f3ed-528d-4c41-ace3-afc2f7d735b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/921bdce2-a934-4caa-a755-469a6a1e92ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/fd1b90f0-f146-48d3-bc98-9453f1648f7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/19b4e567-e9f3-4308-aa9c-81cdb8f9a7b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/c3e54a09-8eb7-4987-8067-e3f709fc294c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/611f57cd-4b9f-4e66-9ff2-ef13c20a3dcd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '* VAN CUTS OUT MAY HAVE FURTHER ISSUES ** VOSA STATES 93K 110K 143K 176K', '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-24 10:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120339446, 'registration': 'YJ69XLB', 'account': 'NOR038', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 311CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Van', 'mileage': 185256, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18965, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-24T10:00Z', 'lot': 182, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-08-28', 'doors': None, 'engineSize': 2143, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/eb63f3ed-528d-4c41-ace3-afc2f7d735b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/921bdce2-a934-4caa-a755-469a6a1e92ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/fd1b90f0-f146-48d3-bc98-9453f1648f7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/19b4e567-e9f3-4308-aa9c-81cdb8f9a7b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/c3e54a09-8eb7-4987-8067-e3f709fc294c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XLB/2026-03-17/image/611f57cd-4b9f-4e66-9ff2-ef13c20a3dcd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '* VAN CUTS OUT MAY HAVE FURTHER ISSUES ** VOSA STATES 93K 110K 143K 176K', '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-24 10:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db2d08dd-5b9b-54d8-a640-ece5f952ca28 with identifier: 120339446
2026-03-24 10:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db2d08dd-5b9b-54d8-a640-ece5f952ca28 with scrape type 2
2026-03-24 10:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db2d08dd-5b9b-54d8-a640-ece5f952ca28 with scrape type 2
2026-03-24 10:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db2d08dd-5b9b-54d8-a640-ece5f952ca28, identifier: 120339446
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592831, 'registration': 'SK73MHL', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] Sense Plus 5dr', 'mileage': 23756, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 133, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-10-10', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SK73MHL/2026-03-20/image/1af2139d-7684-4995-9702-980c9668995e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/b6de07bc-3de4-4e94-9438-2e92a9ba28f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/632fdeac-7b5f-4cdb-8ea4-5cda368b12b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/181ae873-abbc-4cf8-9208-35c313052398_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/fa57cb5e-a39f-4ff3-a0ae-e599b5981110_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/07407f0e-87ed-4383-9940-e7a6f2cfe8c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/be05156e-0073-44da-b3d9-72703ea0dbc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/8828b27a-a914-4683-a41e-ccd53b5f22dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/2784d70e-f9d5-4a30-a7e2-983cfe960507_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/c2b31826-92e3-47a6-a8a1-40bfb9d2e449_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/b160af10-2851-4d78-90d5-7647a7da5e1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/89f7bdf0-16e1-4d02-acdd-ce03b7f668f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24- 9k', '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': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7b0fed3f-1056-4d15-9f6b-b5aebc78e534.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592831, 'registration': 'SK73MHL', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] Sense Plus 5dr', 'mileage': 23756, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 133, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-10-10', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SK73MHL/2026-03-20/image/1af2139d-7684-4995-9702-980c9668995e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/b6de07bc-3de4-4e94-9438-2e92a9ba28f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/632fdeac-7b5f-4cdb-8ea4-5cda368b12b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/181ae873-abbc-4cf8-9208-35c313052398_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/fa57cb5e-a39f-4ff3-a0ae-e599b5981110_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/07407f0e-87ed-4383-9940-e7a6f2cfe8c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/be05156e-0073-44da-b3d9-72703ea0dbc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/8828b27a-a914-4683-a41e-ccd53b5f22dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/2784d70e-f9d5-4a30-a7e2-983cfe960507_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/c2b31826-92e3-47a6-a8a1-40bfb9d2e449_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/b160af10-2851-4d78-90d5-7647a7da5e1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK73MHL/2026-03-20/image/89f7bdf0-16e1-4d02-acdd-ce03b7f668f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24- 9k', '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': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7b0fed3f-1056-4d15-9f6b-b5aebc78e534.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0590b38c-5f0c-5f6b-af61-04151076c3a5 with identifier: 120592831
2026-03-24 10:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0590b38c-5f0c-5f6b-af61-04151076c3a5 with scrape type 2
2026-03-24 10:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0590b38c-5f0c-5f6b-af61-04151076c3a5 with scrape type 2
2026-03-24 10:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0590b38c-5f0c-5f6b-af61-04151076c3a5, identifier: 120592831
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119639542, 'registration': 'LV72WLD', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Exclusive 5dr DCT', 'mileage': 24026, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 122, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-11-11', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV72WLD/2026-02-23/image/35dc6586-fabc-4d68-922b-a4f288b224a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/709df344-0acd-415a-9a6c-239754d49493_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/37423263-92fd-446d-9628-5be293cd2f42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/b3d58799-b12c-4e2e-8459-ef59385cc833_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/678f3ec1-d562-4729-b532-9ecfbe3fc1c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/133fa191-5b27-4890-8143-eaf339987d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/aee18f6b-dcd6-479e-8451-c212027673f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/9c48b8f1-54fa-4677-ab64-eaed95a9acd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/1b38518f-4043-40d6-bf4f-a300cd53b3fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/1696ff6d-644e-4f97-aece-bbd5d6e124f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/e037eb07-0e1c-40f9-bd41-0be088040171_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/3a0d786b-ad71-4ab0-b1d3-a3a3fa3411ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/a3dcc522-2472-4e99-9272-192bd0121081_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/d8ed8692-025c-4b62-9c18-60d620cac82b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/8294ae20-313f-4461-8cae-1a03e2373bd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/ffe1ce6a-f227-4861-badb-139e42de3cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/c310b055-0922-4118-922d-bbcd5341bb41_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/db6b73f9-a4b5-48c1-a01d-3b3cd814cd9b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24- 17k', 'remarks': 'spare key, V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': 'TF', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63d4bfbc-8397-4d82-abaf-ff1fbab9316d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119639542, 'registration': 'LV72WLD', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Exclusive 5dr DCT', 'mileage': 24026, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 122, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-11-11', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV72WLD/2026-02-23/image/35dc6586-fabc-4d68-922b-a4f288b224a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/709df344-0acd-415a-9a6c-239754d49493_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/37423263-92fd-446d-9628-5be293cd2f42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/b3d58799-b12c-4e2e-8459-ef59385cc833_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/678f3ec1-d562-4729-b532-9ecfbe3fc1c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/133fa191-5b27-4890-8143-eaf339987d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/aee18f6b-dcd6-479e-8451-c212027673f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/9c48b8f1-54fa-4677-ab64-eaed95a9acd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/1b38518f-4043-40d6-bf4f-a300cd53b3fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/1696ff6d-644e-4f97-aece-bbd5d6e124f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/e037eb07-0e1c-40f9-bd41-0be088040171_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/3a0d786b-ad71-4ab0-b1d3-a3a3fa3411ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/a3dcc522-2472-4e99-9272-192bd0121081_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/d8ed8692-025c-4b62-9c18-60d620cac82b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/8294ae20-313f-4461-8cae-1a03e2373bd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/ffe1ce6a-f227-4861-badb-139e42de3cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/c310b055-0922-4118-922d-bbcd5341bb41_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV72WLD/2026-02-23/image/db6b73f9-a4b5-48c1-a01d-3b3cd814cd9b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24- 17k', 'remarks': 'spare key, V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': 'TF', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63d4bfbc-8397-4d82-abaf-ff1fbab9316d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b658d1c9-8afa-5329-9801-befb885fd4ec with identifier: 119639542
2026-03-24 10:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b658d1c9-8afa-5329-9801-befb885fd4ec with scrape type 2
2026-03-24 10:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b658d1c9-8afa-5329-9801-befb885fd4ec with scrape type 2
2026-03-24 10:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b658d1c9-8afa-5329-9801-befb885fd4ec, identifier: 119639542
2026-03-24 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120605018
2026-03-24 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120605018%27 HTTP/1.1" 200 None
2026-03-24 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120605018: 0
2026-03-24 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120668539
2026-03-24 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668539%27 HTTP/1.1" 200 None
2026-03-24 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120668539: 0
2026-03-24 10:00:35 [astonbarclay.gb] INFO: Found listing with ID: 120652375
2026-03-24 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120652375%27 HTTP/1.1" 200 None
2026-03-24 10:00:35 [astonbarclay.gb] INFO: Scrape type for 120652375: 2
2026-03-24 10:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7bca3c62-36f7-5c54-a8a1-181da6ad8140 with identifier: 120477905
2026-03-24 10:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY HTTP/1.1" 200 None
2026-03-24 10:00:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7bca3c62-36f7-5c54-a8a1-181da6ad8140 with identifier: 120477905
2026-03-24 10:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7bca3c62-36f7-5c54-a8a1-181da6ad8140 with identifier: 120477905 to the API
2026-03-24 10:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120477905?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': '7bca3c62-36f7-5c54-a8a1-181da6ad8140',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MM24UBU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120477905',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'CUPRA',
'model': 'LEON ESTATE',
'odometer': 9724,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-29',
'seller_name': 'Motability Operations',
'title': 'CUPRA LEON ESTATE 1.5 eTSI V1 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 eTSI V1 5dr DSG',
'vin': None,
'year': 2024}
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120477905%27 HTTP/1.1" 200 None
2026-03-24 10:00:38 [astonbarclay.gb] INFO: Saving data for 120477905: {'auction_closing_time': 1774348200.0, 'created_time': 1773687812.007319, 'last_price_update_time': 1774346438.36046}
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120477905') HTTP/1.1" 204 0
2026-03-24 10:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db2d08dd-5b9b-54d8-a640-ece5f952ca28 with identifier: 120339446
2026-03-24 10:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db2d08dd-5b9b-54d8-a640-ece5f952ca28 with identifier: 120339446
2026-03-24 10:00:38 [scrapy.core.scraper] INFO: Dropped: Dropping expired listing: db2d08dd-5b9b-54d8-a640-ece5f952ca28 with expiration date: 2026-03-24T10:00:00Z
{'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-24T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'db2d08dd-5b9b-54d8-a640-ece5f952ca28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ69XLB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120339446',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 311CDI L3 DIESEL RWD',
'odometer': 185256,
'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-24 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120339446%27 HTTP/1.1" 200 None
2026-03-24 10:00:38 [astonbarclay.gb] INFO: Saving data for 120339446: {'auction_closing_time': 1774346400.0, 'created_time': 1773687809.069419, 'last_price_update_time': 1774346438.491598}
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120339446') HTTP/1.1" 204 0
2026-03-24 10:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0590b38c-5f0c-5f6b-af61-04151076c3a5 with identifier: 120592831
2026-03-24 10:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0590b38c-5f0c-5f6b-af61-04151076c3a5 with identifier: 120592831
2026-03-24 10:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0590b38c-5f0c-5f6b-af61-04151076c3a5 with identifier: 120592831 to the API
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592831?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-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': '0590b38c-5f0c-5f6b-af61-04151076c3a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SK73MHL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592831',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'CITROEN',
'model': 'C4 HATCHBACK',
'odometer': 23756,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-10',
'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-24 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: Resetting dropped connection: alxsourcingstorageprod.table.core.windows.net
2026-03-24 10: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%27120592831%27 HTTP/1.1" 200 None
2026-03-24 10:00:38 [astonbarclay.gb] INFO: Saving data for 120592831: {'auction_closing_time': 1774348200.0, 'created_time': 1773914561.979558, 'last_price_update_time': 1774346438.916929}
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592831') HTTP/1.1" 204 0
2026-03-24 10:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b658d1c9-8afa-5329-9801-befb885fd4ec with identifier: 119639542
2026-03-24 10:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b658d1c9-8afa-5329-9801-befb885fd4ec with identifier: 119639542
2026-03-24 10:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b658d1c9-8afa-5329-9801-befb885fd4ec with identifier: 119639542 to the API
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119639542?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'b658d1c9-8afa-5329-9801-befb885fd4ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LV72WLD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119639542',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 24026,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-11',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Exclusive 5dr DCT',
'transmission': 'automatic',
'trim': '1.5 T-GDI Exclusive 5dr DCT',
'vin': None,
'year': 2022}
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119639542%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Saving data for 119639542: {'auction_closing_time': 1774348200.0, 'created_time': 1774011748.100945, 'last_price_update_time': 1774346439.448513}
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119639542') HTTP/1.1" 204 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120604867
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120604867%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120604867: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120605172
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120605172%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120605172: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120653891
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653891%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120653891: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120351554
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120351554%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120351554: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120381054
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120381054%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120381054: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120247194
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120247194%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120247194: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120246971
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120246971%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120246971: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120257441
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120257441%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120257441: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120668454
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668454%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120668454: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120447543
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120447543%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120447543: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120653502
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653502%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120653502: 2
2026-03-24 10:00:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120482947?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120684627
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120684627%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120684627: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120435218
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120435218%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120435218: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120631486
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631486%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120631486: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120461260
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461260%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120461260: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120648471
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648471%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120648471: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120586140
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120586140%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120586140: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120368952
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120368952%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120368952: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120668445
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668445%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120668445: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120363127
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120363127%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120363127: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120408319
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120408319%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120408319: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120668421
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668421%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120668421: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120474035
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120474035%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120474035: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120588609
2026-03-24 10:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120588609%27 HTTP/1.1" 200 None
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Scrape type for 120588609: 0
2026-03-24 10:00:39 [astonbarclay.gb] INFO: Found listing with ID: 120668364
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668364%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120668364: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120589168
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589168%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120589168: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120648148
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648148%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120648148: 2
2026-03-24 10:00:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120594240, 'registration': 'SP23ZWW', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 25313, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 125, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-02-28', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/20570114-7df6-4010-92d2-048004e694ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/a61db4e4-536b-4477-88c8-b30e90c28609_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/105a5030-039b-4e93-9454-55969c120238_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/a4145fad-8972-439e-ba7d-0065078e69ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/d808d1cd-c90f-440f-be87-8f3ddaa7f1f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/7d7b2650-913f-4c3a-a285-6fcb8e19b4ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/4da50239-0538-4f8b-be6b-99b8bf0d5b4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/d25d3050-39d1-478f-a85b-4528f681beca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/306fe5f8-4646-4d22-aebe-51d05eb1d2a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/2595b8d1-00f0-4bd1-95e2-9b1139304b06_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/69dfa98f-142c-4874-bbc6-c939860ab917_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/c94d5ca0-5972-4514-8a71-c9a283be0d7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/bf64dc0f-0c6a-4364-9e32-281df413e65e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/24-8K, 08/25-19K', 'remarks': 'vosa @ 24k - SPARE KEY IN OFFICE, V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/496a901a-a680-4867-a27e-54ae5ab72101.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120594240, 'registration': 'SP23ZWW', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 25313, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 125, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-02-28', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/20570114-7df6-4010-92d2-048004e694ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/a61db4e4-536b-4477-88c8-b30e90c28609_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/105a5030-039b-4e93-9454-55969c120238_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/a4145fad-8972-439e-ba7d-0065078e69ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/d808d1cd-c90f-440f-be87-8f3ddaa7f1f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/7d7b2650-913f-4c3a-a285-6fcb8e19b4ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/4da50239-0538-4f8b-be6b-99b8bf0d5b4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/d25d3050-39d1-478f-a85b-4528f681beca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/306fe5f8-4646-4d22-aebe-51d05eb1d2a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/2595b8d1-00f0-4bd1-95e2-9b1139304b06_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/69dfa98f-142c-4874-bbc6-c939860ab917_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/c94d5ca0-5972-4514-8a71-c9a283be0d7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SP23ZWW/2026-03-19/image/bf64dc0f-0c6a-4364-9e32-281df413e65e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/24-8K, 08/25-19K', 'remarks': 'vosa @ 24k - SPARE KEY IN OFFICE, V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/496a901a-a680-4867-a27e-54ae5ab72101.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4769c95d-eb38-531e-b353-d2e3e650f151 with identifier: 120594240
2026-03-24 10:00:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4769c95d-eb38-531e-b353-d2e3e650f151 with scrape type 2
2026-03-24 10:00:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4769c95d-eb38-531e-b353-d2e3e650f151 with scrape type 2
2026-03-24 10:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4769c95d-eb38-531e-b353-d2e3e650f151, identifier: 120594240
2026-03-24 10:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4769c95d-eb38-531e-b353-d2e3e650f151 with identifier: 120594240
2026-03-24 10:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4769c95d-eb38-531e-b353-d2e3e650f151 with identifier: 120594240
2026-03-24 10:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4769c95d-eb38-531e-b353-d2e3e650f151 with identifier: 120594240 to the API
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120594240?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': '4769c95d-eb38-531e-b353-d2e3e650f151',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SP23ZWW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120594240',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 25313,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seller_name': '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-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120594240%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Saving data for 120594240: {'auction_closing_time': 1774348200.0, 'created_time': 1773914559.100799, 'last_price_update_time': 1774346440.51939}
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120594240') HTTP/1.1" 204 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120262916
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120262916%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120262916: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120261705
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120261705%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120261705: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120363810
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120363810%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120363810: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120528674
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120528674%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120528674: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120630710
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120630710%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120630710: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120480111
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120480111%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120480111: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120455546
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120455546%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120455546: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120454887
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454887%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120454887: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120454793
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454793%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120454793: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120560634
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120560634%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120560634: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120453711
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120453711%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120453711: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120254335
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120254335%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120254335: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120652528
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120652528%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120652528: 2
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120668357
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668357%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120668357: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120450068
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120450068%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120450068: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120455454
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120455454%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120455454: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120455436
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120455436%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120455436: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120548226
2026-03-24 10:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120548226%27 HTTP/1.1" 200 None
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Scrape type for 120548226: 0
2026-03-24 10:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120444062
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120444062%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120444062: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120409640
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120409640%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120409640: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120454834
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454834%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120454834: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120456149
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120456149%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120456149: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120443870
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443870%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120443870: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120631920
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631920%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120631920: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120606579
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120606579%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120606579: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120668431
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668431%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120668431: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120436606
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120436606%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120436606: 2
2026-03-24 10:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120648523?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120651227?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120648919?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120479461?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120482947, 'registration': 'NL73DWN', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Trophy 5dr DCT', 'mileage': 20357, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 154, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-09-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL73DWN/2026-03-17/image/2fddc234-c594-40ce-9022-00f4f745ad26_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/36eafe97-586a-4037-8b73-ae29d2c90f56_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/15d33e45-0966-4c44-ab19-9a6869559175_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/9dec4256-ec2a-482c-8a43-3a702bdb150e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/61f95145-bbb6-4910-8aa7-434e8e15a224_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/3c19a170-1e27-443e-9382-8c924cf84196_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/d41fb78c-505f-4931-a7d7-b07d4774f6cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/3fdaf909-ab02-4f48-ab16-73d4c90fe57b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/e027b8ae-7d18-4a12-a5d1-b4933996d6fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/67e8ba10-643d-4dae-8421-0d38685ab783_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/e5a5c9df-76ad-4638-bc9f-7a69b8bf24bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/43aad5c3-0473-4ace-9dcd-08f4ae2d2d6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/141932c7-cbfd-4742-975b-97c72ac1ac02_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/8c2447b7-ad98-4760-a1bf-b492e542e638_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24- 10k', 'remarks': 'spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e0b29780-7cc3-4d34-8f1b-d7763c1189f9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120482947, 'registration': 'NL73DWN', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Trophy 5dr DCT', 'mileage': 20357, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 154, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-09-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL73DWN/2026-03-17/image/2fddc234-c594-40ce-9022-00f4f745ad26_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/36eafe97-586a-4037-8b73-ae29d2c90f56_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/15d33e45-0966-4c44-ab19-9a6869559175_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/9dec4256-ec2a-482c-8a43-3a702bdb150e_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/61f95145-bbb6-4910-8aa7-434e8e15a224_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/3c19a170-1e27-443e-9382-8c924cf84196_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/d41fb78c-505f-4931-a7d7-b07d4774f6cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/3fdaf909-ab02-4f48-ab16-73d4c90fe57b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/e027b8ae-7d18-4a12-a5d1-b4933996d6fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/67e8ba10-643d-4dae-8421-0d38685ab783_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/e5a5c9df-76ad-4638-bc9f-7a69b8bf24bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/43aad5c3-0473-4ace-9dcd-08f4ae2d2d6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/141932c7-cbfd-4742-975b-97c72ac1ac02_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL73DWN/2026-03-17/image/8c2447b7-ad98-4760-a1bf-b492e542e638_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24- 10k', 'remarks': 'spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e0b29780-7cc3-4d34-8f1b-d7763c1189f9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6904ca9e-3bce-5d65-924b-f8e876310caf with identifier: 120482947
2026-03-24 10:00:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6904ca9e-3bce-5d65-924b-f8e876310caf with scrape type 2
2026-03-24 10:00:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6904ca9e-3bce-5d65-924b-f8e876310caf with scrape type 2
2026-03-24 10:00:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6904ca9e-3bce-5d65-924b-f8e876310caf, identifier: 120482947
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120455478
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120455478%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120455478: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120653547
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653547%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120653547: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120412534
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120412534%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120412534: 0
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120479554
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479554%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Scrape type for 120479554: 2
2026-03-24 10:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6904ca9e-3bce-5d65-924b-f8e876310caf with identifier: 120482947
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED HTTP/1.1" 200 None
2026-03-24 10:00:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6904ca9e-3bce-5d65-924b-f8e876310caf with identifier: 120482947
2026-03-24 10:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6904ca9e-3bce-5d65-924b-f8e876310caf with identifier: 120482947 to the API
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120482947?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-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': '6904ca9e-3bce-5d65-924b-f8e876310caf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NL73DWN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120482947',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 20357,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-29',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Trophy 5dr DCT',
'transmission': 'automatic',
'trim': '1.5 T-GDI Trophy 5dr DCT',
'vin': None,
'year': 2023}
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120482947%27 HTTP/1.1" 200 None
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Saving data for 120482947: {'auction_closing_time': 1774348200.0, 'created_time': 1773687802.26056, 'last_price_update_time': 1774346441.817087}
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120482947') HTTP/1.1" 204 0
2026-03-24 10:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592770?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120406177
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120406177%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120406177: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120528265
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120528265%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120528265: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120522292
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120522292%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120522292: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120371603
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120371603%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120371603: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120543301
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120543301%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120543301: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120631405
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631405%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120631405: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120572514
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120572514%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120572514: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120544023
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120544023%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120544023: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120456233
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120456233%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120456233: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120631574
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631574%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120631574: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120410940
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120410940%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120410940: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120631750
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631750%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120631750: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120675571
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120675571%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120675571: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120367525
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120367525%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120367525: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120434109
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120434109%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120434109: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120631843
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631843%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120631843: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120588830
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120588830%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120588830: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120588754
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120588754%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120588754: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120632149
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120632149%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120632149: 0
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120652223
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120652223%27 HTTP/1.1" 200 None
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Scrape type for 120652223: 2
2026-03-24 10:00:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120648523, 'registration': 'SH15TWM', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi N-Tec+ 5dr', 'mileage': 131501, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 159, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-05-06', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH15TWM/2026-03-23/image/4f18a0ac-fc94-42e5-93be-f02161bc39e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/95a0dd0c-a0b9-4b89-a812-2557bd1f9d9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/b974471d-6d61-4579-8e70-10d5fa3184c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/87249c74-58b9-4dd9-9038-36457a0f20bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/ff18a490-4387-4e6c-a53c-cb6be37017f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/8af5c6e1-8eac-4ad3-8223-10ab452d7333_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/af7d5481-5347-41a9-b460-9b1caccbffc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/105b03d4-46f6-4dc6-a4fc-db78f9a8cfa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/e082af09-12f6-4426-89d9-d057d3558678_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16 - 25K, 08/17 - 63K, 08/23 - 110K, 12/23 - 112K, INVOICE @ 08/25 - 128K,', 'remarks': '**683** VOSA STATES 69K, 76K, 86K, 92K, 99K, 106K, 112K, 120K, 129K, SD CARD', '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/4791b70f-2690-4968-8939-1dbc65b0420e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120648523, 'registration': 'SH15TWM', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi N-Tec+ 5dr', 'mileage': 131501, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 159, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-05-06', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH15TWM/2026-03-23/image/4f18a0ac-fc94-42e5-93be-f02161bc39e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/95a0dd0c-a0b9-4b89-a812-2557bd1f9d9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/b974471d-6d61-4579-8e70-10d5fa3184c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/87249c74-58b9-4dd9-9038-36457a0f20bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/ff18a490-4387-4e6c-a53c-cb6be37017f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/8af5c6e1-8eac-4ad3-8223-10ab452d7333_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/af7d5481-5347-41a9-b460-9b1caccbffc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/105b03d4-46f6-4dc6-a4fc-db78f9a8cfa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH15TWM/2026-03-23/image/e082af09-12f6-4426-89d9-d057d3558678_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16 - 25K, 08/17 - 63K, 08/23 - 110K, 12/23 - 112K, INVOICE @ 08/25 - 128K,', 'remarks': '**683** VOSA STATES 69K, 76K, 86K, 92K, 99K, 106K, 112K, 120K, 129K, SD CARD', '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/4791b70f-2690-4968-8939-1dbc65b0420e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccad8ae4-339d-56d2-855e-31fc08eff89b with identifier: 120648523
2026-03-24 10:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccad8ae4-339d-56d2-855e-31fc08eff89b with scrape type 2
2026-03-24 10:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccad8ae4-339d-56d2-855e-31fc08eff89b with scrape type 2
2026-03-24 10:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ccad8ae4-339d-56d2-855e-31fc08eff89b, identifier: 120648523
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120651227, 'registration': 'MA59JUF', 'account': 'WBA004', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK', 'derivative': '1.3 GL 5dr', 'mileage': 89554, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 185, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 1328, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA59JUF/2026-03-23/image/19c43875-25c0-468a-ad7a-494aac7e4323_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/73f14ee0-5229-4ff9-9716-aa1f66ba32d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/fe237c10-36ec-4393-9f48-d19d5790eb77_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/f0e609be-f7f4-421a-8acc-2114eea02efd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/7b535751-24af-430f-8c04-e89c59dac3fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/2a1c30d6-5aec-4942-b8b5-623d79bbfe63_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/a6f87738-f0fc-48cc-b870-bf4d1aec587b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/c79aaa17-09c3-4db2-8423-551633882fbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/ac7ab843-7674-48c0-bbf1-e6f2221b748e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18 - 37K, 09/19 - 46K, 09/20 - 54K, 09/21 - 62K, 09/22 - 74K, 09/23 - 81K, 09/24 - 85K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - Damage is front end and all over **555** VOSA STATES 11K, 13K, 17K, 23K, 28K, 33K, 37K, 46K, 54K, 62K, 74K, 81K, 85K, 88K, SPARE KEY - KEY BLADE SEPERATE', 'virtual': False, 'seller': 'UKCGR - Trade', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120651227, 'registration': 'MA59JUF', 'account': 'WBA004', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK', 'derivative': '1.3 GL 5dr', 'mileage': 89554, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 185, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 1328, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA59JUF/2026-03-23/image/19c43875-25c0-468a-ad7a-494aac7e4323_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/73f14ee0-5229-4ff9-9716-aa1f66ba32d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/fe237c10-36ec-4393-9f48-d19d5790eb77_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/f0e609be-f7f4-421a-8acc-2114eea02efd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/7b535751-24af-430f-8c04-e89c59dac3fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/2a1c30d6-5aec-4942-b8b5-623d79bbfe63_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/a6f87738-f0fc-48cc-b870-bf4d1aec587b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/c79aaa17-09c3-4db2-8423-551633882fbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA59JUF/2026-03-23/image/ac7ab843-7674-48c0-bbf1-e6f2221b748e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18 - 37K, 09/19 - 46K, 09/20 - 54K, 09/21 - 62K, 09/22 - 74K, 09/23 - 81K, 09/24 - 85K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - Damage is front end and all over **555** VOSA STATES 11K, 13K, 17K, 23K, 28K, 33K, 37K, 46K, 54K, 62K, 74K, 81K, 85K, 88K, SPARE KEY - KEY BLADE SEPERATE', 'virtual': False, 'seller': 'UKCGR - Trade', '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': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d603b54d-dc11-5a03-9047-7ab2ae675c89 with identifier: 120651227
2026-03-24 10:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d603b54d-dc11-5a03-9047-7ab2ae675c89 with scrape type 2
2026-03-24 10:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d603b54d-dc11-5a03-9047-7ab2ae675c89 with scrape type 2
2026-03-24 10:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d603b54d-dc11-5a03-9047-7ab2ae675c89, identifier: 120651227
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120648919, 'registration': 'KV70UHY', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A3 DIESEL SALOON', 'derivative': '35 TDI S Line 4dr S Tronic', 'mileage': 46735, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 168, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-12', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KV70UHY/2026-03-23/image/7377b81d-f790-4fb0-ae91-a00f2fe74d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/c4f7df4c-c7ed-4c14-8402-d3ccb98a37f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/7083cba8-8fd6-4bbf-bda9-512520363a26_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/3f9dc187-fc2c-465a-8eae-32c9ff1b01ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/a83e1082-f703-4a5f-8e8b-f1efc4928c65_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/718ce84f-c006-4d34-8035-f73b71ca652a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/ed8d353e-fa1e-407f-a721-cac704788512_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/c9493883-53a6-4fdc-a0f5-7756ea6ea6be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/67514ec0-be44-44db-bc21-9d50fc15777a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 08/24 - 33K, 09/25 - 42K,', 'remarks': '**653** VOSA STATES 26K, 33K, 42K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5b52ee20-7208-4215-b321-ac06cdefa2b4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120648919, 'registration': 'KV70UHY', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A3 DIESEL SALOON', 'derivative': '35 TDI S Line 4dr S Tronic', 'mileage': 46735, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 168, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-12', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KV70UHY/2026-03-23/image/7377b81d-f790-4fb0-ae91-a00f2fe74d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/c4f7df4c-c7ed-4c14-8402-d3ccb98a37f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/7083cba8-8fd6-4bbf-bda9-512520363a26_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/3f9dc187-fc2c-465a-8eae-32c9ff1b01ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/a83e1082-f703-4a5f-8e8b-f1efc4928c65_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/718ce84f-c006-4d34-8035-f73b71ca652a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/ed8d353e-fa1e-407f-a721-cac704788512_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/c9493883-53a6-4fdc-a0f5-7756ea6ea6be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KV70UHY/2026-03-23/image/67514ec0-be44-44db-bc21-9d50fc15777a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 08/24 - 33K, 09/25 - 42K,', 'remarks': '**653** VOSA STATES 26K, 33K, 42K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5b52ee20-7208-4215-b321-ac06cdefa2b4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c200c08-b7c8-5533-8ac8-044ad13fba85 with identifier: 120648919
2026-03-24 10:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c200c08-b7c8-5533-8ac8-044ad13fba85 with scrape type 2
2026-03-24 10:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c200c08-b7c8-5533-8ac8-044ad13fba85 with scrape type 2
2026-03-24 10:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7c200c08-b7c8-5533-8ac8-044ad13fba85, identifier: 120648919
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120479461, 'registration': 'WN21CHX', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.5 TSI R-Line 5dr', 'mileage': 29902, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 167, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN21CHX/2026-03-20/image/3e5351bc-d4be-4a1d-8596-ec70b6f157c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/514e60b7-98b3-4b65-953b-ca6ceb4b77bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/2a3391df-8994-44c7-8b40-15392799ae88_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/2e189b67-b073-4d50-9569-0f0a6d640cd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/24766cd5-039b-4903-b6f6-3a44b60341bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/52d85d9b-07e7-4977-a074-5206654449ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/eb0592a4-2f4a-433f-b2d6-faea4ba6f6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/161096ca-8f41-4998-a346-db5c93f9fce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/319faa66-8977-44a2-8044-259026a9b23e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/6547adb1-ab8a-4877-857c-6da35f1622eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/6e8f7fac-facd-4e9b-8c9f-c2d6d9b24c61_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/25- 21k', 'remarks': 'vosa @ 13k 21k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e768691e-563c-4317-8370-8ff5c4674c1e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120479461, 'registration': 'WN21CHX', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.5 TSI R-Line 5dr', 'mileage': 29902, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 167, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN21CHX/2026-03-20/image/3e5351bc-d4be-4a1d-8596-ec70b6f157c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/514e60b7-98b3-4b65-953b-ca6ceb4b77bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/2a3391df-8994-44c7-8b40-15392799ae88_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/2e189b67-b073-4d50-9569-0f0a6d640cd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/24766cd5-039b-4903-b6f6-3a44b60341bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/52d85d9b-07e7-4977-a074-5206654449ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/eb0592a4-2f4a-433f-b2d6-faea4ba6f6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/161096ca-8f41-4998-a346-db5c93f9fce5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/319faa66-8977-44a2-8044-259026a9b23e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/6547adb1-ab8a-4877-857c-6da35f1622eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN21CHX/2026-03-20/image/6e8f7fac-facd-4e9b-8c9f-c2d6d9b24c61_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/25- 21k', 'remarks': 'vosa @ 13k 21k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e768691e-563c-4317-8370-8ff5c4674c1e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80056322-6403-52b4-ba80-8ab817ffa703 with identifier: 120479461
2026-03-24 10:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80056322-6403-52b4-ba80-8ab817ffa703 with scrape type 2
2026-03-24 10:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80056322-6403-52b4-ba80-8ab817ffa703 with scrape type 2
2026-03-24 10:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 80056322-6403-52b4-ba80-8ab817ffa703, identifier: 120479461
2026-03-24 10:00:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ccad8ae4-339d-56d2-855e-31fc08eff89b with identifier: 120648523
2026-03-24 10:00:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ccad8ae4-339d-56d2-855e-31fc08eff89b with identifier: 120648523
2026-03-24 10:00:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ccad8ae4-339d-56d2-855e-31fc08eff89b with identifier: 120648523 to the API
2026-03-24 10:00:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120648523?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-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'ccad8ae4-339d-56d2-855e-31fc08eff89b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SH15TWM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120648523',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 131501,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-06',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.5 dCi N-Tec+ 5dr',
'transmission': 'manual',
'trim': '1.5 dCi N-Tec+ 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648523%27 HTTP/1.1" 200 None
2026-03-24 10:00:43 [astonbarclay.gb] INFO: Saving data for 120648523: {'auction_closing_time': 1774357200.0, 'created_time': 1774011671.753132, 'last_price_update_time': 1774346443.259322}
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120648523') HTTP/1.1" 204 0
2026-03-24 10:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d603b54d-dc11-5a03-9047-7ab2ae675c89 with identifier: 120651227
2026-03-24 10:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d603b54d-dc11-5a03-9047-7ab2ae675c89 with identifier: 120651227
2026-03-24 10:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d603b54d-dc11-5a03-9047-7ab2ae675c89 with identifier: 120651227 to the API
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120651227?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.3L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'd603b54d-dc11-5a03-9047-7ab2ae675c89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA59JUF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120651227',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SUZUKI',
'model': 'SWIFT HATCHBACK',
'odometer': 89554,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-25',
'seller_name': 'UKCGR - Trade',
'title': 'SUZUKI SWIFT HATCHBACK 1.3 GL 5dr',
'transmission': 'manual',
'trim': '1.3 GL 5dr',
'vin': None,
'year': 2009}
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651227%27 HTTP/1.1" 200 None
2026-03-24 10:00:43 [astonbarclay.gb] INFO: Saving data for 120651227: {'auction_closing_time': 1774357200.0, 'created_time': 1774011740.057138, 'last_price_update_time': 1774346443.857889}
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651227') HTTP/1.1" 204 0
2026-03-24 10:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7c200c08-b7c8-5533-8ac8-044ad13fba85 with identifier: 120648919
2026-03-24 10:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7c200c08-b7c8-5533-8ac8-044ad13fba85 with identifier: 120648919
2026-03-24 10:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7c200c08-b7c8-5533-8ac8-044ad13fba85 with identifier: 120648919 to the API
2026-03-24 10:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120648919?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '7c200c08-b7c8-5533-8ac8-044ad13fba85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KV70UHY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120648919',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A3 DIESEL SALOON',
'odometer': 46735,
'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 - Trade',
'title': 'AUDI A3 DIESEL SALOON 35 TDI S Line 4dr S Tronic',
'transmission': 'automatic',
'trim': '35 TDI S Line 4dr S Tronic',
'vin': None,
'year': 2020}
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648919%27 HTTP/1.1" 200 None
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Saving data for 120648919: {'auction_closing_time': 1774357200.0, 'created_time': 1774011668.252753, 'last_price_update_time': 1774346444.316175}
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120648919') HTTP/1.1" 204 0
2026-03-24 10:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 80056322-6403-52b4-ba80-8ab817ffa703 with identifier: 120479461
2026-03-24 10:00:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 80056322-6403-52b4-ba80-8ab817ffa703 with identifier: 120479461
2026-03-24 10:00:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 80056322-6403-52b4-ba80-8ab817ffa703 with identifier: 120479461 to the API
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120479461?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': '80056322-6403-52b4-ba80-8ab817ffa703',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WN21CHX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120479461',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 29902,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.5 TSI R-Line 5dr',
'transmission': 'manual',
'trim': '1.5 TSI R-Line 5dr',
'vin': None,
'year': 2021}
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479461%27 HTTP/1.1" 200 None
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Saving data for 120479461: {'auction_closing_time': 1774348200.0, 'created_time': 1773687798.369565, 'last_price_update_time': 1774346444.658825}
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479461') HTTP/1.1" 204 0
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120641293
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120641293%27 HTTP/1.1" 200 None
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120641293: 2
2026-03-24 10:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653262?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653092?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120666894
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120666894%27 HTTP/1.1" 200 None
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120666894: 0
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120667055
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667055%27 HTTP/1.1" 200 None
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120667055: 0
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120683279
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120683279%27 HTTP/1.1" 200 None
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120683279: 0
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120580331
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120580331%27 HTTP/1.1" 200 None
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120580331: 0
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120649161
2026-03-24 10:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120649161%27 HTTP/1.1" 200 None
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Scrape type for 120649161: 2
2026-03-24 10: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-24 10: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-24 10:00:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592770, 'registration': 'MC21UJK', 'account': 'STA058', 'make': 'KIA', 'model': 'XCEED HATCHBACK', 'derivative': '1.0T GDi ISG 2 5dr', 'mileage': 44165, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 220, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-07-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-13', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MC21UJK/2026-03-19/image/754ab249-a69d-4f4e-87ae-0ab0bf6c464d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/8e6e9984-ef93-452d-a34c-0fb0aa7ec7aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/6f0a6797-b720-48ec-ab38-c4f042e56446_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/64f0608f-d6b7-445a-89ed-39d9fd70f74f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/4f5a829a-1ae9-4c51-8639-135c06784f32_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/fab660b4-a6d2-4014-ae11-bca3e8af0a77_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/89f08e4e-557d-4857-bbd3-c6e853665567_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/18169d1a-c6db-4a7e-b020-d9c53e8d8ab3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/9d7b71af-f58b-4280-a260-2f3f16c04a0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/d908de9f-846a-40ce-8080-ee5c94cdb467_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/22-10K, 07/23-19K, 07/24-31K, 06/25-39K', 'remarks': 'vosa @ 31k 39k', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4758c17a-c336-4779-8ac1-522c1327dd24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592770, 'registration': 'MC21UJK', 'account': 'STA058', 'make': 'KIA', 'model': 'XCEED HATCHBACK', 'derivative': '1.0T GDi ISG 2 5dr', 'mileage': 44165, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 220, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2021-07-14', 'fuel': 'Petrol', 'motExpiry': '2026-07-13', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MC21UJK/2026-03-19/image/754ab249-a69d-4f4e-87ae-0ab0bf6c464d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/8e6e9984-ef93-452d-a34c-0fb0aa7ec7aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/6f0a6797-b720-48ec-ab38-c4f042e56446_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/64f0608f-d6b7-445a-89ed-39d9fd70f74f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/4f5a829a-1ae9-4c51-8639-135c06784f32_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/fab660b4-a6d2-4014-ae11-bca3e8af0a77_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/89f08e4e-557d-4857-bbd3-c6e853665567_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/18169d1a-c6db-4a7e-b020-d9c53e8d8ab3_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/9d7b71af-f58b-4280-a260-2f3f16c04a0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC21UJK/2026-03-19/image/d908de9f-846a-40ce-8080-ee5c94cdb467_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/22-10K, 07/23-19K, 07/24-31K, 06/25-39K', 'remarks': 'vosa @ 31k 39k', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4758c17a-c336-4779-8ac1-522c1327dd24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13b8ed4a-5e9d-5d39-8e70-23456b33cda6 with identifier: 120592770
2026-03-24 10:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13b8ed4a-5e9d-5d39-8e70-23456b33cda6 with scrape type 2
2026-03-24 10:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13b8ed4a-5e9d-5d39-8e70-23456b33cda6 with scrape type 2
2026-03-24 10:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 13b8ed4a-5e9d-5d39-8e70-23456b33cda6, identifier: 120592770
2026-03-24 10:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120657401
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120657401%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120657401: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120667537
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667537%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120667537: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120668546
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668546%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120668546: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120668095
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668095%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120668095: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120667258
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667258%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120667258: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120454772
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454772%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120454772: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120546883
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120546883%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120546883: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120445454
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120445454%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120445454: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120380522
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120380522%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120380522: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120256784
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120256784%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120256784: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120417688
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120417688%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120417688: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120471937
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471937%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120471937: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120631237
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120631237: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120668257
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668257%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120668257: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120682298
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120682298%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120682298: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120657060
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120657060%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120657060: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120668438
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668438%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120668438: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120411130
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120411130%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120411130: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120442214
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120442214%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120442214: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120482833
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120482833%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120482833: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120442088
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120442088%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120442088: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120480022
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120480022%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120480022: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120482878
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120482878%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120482878: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120472495
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120472495%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120472495: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120668119
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668119%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120668119: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120586055
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120586055%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120586055: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120468179
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120468179%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120468179: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120528502
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120528502%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120528502: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120660737
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120660737%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120660737: 0
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120630232
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120630232%27 HTTP/1.1" 200 None
2026-03-24 10:00:45 [astonbarclay.gb] INFO: Scrape type for 120630232: 2
2026-03-24 10:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 13b8ed4a-5e9d-5d39-8e70-23456b33cda6 with identifier: 120592770
2026-03-24 10:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 13b8ed4a-5e9d-5d39-8e70-23456b33cda6 with identifier: 120592770
2026-03-24 10:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 13b8ed4a-5e9d-5d39-8e70-23456b33cda6 with identifier: 120592770 to the API
2026-03-24 10:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592770?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T10:30:00Z',
'fuel_type': 'Petrol',
'id': '13b8ed4a-5e9d-5d39-8e70-23456b33cda6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MC21UJK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592770',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'XCEED HATCHBACK',
'odometer': 44165,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-14',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'KIA XCEED HATCHBACK 1.0T GDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.0T GDi ISG 2 5dr',
'vin': None,
'year': 2021}
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592770%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Saving data for 120592770: {'auction_closing_time': 1774348200.0, 'created_time': 1773914502.200706, 'last_price_update_time': 1774346446.110775}
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592770') HTTP/1.1" 204 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120479509
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479509%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120479509: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120529069
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120529069%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120529069: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120529956
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120529956%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120529956: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120454860
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454860%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120454860: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120663536
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120663536%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120663536: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120483846
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120483846%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120483846: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120659437
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120659437%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120659437: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120659327
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120659327%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120659327: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120657532
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120657532%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120657532: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120659493
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120659493%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120659493: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120668127
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668127%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120668127: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120479674
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479674%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120479674: 0
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120479128
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479128%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Scrape type for 120479128: 2
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653262, 'registration': 'RO67VZP', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '108 HATCHBACK', 'derivative': '1.0 Allure 5dr 2-Tronic', 'mileage': 15566, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 200, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-09', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RO67VZP/2026-03-23/image/44df631b-ea65-4b70-b85b-ff716e646036_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/19a4c592-358b-4c39-9ec2-93a6b3627400_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/f7e1e03a-c439-4016-b23b-37cf96de9fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/fe294338-7d9e-4897-b4ae-c7f53985434a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/79035b79-d771-4869-b2d8-956ae8e2a1fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/222d1976-f05f-44c9-b0a3-4b2448f93005_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/b3d7ce73-4864-470f-96a7-4067b1e0b9be_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/32478b21-870c-464d-bf45-260846f15284_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/f2753eb8-641e-4fcb-91e2-fb08b22fe3bd_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/18 - 1K, 05/20 - 3K, 08/23 - 4K, 07/25 - 12K,', 'remarks': '**682** VOSA STATES 3K, 3K, 4K, 4K, 7K, 12K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea44957a-5312-43b9-b681-695cdbb698f6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653262, 'registration': 'RO67VZP', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '108 HATCHBACK', 'derivative': '1.0 Allure 5dr 2-Tronic', 'mileage': 15566, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 200, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-09', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RO67VZP/2026-03-23/image/44df631b-ea65-4b70-b85b-ff716e646036_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/19a4c592-358b-4c39-9ec2-93a6b3627400_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/f7e1e03a-c439-4016-b23b-37cf96de9fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/fe294338-7d9e-4897-b4ae-c7f53985434a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/79035b79-d771-4869-b2d8-956ae8e2a1fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/222d1976-f05f-44c9-b0a3-4b2448f93005_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/b3d7ce73-4864-470f-96a7-4067b1e0b9be_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/32478b21-870c-464d-bf45-260846f15284_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO67VZP/2026-03-23/image/f2753eb8-641e-4fcb-91e2-fb08b22fe3bd_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/18 - 1K, 05/20 - 3K, 08/23 - 4K, 07/25 - 12K,', 'remarks': '**682** VOSA STATES 3K, 3K, 4K, 4K, 7K, 12K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea44957a-5312-43b9-b681-695cdbb698f6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d060d23-87a1-524f-a573-63e2b65866f7 with identifier: 120653262
2026-03-24 10:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d060d23-87a1-524f-a573-63e2b65866f7 with scrape type 2
2026-03-24 10:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d060d23-87a1-524f-a573-63e2b65866f7 with scrape type 2
2026-03-24 10:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8d060d23-87a1-524f-a573-63e2b65866f7, identifier: 120653262
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653092, 'registration': 'KM72TEJ', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '208 GT LINE PURETECH S/S', 'derivative': None, 'mileage': 17642, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 187, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/ea967e27-0b72-4424-a943-518f9a3d8b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/e41aefbc-766a-4b91-9002-4e6831df6f0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/dcc6045b-2c59-473a-9e29-6af62d50f6dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/a6b77938-67a5-495e-a273-5845fa69fd22_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/580371fe-8f5f-4907-abc3-e335f3b7b11a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/6886a02b-8dc1-42ec-8840-95eda02d738d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/10cd6207-89ff-4121-aa81-ffc0486102b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/77719564-d486-4cc7-955d-71c442a90cb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/bd18cd51-b25e-4c3e-b1b9-9730d42d9c69_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/24 - 8K, 06/25 - 11K,', 'remarks': '**674** VOSA STATES 16K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b119d094-b173-4edb-b394-85b4550b2d71.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653092, 'registration': 'KM72TEJ', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '208 GT LINE PURETECH S/S', 'derivative': None, 'mileage': 17642, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 187, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/ea967e27-0b72-4424-a943-518f9a3d8b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/e41aefbc-766a-4b91-9002-4e6831df6f0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/dcc6045b-2c59-473a-9e29-6af62d50f6dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/a6b77938-67a5-495e-a273-5845fa69fd22_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/580371fe-8f5f-4907-abc3-e335f3b7b11a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/6886a02b-8dc1-42ec-8840-95eda02d738d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/10cd6207-89ff-4121-aa81-ffc0486102b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/77719564-d486-4cc7-955d-71c442a90cb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM72TEJ/2026-03-23/image/bd18cd51-b25e-4c3e-b1b9-9730d42d9c69_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/24 - 8K, 06/25 - 11K,', 'remarks': '**674** VOSA STATES 16K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b119d094-b173-4edb-b394-85b4550b2d71.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84f398c1-bc24-5a37-8816-da852a5cbadb with identifier: 120653092
2026-03-24 10:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84f398c1-bc24-5a37-8816-da852a5cbadb with scrape type 2
2026-03-24 10:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84f398c1-bc24-5a37-8816-da852a5cbadb with scrape type 2
2026-03-24 10:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 84f398c1-bc24-5a37-8816-da852a5cbadb, identifier: 120653092
2026-03-24 10:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652757?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120650536?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120479790?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8d060d23-87a1-524f-a573-63e2b65866f7 with identifier: 120653262
2026-03-24 10:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8d060d23-87a1-524f-a573-63e2b65866f7 with identifier: 120653262
2026-03-24 10:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8d060d23-87a1-524f-a573-63e2b65866f7 with identifier: 120653262 to the API
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120653262?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '8d060d23-87a1-524f-a573-63e2b65866f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RO67VZP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653262',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '108 HATCHBACK',
'odometer': 15566,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-31',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 108 HATCHBACK 1.0 Allure 5dr 2-Tronic',
'transmission': 'automatic',
'trim': '1.0 Allure 5dr 2-Tronic',
'vin': None,
'year': 2017}
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653262%27 HTTP/1.1" 200 None
2026-03-24 10:00:46 [astonbarclay.gb] INFO: Saving data for 120653262: {'auction_closing_time': 1774357200.0, 'created_time': 1774011679.925031, 'last_price_update_time': 1774346446.986337}
2026-03-24 10:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653262') HTTP/1.1" 204 0
2026-03-24 10:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 84f398c1-bc24-5a37-8816-da852a5cbadb with identifier: 120653092
2026-03-24 10:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 84f398c1-bc24-5a37-8816-da852a5cbadb with identifier: 120653092
2026-03-24 10:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 84f398c1-bc24-5a37-8816-da852a5cbadb with identifier: 120653092 to the API
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120653092?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '84f398c1-bc24-5a37-8816-da852a5cbadb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KM72TEJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653092',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '208 GT LINE PURETECH S/S',
'odometer': 17642,
'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': 'UKCGR - Premium',
'title': 'PEUGEOT 208 GT LINE PURETECH S/S None',
'transmission': 'manual',
'trim': None,
'vin': None,
'year': 2022}
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653092%27 HTTP/1.1" 200 None
2026-03-24 10:00:47 [astonbarclay.gb] INFO: Saving data for 120653092: {'auction_closing_time': 1774357200.0, 'created_time': 1774011736.436854, 'last_price_update_time': 1774346447.857034}
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653092') HTTP/1.1" 204 0
2026-03-24 10:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120380938
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120380938%27 HTTP/1.1" 200 None
2026-03-24 10:00:47 [astonbarclay.gb] INFO: Scrape type for 120380938: 0
2026-03-24 10:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120479864
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479864%27 HTTP/1.1" 200 None
2026-03-24 10:00:47 [astonbarclay.gb] INFO: Scrape type for 120479864: 2
2026-03-24 10:00:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120649281?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120454533
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454533%27 HTTP/1.1" 200 None
2026-03-24 10:00:47 [astonbarclay.gb] INFO: Scrape type for 120454533: 0
2026-03-24 10:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120663604
2026-03-24 10:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120663604%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120663604: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120479474
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479474%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120479474: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120502863
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120502863%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120502863: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120412317
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120412317%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120412317: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120473922
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120473922%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120473922: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120308896
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120308896%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120308896: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120251093
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120251093%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120251093: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120616110
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120616110%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120616110: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120415604
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120415604%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120415604: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120415856
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120415856%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120415856: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120418097
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120418097%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120418097: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120415592
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120415592%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120415592: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120418065
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120418065%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120418065: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120418087
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120418087%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120418087: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120056795
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120056795%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120056795: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120237760
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120237760%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120237760: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120432856
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120432856%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120432856: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120470094
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120470094: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120415866
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120415866%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120415866: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120538208
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120538208%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120538208: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120418075
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120418075%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120418075: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120439132
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120439132%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120439132: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120470169
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120470169%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120470169: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120415846
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120415846%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120415846: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120237682
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120237682%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120237682: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120432773
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120432773%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120432773: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120462266
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120462266%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120462266: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120415583
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120415583%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120415583: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120432621
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120432621%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120432621: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120415836
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120415836%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120415836: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120462248
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120462248%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120462248: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120418124
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120418124%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120418124: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120439185
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120439185%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120439185: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120462215
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120462215%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120462215: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120415629
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120415629%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120415629: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120203738
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120203738%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120203738: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120462230
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120462230%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120462230: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120418329
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120418329%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120418329: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120439240
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120439240%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120439240: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120439208
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120439208%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120439208: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120462185
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120462185%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120462185: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120021794
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120021794%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120021794: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120439221
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120439221%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120439221: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120470251
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120470251%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120470251: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120439172
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120439172%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120439172: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120439144
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120439144%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120439144: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120247489
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120247489%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120247489: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120225028
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120225028%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120225028: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120056865
2026-03-24 10:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120056865%27 HTTP/1.1" 200 None
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Scrape type for 120056865: 0
2026-03-24 10:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120007374
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120007374%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120007374: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120439259
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120439259%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120439259: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120470283
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120470283%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120470283: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120470186
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120470186%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120470186: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120237809
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120237809%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120237809: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 119801407
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119801407%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 119801407: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120007531
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120007531%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120007531: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120056805
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120056805%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120056805: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120041052
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120041052%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120041052: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120592975
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592975%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120592975: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120459248
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120459248%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120459248: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120557682
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120557682%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120557682: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120536997
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120536997%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120536997: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120448393
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120448393%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120448393: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 119819979
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119819979%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 119819979: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120543880
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120543880%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120543880: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120279489
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120279489%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120279489: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120407093
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120407093%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120407093: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120584241
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120584241%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120584241: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120442280
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120442280%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120442280: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120417615
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120417615%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120417615: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120447262
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120447262%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120447262: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 119997798
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119997798%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 119997798: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120484351
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484351%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120484351: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120465236
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120465236%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120465236: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120410795
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120410795%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120410795: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120417855
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120417855%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120417855: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120454745
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454745%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120454745: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120452327
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120452327%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120452327: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120418026
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120418026%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120418026: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120444606
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120444606%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120444606: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120485941
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120485941%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120485941: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120475085
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120475085%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120475085: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120584212
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120584212%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120584212: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120413225
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120413225%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120413225: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120410877
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120410877%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120410877: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120263253
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120263253%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120263253: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120535742
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120535742%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120535742: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120444507
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120444507%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120444507: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120467703
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120467703%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120467703: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120478753
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120478753%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120478753: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120475265
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120475265%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120475265: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120592946
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592946%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120592946: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120478717
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120478717%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120478717: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120592964
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592964%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120592964: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120465157
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120465157%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120465157: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120484248
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484248%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120484248: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120594739
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120594739%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120594739: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120447198
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120447198%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120447198: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120519091
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120519091%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120519091: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120446832
2026-03-24 10:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120446832%27 HTTP/1.1" 200 None
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Scrape type for 120446832: 0
2026-03-24 10:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120509936
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120509936%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120509936: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120592934
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592934%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120592934: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120550656
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120550656%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120550656: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120473770
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120473770%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120473770: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120300992
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120300992%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120300992: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120474875
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120474875%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120474875: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120417733
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120417733%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120417733: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120253933
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120253933%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120253933: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120412923
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120412923%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120412923: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120465056
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120465056%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120465056: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120226759
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120226759%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120226759: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120473688
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120473688%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120473688: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120447199
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120447199%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120447199: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 118151684
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118151684%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 118151684: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120282673
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120282673%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120282673: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120555896
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120555896%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120555896: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120412401
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120412401%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120412401: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120454896
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454896%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120454896: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120577131
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120577131%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120577131: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120589047
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589047%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120589047: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119819209
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119819209%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 119819209: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119670217
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119670217%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 119670217: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119343898
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119343898%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 119343898: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120284378
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120284378%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120284378: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 117742671
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27117742671%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 117742671: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120088335
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120088335%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120088335: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 118714230
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118714230%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 118714230: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119192578
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119192578%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 119192578: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120114303
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120114303%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120114303: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120416058
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120416058%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120416058: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120114440
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120114440%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120114440: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119594883
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119594883%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 119594883: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120461336
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461336%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120461336: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120471338
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471338%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120471338: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120471388
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471388%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120471388: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120416029
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120416029%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 120416029: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 119860131
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119860131%27 HTTP/1.1" 200 None
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Scrape type for 119860131: 0
2026-03-24 10:00:50 [astonbarclay.gb] INFO: Found listing with ID: 120471319
2026-03-24 10:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471319%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120471319: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120416015
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120416015%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120416015: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120574999
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120574999%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120574999: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120471398
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471398%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120471398: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120471377
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471377%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120471377: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120471365
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471365%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120471365: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120471411
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471411%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120471411: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120471352
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471352%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120471352: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120484600
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484600%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120484600: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120484566
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484566%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120484566: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120484555
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484555%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120484555: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120484544
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484544%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120484544: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119936725
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119936725%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 119936725: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120484612
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484612%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120484612: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120461368
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461368%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120461368: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120001684
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120001684%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120001684: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120257902
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120257902%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120257902: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120152272
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120152272%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120152272: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120521521
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521521%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120521521: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120188516
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120188516%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120188516: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120642502
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120642502%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120642502: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119965445
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119965445%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 119965445: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120063239
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120063239%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120063239: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120169084
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120169084%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120169084: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119760395
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119760395%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 119760395: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120197116
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120197116%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120197116: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120474931
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120474931%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120474931: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120546508
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120546508%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120546508: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120632648
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120632648%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120632648: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120221428
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120221428%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120221428: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119052103
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119052103%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 119052103: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120208207
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120208207%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120208207: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120255215
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120255215%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120255215: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120100551
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120100551%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120100551: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120622634
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120622634%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120622634: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120529222
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120529222%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120529222: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120676530
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120676530%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120676530: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120484239
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484239%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120484239: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120676773
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120676773%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120676773: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120538439
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120538439%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120538439: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119628212
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119628212%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 119628212: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120174959
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120174959%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120174959: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120609624
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120609624%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120609624: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120610317
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120610317%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120610317: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 119734446
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119734446%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 119734446: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120550354
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120550354%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120550354: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120618235
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120618235%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120618235: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120291886
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120291886%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120291886: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120245728
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120245728%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120245728: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120245719
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120245719%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120245719: 0
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120556241
2026-03-24 10:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120556241%27 HTTP/1.1" 200 None
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Scrape type for 120556241: 1
2026-03-24 10: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-24 10:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120651054?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120214419?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10: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-24 10:00:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652757, 'registration': 'FD66YSV', 'account': 'WBA003', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi Zetec 5dr', 'mileage': 71182, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 214, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Diesel', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FD66YSV/2026-03-23/image/d5d7c320-93eb-4dcd-a69b-3030ad2df931_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/996b18fe-6c97-4528-a7e9-8cba0eee2341_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/8999ccb1-02cd-4037-b610-058ec621784e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/ded239de-d60f-44c1-bc56-250b0916bbef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/10673821-1de2-4571-a04c-eabdb81a058b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/8efbe96c-b773-4d11-bb9b-63e1fe1496c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/fcf7cac1-63f9-4dff-a7ec-e94959527e57_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/813b12fa-ecb6-4abf-b2b6-fcaf61342843_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/33fef187-116a-44a1-a0af-a405de135247_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/18 - 4K, 01/19 - 8K, 02/20 - 13K, 01/21 - 19K, 01/22 - 26K, 04/23 - 34K, 10/25 - 65K,', 'remarks': '**649** VOSA STATES 12K, 13K, 19K, 26K, 34K, 45K, 59K, 71K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/280c4587-4427-43a1-8fcb-af90b1d1c751.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652757, 'registration': 'FD66YSV', 'account': 'WBA003', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi Zetec 5dr', 'mileage': 71182, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 214, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Diesel', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FD66YSV/2026-03-23/image/d5d7c320-93eb-4dcd-a69b-3030ad2df931_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/996b18fe-6c97-4528-a7e9-8cba0eee2341_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/8999ccb1-02cd-4037-b610-058ec621784e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/ded239de-d60f-44c1-bc56-250b0916bbef_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/10673821-1de2-4571-a04c-eabdb81a058b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/8efbe96c-b773-4d11-bb9b-63e1fe1496c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/fcf7cac1-63f9-4dff-a7ec-e94959527e57_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/813b12fa-ecb6-4abf-b2b6-fcaf61342843_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD66YSV/2026-03-23/image/33fef187-116a-44a1-a0af-a405de135247_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/18 - 4K, 01/19 - 8K, 02/20 - 13K, 01/21 - 19K, 01/22 - 26K, 04/23 - 34K, 10/25 - 65K,', 'remarks': '**649** VOSA STATES 12K, 13K, 19K, 26K, 34K, 45K, 59K, 71K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/280c4587-4427-43a1-8fcb-af90b1d1c751.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e97d05c6-72c0-5489-a9dd-96262e526780 with identifier: 120652757
2026-03-24 10:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e97d05c6-72c0-5489-a9dd-96262e526780 with scrape type 2
2026-03-24 10:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e97d05c6-72c0-5489-a9dd-96262e526780 with scrape type 2
2026-03-24 10:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e97d05c6-72c0-5489-a9dd-96262e526780, identifier: 120652757
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120650536, 'registration': 'MK06YBY', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'S60 DIESEL SALOON', 'derivative': 'D5 SE 4dr [185]', 'mileage': 165480, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 212, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2006-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-03-13', 'doors': 4, 'engineSize': 2401, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MK06YBY/2026-03-23/image/5c4974b7-9a27-4ad8-be9c-f59a85637fd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/faaa1e80-3af6-43a1-bb39-18e33932ebdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/f1a3cc80-20eb-4d68-85b4-4924e7a4b663_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/7874b3c1-c2e3-4475-ac00-fbf889cd5ccc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/1c9a7100-9c65-499e-9811-951a31bb994d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/406c674c-2738-4094-a329-aca7ee5c524e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/c1405b12-cb6b-4ca8-8dc3-dd93fa575da0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/38b2095c-587b-4b7e-a7fd-e1eeb74a513b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/9a074dcc-dd68-4b54-8ffb-52dc8883b621_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/6b38bebe-bdd7-4824-8527-e530fa438366_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/7ece8799-39e8-495f-937e-307adb3fc842_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/07 - 18K, 09/08 - 36K, 01/10 - 54K, 07/11 - 69K, 09/12 - 79K, 08/13 - 89K, 04/14 - 94K, 03/15 - 103K, 05/16 - 114K,', 'remarks': '**591** VOSA STATES 42K, 56K, 64K, 74K, 83K, 92K, 102K, 112K, 119K, 125K, 131K, 136K, 142K, 148K, 153K, 157K, 163K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/702e28b6-94c4-4cd5-8f6a-d85b529de99d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120650536, 'registration': 'MK06YBY', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'S60 DIESEL SALOON', 'derivative': 'D5 SE 4dr [185]', 'mileage': 165480, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 212, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2006-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-03-13', 'doors': 4, 'engineSize': 2401, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MK06YBY/2026-03-23/image/5c4974b7-9a27-4ad8-be9c-f59a85637fd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/faaa1e80-3af6-43a1-bb39-18e33932ebdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/f1a3cc80-20eb-4d68-85b4-4924e7a4b663_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/7874b3c1-c2e3-4475-ac00-fbf889cd5ccc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/1c9a7100-9c65-499e-9811-951a31bb994d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/406c674c-2738-4094-a329-aca7ee5c524e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/c1405b12-cb6b-4ca8-8dc3-dd93fa575da0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/38b2095c-587b-4b7e-a7fd-e1eeb74a513b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/9a074dcc-dd68-4b54-8ffb-52dc8883b621_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/6b38bebe-bdd7-4824-8527-e530fa438366_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK06YBY/2026-03-23/image/7ece8799-39e8-495f-937e-307adb3fc842_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/07 - 18K, 09/08 - 36K, 01/10 - 54K, 07/11 - 69K, 09/12 - 79K, 08/13 - 89K, 04/14 - 94K, 03/15 - 103K, 05/16 - 114K,', 'remarks': '**591** VOSA STATES 42K, 56K, 64K, 74K, 83K, 92K, 102K, 112K, 119K, 125K, 131K, 136K, 142K, 148K, 153K, 157K, 163K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/702e28b6-94c4-4cd5-8f6a-d85b529de99d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b0170b7-67ca-5faa-9359-44f72245857a with identifier: 120650536
2026-03-24 10:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b0170b7-67ca-5faa-9359-44f72245857a with scrape type 2
2026-03-24 10:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b0170b7-67ca-5faa-9359-44f72245857a with scrape type 2
2026-03-24 10:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5b0170b7-67ca-5faa-9359-44f72245857a, identifier: 120650536
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120479790, 'registration': 'NV66BYW', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 151834, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 226, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-11-29', 'fuel': 'Diesel', 'motExpiry': '2026-07-01', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV66BYW/2026-03-18/image/19848df7-2905-4c42-8250-f6aec2e1f0a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/5743cff5-f147-49a1-a8a4-23e98d70949b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/a8e3fce0-1ba2-4482-881b-234b22fbf339_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/c41ea305-df09-4317-8087-facf974ba861_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/8c1c77aa-876e-44bc-b2f7-96f246dc1f1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/3944ddd8-fa17-4b1d-b4f4-7df099017f09_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/d1d28a2b-2ab5-45ea-beee-af91c24485f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/3ac8a3f4-a6e6-4a82-ae2d-653bd40584e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/8b464d9c-ee43-4c94-b80e-05e0a735f272_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/17 - 19K, 10/18 - 36K, 01/20 - 52K, 09/20 - 56K, 02/22 - 88K, 07/25 - 144K,', 'remarks': '**431** VOSA STATES 51K, 56K, 77K, 100K, 122K, 134K, 144K SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cec14e7-f6bf-4968-9181-b1848454923f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120479790, 'registration': 'NV66BYW', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 151834, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 226, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-11-29', 'fuel': 'Diesel', 'motExpiry': '2026-07-01', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV66BYW/2026-03-18/image/19848df7-2905-4c42-8250-f6aec2e1f0a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/5743cff5-f147-49a1-a8a4-23e98d70949b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/a8e3fce0-1ba2-4482-881b-234b22fbf339_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/c41ea305-df09-4317-8087-facf974ba861_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/8c1c77aa-876e-44bc-b2f7-96f246dc1f1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/3944ddd8-fa17-4b1d-b4f4-7df099017f09_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/d1d28a2b-2ab5-45ea-beee-af91c24485f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/3ac8a3f4-a6e6-4a82-ae2d-653bd40584e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV66BYW/2026-03-18/image/8b464d9c-ee43-4c94-b80e-05e0a735f272_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/17 - 19K, 10/18 - 36K, 01/20 - 52K, 09/20 - 56K, 02/22 - 88K, 07/25 - 144K,', 'remarks': '**431** VOSA STATES 51K, 56K, 77K, 100K, 122K, 134K, 144K SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cec14e7-f6bf-4968-9181-b1848454923f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfece801-03c4-5750-b044-22137eb0100d with identifier: 120479790
2026-03-24 10:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfece801-03c4-5750-b044-22137eb0100d with scrape type 2
2026-03-24 10:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfece801-03c4-5750-b044-22137eb0100d with scrape type 2
2026-03-24 10:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dfece801-03c4-5750-b044-22137eb0100d, identifier: 120479790
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120555531
2026-03-24 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120555531%27 HTTP/1.1" 200 None
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120555531: 0
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120555568
2026-03-24 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120555568%27 HTTP/1.1" 200 None
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120555568: 0
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120555558
2026-03-24 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120555558%27 HTTP/1.1" 200 None
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120555558: 0
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120555545
2026-03-24 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120555545%27 HTTP/1.1" 200 None
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120555545: 0
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120555500
2026-03-24 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120555500%27 HTTP/1.1" 200 None
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120555500: 0
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120555519
2026-03-24 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120555519%27 HTTP/1.1" 200 None
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120555519: 0
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120648081
2026-03-24 10:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648081%27 HTTP/1.1" 200 None
2026-03-24 10:00:52 [astonbarclay.gb] INFO: Scrape type for 120648081: 2
2026-03-24 10:00:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e97d05c6-72c0-5489-a9dd-96262e526780 with identifier: 120652757
2026-03-24 10:00:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:00:52 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=SILVER HTTP/1.1" 200 None
2026-03-24 10:00:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e97d05c6-72c0-5489-a9dd-96262e526780 with identifier: 120652757
2026-03-24 10:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e97d05c6-72c0-5489-a9dd-96262e526780 with identifier: 120652757 to the API
2026-03-24 10:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652757?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'e97d05c6-72c0-5489-a9dd-96262e526780',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FD66YSV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652757',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 71182,
'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 KUGA DIESEL ESTATE 2.0 TDCi Zetec 5dr',
'transmission': 'manual',
'trim': '2.0 TDCi Zetec 5dr',
'vin': None,
'year': 2017}
2026-03-24 10:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120652757%27 HTTP/1.1" 200 None
2026-03-24 10:00:53 [astonbarclay.gb] INFO: Saving data for 120652757: {'auction_closing_time': 1774357200.0, 'created_time': 1774011732.061759, 'last_price_update_time': 1774346453.660166}
2026-03-24 10:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652757') HTTP/1.1" 204 0
2026-03-24 10:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5b0170b7-67ca-5faa-9359-44f72245857a with identifier: 120650536
2026-03-24 10:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5b0170b7-67ca-5faa-9359-44f72245857a with identifier: 120650536
2026-03-24 10:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5b0170b7-67ca-5faa-9359-44f72245857a with identifier: 120650536 to the API
2026-03-24 10:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120650536?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '2.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': '5b0170b7-67ca-5faa-9359-44f72245857a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK06YBY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120650536',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'S60 DIESEL SALOON',
'odometer': 165480,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'VOLVO S60 DIESEL SALOON D5 SE 4dr [185]',
'transmission': 'manual',
'trim': 'D5 SE 4dr [185]',
'vin': None,
'year': 2006}
2026-03-24 10:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650536%27 HTTP/1.1" 200 None
2026-03-24 10:00:54 [astonbarclay.gb] INFO: Saving data for 120650536: {'auction_closing_time': 1774357200.0, 'created_time': 1774011735.901321, 'last_price_update_time': 1774346454.567964}
2026-03-24 10:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650536') HTTP/1.1" 204 0
2026-03-24 10:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dfece801-03c4-5750-b044-22137eb0100d with identifier: 120479790
2026-03-24 10:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dfece801-03c4-5750-b044-22137eb0100d with identifier: 120479790
2026-03-24 10:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dfece801-03c4-5750-b044-22137eb0100d with identifier: 120479790 to the API
2026-03-24 10:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120479790?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'dfece801-03c4-5750-b044-22137eb0100d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NV66BYW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120479790',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 151834,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-29',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.5 dCi Tekna 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Tekna 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479790%27 HTTP/1.1" 200 None
2026-03-24 10:00:56 [astonbarclay.gb] INFO: Saving data for 120479790: {'auction_closing_time': 1774357200.0, 'created_time': 1773687908.546427, 'last_price_update_time': 1774346456.314741}
2026-03-24 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479790') HTTP/1.1" 204 0
2026-03-24 10:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120648809
2026-03-24 10:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648809%27 HTTP/1.1" 200 None
2026-03-24 10:00:56 [astonbarclay.gb] INFO: Scrape type for 120648809: 2
2026-03-24 10:00:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120649281, 'registration': 'KY67YGU', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi 150 4Motion R-Line 5dr DSG', 'mileage': 43807, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 237, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-02-06', 'fuel': 'Diesel', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KY67YGU/2026-03-23/image/9db075b7-7efc-464c-a700-38c2f28856d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/88038228-0221-436b-99da-8faa7651b2fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/fc506345-e2e1-4e6f-89a6-b40db42efd1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/1f80cc5b-7607-4f68-bab5-dfd8a896f001_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/bf381606-070f-4144-bfa8-d38e15adf30f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/a799c4a1-b77a-436b-a533-24aa6460b872_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/afaf49b5-30f8-4e5c-a386-1fdc24a1bb46_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/3bc88644-3e03-40c4-8950-e0dc600c50be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/9519a4fa-d52a-45a3-8f3b-d71b60bded8c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/19 - 18K, 05/22 - 25K, 05/23 - 28K, 12/25 - 42K + TIMING BELT & WATER PUMP', 'remarks': '**489** VOSA STATES 32K, 35K, 37K, 40K, 41K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62b222c0-b1eb-4cdc-a4f9-1414a04902aa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120649281, 'registration': 'KY67YGU', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN DIESEL ESTATE', 'derivative': '2.0 TDi 150 4Motion R-Line 5dr DSG', 'mileage': 43807, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 237, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-02-06', 'fuel': 'Diesel', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KY67YGU/2026-03-23/image/9db075b7-7efc-464c-a700-38c2f28856d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/88038228-0221-436b-99da-8faa7651b2fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/fc506345-e2e1-4e6f-89a6-b40db42efd1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/1f80cc5b-7607-4f68-bab5-dfd8a896f001_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/bf381606-070f-4144-bfa8-d38e15adf30f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/a799c4a1-b77a-436b-a533-24aa6460b872_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/afaf49b5-30f8-4e5c-a386-1fdc24a1bb46_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/3bc88644-3e03-40c4-8950-e0dc600c50be_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY67YGU/2026-03-23/image/9519a4fa-d52a-45a3-8f3b-d71b60bded8c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/19 - 18K, 05/22 - 25K, 05/23 - 28K, 12/25 - 42K + TIMING BELT & WATER PUMP', 'remarks': '**489** VOSA STATES 32K, 35K, 37K, 40K, 41K, SPARE KEY, SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62b222c0-b1eb-4cdc-a4f9-1414a04902aa.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2d4452d-2b46-5a4d-8d15-8b1a319af83e with identifier: 120649281
2026-03-24 10:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2d4452d-2b46-5a4d-8d15-8b1a319af83e with scrape type 2
2026-03-24 10:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2d4452d-2b46-5a4d-8d15-8b1a319af83e with scrape type 2
2026-03-24 10:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d2d4452d-2b46-5a4d-8d15-8b1a319af83e, identifier: 120649281
2026-03-24 10:00:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120651054, 'registration': 'PK21ZPD', 'account': 'WBA002', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Trend TSS 5dr x-shift', 'mileage': 38831, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 246, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-05-13', 'fuel': 'Petrol', 'motExpiry': '2026-05-12', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/9cb171ea-487b-45f8-8276-a5082aa7d40d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/63e18d04-73b9-4928-970d-d564ce9443b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/ba1b94c3-6bfe-4ddb-89c1-bc614cb863c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/f357eec8-d847-47be-a608-3e6ee510b54e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/5b0ba2e7-84ef-4dd3-b8fa-ae6cf481a228_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/8cb25102-3dfb-4cf6-a42d-2d66db571112_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/0e6b719a-04e2-4aaf-b014-836fecab34ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/dbefae34-cc24-4be8-a5d5-d2730ce079d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/e9e8c5c8-897c-429b-8936-94f84ae39e0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/96224fd6-9e4b-4733-8db5-6e2ed580eb04_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/22 - 10K, 04/25 - 31K', 'remarks': '**439** VOSA STATES 24K, 31K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/084fd0cf-7252-48c4-bcf3-eacc509145fb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120651054, 'registration': 'PK21ZPD', 'account': 'WBA002', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Trend TSS 5dr x-shift', 'mileage': 38831, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 246, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-05-13', 'fuel': 'Petrol', 'motExpiry': '2026-05-12', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/9cb171ea-487b-45f8-8276-a5082aa7d40d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/63e18d04-73b9-4928-970d-d564ce9443b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/ba1b94c3-6bfe-4ddb-89c1-bc614cb863c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/f357eec8-d847-47be-a608-3e6ee510b54e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/5b0ba2e7-84ef-4dd3-b8fa-ae6cf481a228_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/8cb25102-3dfb-4cf6-a42d-2d66db571112_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/0e6b719a-04e2-4aaf-b014-836fecab34ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/dbefae34-cc24-4be8-a5d5-d2730ce079d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/e9e8c5c8-897c-429b-8936-94f84ae39e0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK21ZPD/2026-03-23/image/96224fd6-9e4b-4733-8db5-6e2ed580eb04_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 08/22 - 10K, 04/25 - 31K', 'remarks': '**439** VOSA STATES 24K, 31K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/084fd0cf-7252-48c4-bcf3-eacc509145fb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0683d084-da2f-5d23-a488-c58f4c6db04b with identifier: 120651054
2026-03-24 10:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0683d084-da2f-5d23-a488-c58f4c6db04b with scrape type 2
2026-03-24 10:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0683d084-da2f-5d23-a488-c58f4c6db04b with scrape type 2
2026-03-24 10:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0683d084-da2f-5d23-a488-c58f4c6db04b, identifier: 120651054
2026-03-24 10:00:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120214419, 'registration': 'GU70KVR', 'account': 'GRE064', 'make': 'PEUGEOT', 'model': 'E-208 ELECTRIC HATCHBACK', 'derivative': '100kW GT Line 50kWh 5dr Auto', 'mileage': 4297, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 200, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-10-22', 'fuel': 'Electric', 'motExpiry': '2026-10-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GU70KVR/2026-03-09/image/5134a12b-f57b-4ca1-b684-e12bfe4a8a34_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/9a0e70e8-19ee-4137-b8b5-1b9cd8e176ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/1651152b-c43b-4229-b5f8-a3d96b1e8b84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/71f813f7-6bbb-4f34-905f-2aa4680bbc6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/906dc9e1-ab24-49cc-98ef-5460c0f8f2af_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/a349481a-ce9b-4122-9c5a-0d1f4d0d0fcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/48d34c75-e041-49b2-8fa8-741122dee3fa_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 12/21- 2k, 02/25- 3k, 12/25- 4k,', 'remarks': 'vosa @ 3k 3k spare key', 'virtual': False, 'seller': 'Greenhous Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3f48e07b-a7f9-40aa-a245-9dc468de6197.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120214419, 'registration': 'GU70KVR', 'account': 'GRE064', 'make': 'PEUGEOT', 'model': 'E-208 ELECTRIC HATCHBACK', 'derivative': '100kW GT Line 50kWh 5dr Auto', 'mileage': 4297, 'mileageWarranty': True, 'type': 'car', 'saleId': 18851, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 133}, 'saleStart': '2026-03-24T10:30Z', 'lot': 200, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-10-22', 'fuel': 'Electric', 'motExpiry': '2026-10-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GU70KVR/2026-03-09/image/5134a12b-f57b-4ca1-b684-e12bfe4a8a34_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/9a0e70e8-19ee-4137-b8b5-1b9cd8e176ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/1651152b-c43b-4229-b5f8-a3d96b1e8b84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/71f813f7-6bbb-4f34-905f-2aa4680bbc6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/906dc9e1-ab24-49cc-98ef-5460c0f8f2af_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/a349481a-ce9b-4122-9c5a-0d1f4d0d0fcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/GU70KVR/2026-03-09/image/48d34c75-e041-49b2-8fa8-741122dee3fa_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 12/21- 2k, 02/25- 3k, 12/25- 4k,', 'remarks': 'vosa @ 3k 3k spare key', 'virtual': False, 'seller': 'Greenhous Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3f48e07b-a7f9-40aa-a245-9dc468de6197.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a98e3a7-5891-5099-9561-036d3b08b258 with identifier: 120214419
2026-03-24 10:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a98e3a7-5891-5099-9561-036d3b08b258 with scrape type 2
2026-03-24 10:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a98e3a7-5891-5099-9561-036d3b08b258 with scrape type 2
2026-03-24 10:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4a98e3a7-5891-5099-9561-036d3b08b258, identifier: 120214419
2026-03-24 10:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d2d4452d-2b46-5a4d-8d15-8b1a319af83e with identifier: 120649281
2026-03-24 10:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d2d4452d-2b46-5a4d-8d15-8b1a319af83e with identifier: 120649281
2026-03-24 10:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d2d4452d-2b46-5a4d-8d15-8b1a319af83e with identifier: 120649281 to the API
2026-03-24 10:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120649281?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'd2d4452d-2b46-5a4d-8d15-8b1a319af83e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KY67YGU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120649281',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN DIESEL ESTATE',
'odometer': 43807,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-06',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN TIGUAN DIESEL ESTATE 2.0 TDi 150 4Motion R-Line 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDi 150 4Motion R-Line 5dr DSG',
'vin': None,
'year': 2018}
2026-03-24 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120649281%27 HTTP/1.1" 200 None
2026-03-24 10:00:57 [astonbarclay.gb] INFO: Saving data for 120649281: {'auction_closing_time': 1774357200.0, 'created_time': 1774011732.416626, 'last_price_update_time': 1774346457.153382}
2026-03-24 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649281') HTTP/1.1" 204 0
2026-03-24 10:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0683d084-da2f-5d23-a488-c58f4c6db04b with identifier: 120651054
2026-03-24 10:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0683d084-da2f-5d23-a488-c58f4c6db04b with identifier: 120651054
2026-03-24 10:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0683d084-da2f-5d23-a488-c58f4c6db04b with identifier: 120651054 to the API
2026-03-24 10:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120651054?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-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '0683d084-da2f-5d23-a488-c58f4c6db04b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PK21ZPD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120651054',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 38831,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-13',
'seller_name': 'UKCGR - Premium',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i X-Trend TSS 5dr x-shift',
'transmission': 'automatic',
'trim': '1.0 VVT-i X-Trend TSS 5dr x-shift',
'vin': None,
'year': 2021}
2026-03-24 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651054%27 HTTP/1.1" 200 None
2026-03-24 10:00:58 [astonbarclay.gb] INFO: Saving data for 120651054: {'auction_closing_time': 1774357200.0, 'created_time': 1774011734.273745, 'last_price_update_time': 1774346458.079875}
2026-03-24 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651054') HTTP/1.1" 204 0
2026-03-24 10:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4a98e3a7-5891-5099-9561-036d3b08b258 with identifier: 120214419
2026-03-24 10:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4a98e3a7-5891-5099-9561-036d3b08b258 with identifier: 120214419
2026-03-24 10:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4a98e3a7-5891-5099-9561-036d3b08b258 with identifier: 120214419 to the API
2026-03-24 10:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:00:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120214419?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-24T10:30:00Z',
'fuel_type': 'Electric',
'id': '4a98e3a7-5891-5099-9561-036d3b08b258',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GU70KVR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120214419',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': 'E-208 ELECTRIC HATCHBACK',
'odometer': 4297,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-22',
'seller_name': 'Greenhous Group',
'title': 'PEUGEOT E-208 ELECTRIC HATCHBACK 100kW GT Line 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW GT Line 50kWh 5dr Auto',
'vin': None,
'year': 2020}
2026-03-24 10:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120214419%27 HTTP/1.1" 200 None
2026-03-24 10:00:59 [astonbarclay.gb] INFO: Saving data for 120214419: {'auction_closing_time': 1774348200.0, 'created_time': 1773402932.115134, 'last_price_update_time': 1774346459.961453}
2026-03-24 10:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120214419') HTTP/1.1" 204 0
2026-03-24 10:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120649878
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649878%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120649878: 2
2026-03-24 10:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652375?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120649544
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649544%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120649544: 2
2026-03-24 10:01:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120651239
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120651239%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120651239: 2
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120649039
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649039%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120649039: 2
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120652259
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652259%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120652259: 2
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120097975
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120097975%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120097975: 0
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120651420
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120651420%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120651420: 2
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652375, 'registration': 'RE16YHL', 'account': 'WBA003', 'make': 'SEAT', 'model': 'LEON SPORT TOURER', 'derivative': '1.4 EcoTSI 150 FR 5dr [Technology Pack]', 'mileage': 114050, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 251, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RE16YHL/2026-03-23/image/10d1fd37-3ce4-4824-96f1-d8b8e03303ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/860684e0-0b76-421a-a07b-6363a1ce13c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/f32e04dd-c34e-476f-ad5f-fb690e701dd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/a5c243f2-f399-4cf4-a6c3-88bc62eb57ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/7f791caa-7d46-4888-8dc2-c30c18df0e89_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/1c94e8db-826a-4b15-8d6e-2e7dea4c1a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/468a6c24-c7e3-4e0b-a333-c9c5ec703b39_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/93c6bc13-65b8-4824-accd-4a40ce58a68b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/cf6ae324-74b4-4b4e-b9a0-b69526ffa055_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 06/17 - 9K, 04/18 - 19K, 05/19 - 30K, 09/20 - 43K, 09/21 - 54K, 09/22 - 67K, 09/23 - 79K, 09/24 - 83K,', 'remarks': '**645** VOSA STATES 32K, 32K, 43K, 54K, 67K, 79K, 93K, 109K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a5bb24f5-e640-4ee6-a9c5-4a004eecc923.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652375, 'registration': 'RE16YHL', 'account': 'WBA003', 'make': 'SEAT', 'model': 'LEON SPORT TOURER', 'derivative': '1.4 EcoTSI 150 FR 5dr [Technology Pack]', 'mileage': 114050, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 251, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RE16YHL/2026-03-23/image/10d1fd37-3ce4-4824-96f1-d8b8e03303ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/860684e0-0b76-421a-a07b-6363a1ce13c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/f32e04dd-c34e-476f-ad5f-fb690e701dd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/a5c243f2-f399-4cf4-a6c3-88bc62eb57ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/7f791caa-7d46-4888-8dc2-c30c18df0e89_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/1c94e8db-826a-4b15-8d6e-2e7dea4c1a84_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/468a6c24-c7e3-4e0b-a333-c9c5ec703b39_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/93c6bc13-65b8-4824-accd-4a40ce58a68b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE16YHL/2026-03-23/image/cf6ae324-74b4-4b4e-b9a0-b69526ffa055_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 06/17 - 9K, 04/18 - 19K, 05/19 - 30K, 09/20 - 43K, 09/21 - 54K, 09/22 - 67K, 09/23 - 79K, 09/24 - 83K,', 'remarks': '**645** VOSA STATES 32K, 32K, 43K, 54K, 67K, 79K, 93K, 109K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a5bb24f5-e640-4ee6-a9c5-4a004eecc923.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48eb679d-bbe4-5ace-8a27-f33a0311eda9 with identifier: 120652375
2026-03-24 10:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48eb679d-bbe4-5ace-8a27-f33a0311eda9 with scrape type 2
2026-03-24 10:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48eb679d-bbe4-5ace-8a27-f33a0311eda9 with scrape type 2
2026-03-24 10:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 48eb679d-bbe4-5ace-8a27-f33a0311eda9, identifier: 120652375
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120652442
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652442%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120652442: 0
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120648596
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120648596%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120648596: 2
2026-03-24 10:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 48eb679d-bbe4-5ace-8a27-f33a0311eda9 with identifier: 120652375
2026-03-24 10:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 48eb679d-bbe4-5ace-8a27-f33a0311eda9 with identifier: 120652375
2026-03-24 10:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 48eb679d-bbe4-5ace-8a27-f33a0311eda9 with identifier: 120652375 to the API
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652375?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '48eb679d-bbe4-5ace-8a27-f33a0311eda9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE16YHL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652375',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SEAT',
'model': 'LEON SPORT TOURER',
'odometer': 114050,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-27',
'seller_name': 'UKCGR - Select',
'title': 'SEAT LEON SPORT TOURER 1.4 EcoTSI 150 FR 5dr [Technology Pack]',
'transmission': 'manual',
'trim': '1.4 EcoTSI 150 FR 5dr [Technology Pack]',
'vin': None,
'year': 2016}
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652375%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Saving data for 120652375: {'auction_closing_time': 1774357200.0, 'created_time': 1774011679.555667, 'last_price_update_time': 1774346460.928041}
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652375') HTTP/1.1" 204 0
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120134147
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120134147%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120134147: 0
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120652810
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652810%27 HTTP/1.1" 200 None
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Scrape type for 120652810: 0
2026-03-24 10:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120256211
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120256211%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120256211: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120677559
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120677559%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120677559: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120444510
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120444510%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120444510: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120478150
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120478150%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120478150: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120443912
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120443912%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120443912: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120444460
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120444460%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120444460: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120264018
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120264018%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120264018: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120134033
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120134033%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120134033: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120263591
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120263591%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120263591: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120677476
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120677476%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120677476: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120029775
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120029775%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120029775: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120478141
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120478141%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120478141: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120264042
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120264042%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120264042: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120443631
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120443631%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120443631: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120241549
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120241549%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120241549: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120134274
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120134274%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120134274: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120097687
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120097687%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120097687: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120134222
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120134222%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120134222: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120256174
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120256174%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120256174: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120444164
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120444164%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120444164: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120648696
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648696%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120648696: 2
2026-03-24 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653502?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120641293?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120479554?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120648148?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652528?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120436606?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120652590
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120652590%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120652590: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120651628
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651628%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120651628: 2
2026-03-24 10:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120651971
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651971%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120651971: 2
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120650274
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650274%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120650274: 2
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120256176
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120256176%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120256176: 0
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120650791
2026-03-24 10:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650791%27 HTTP/1.1" 200 None
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Scrape type for 120650791: 2
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120653502, 'registration': 'YE59PDX', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI SE 5dr CVT Auto', 'mileage': 117127, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 262, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2009-12-21', 'fuel': 'Diesel', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE59PDX/2026-03-23/image/d4985775-8808-45ab-9414-5f0e787a4f2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/ff78fbf9-3560-461d-8a6a-8589e0eb449b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/e5bb9c8b-69ab-4026-9184-848385aa1d56_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/634e9ca3-bef0-4a50-bc8a-5beef15952e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/0bcdf95d-4cd6-47e0-b4ab-fe0a6a4fe35e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/171c29f7-4250-488d-88e2-2e969d7cbbf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/1b84a5dc-90d0-435f-90cd-4e264d9c04f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/fae23cc4-f8d2-4c85-801e-388fccff9934_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/5881f36c-da90-4565-8d81-ea5f51b07080_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/cc69bce0-1d85-4697-8b0b-80c9a2460da5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/2061b6c4-b854-4c46-b320-181e4f66dcf1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/10 - 16K, 11/11 - 31K, 08/12 - 44K, 08/13 - 54K, 08/14 - 62K, 09/15 - 69K, 09/16 - 75K, 10/17 - 87K, 09/18 - NO MILEAGE, 02/20 - 105K, 03/25 - 115K,', 'remarks': '**545** VOSA STATES 49K, 57K, 65K, 71K, 79K, 90K, 100K, 105K, 106K, 109K, 110K, 113K, 115K, 117K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/f4b3db33-16f3-469d-b543-941fe44a7da4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120653502, 'registration': 'YE59PDX', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI SE 5dr CVT Auto', 'mileage': 117127, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 262, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2009-12-21', 'fuel': 'Diesel', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE59PDX/2026-03-23/image/d4985775-8808-45ab-9414-5f0e787a4f2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/ff78fbf9-3560-461d-8a6a-8589e0eb449b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/e5bb9c8b-69ab-4026-9184-848385aa1d56_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/634e9ca3-bef0-4a50-bc8a-5beef15952e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/0bcdf95d-4cd6-47e0-b4ab-fe0a6a4fe35e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/171c29f7-4250-488d-88e2-2e969d7cbbf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/1b84a5dc-90d0-435f-90cd-4e264d9c04f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/fae23cc4-f8d2-4c85-801e-388fccff9934_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/5881f36c-da90-4565-8d81-ea5f51b07080_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/cc69bce0-1d85-4697-8b0b-80c9a2460da5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE59PDX/2026-03-23/image/2061b6c4-b854-4c46-b320-181e4f66dcf1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/10 - 16K, 11/11 - 31K, 08/12 - 44K, 08/13 - 54K, 08/14 - 62K, 09/15 - 69K, 09/16 - 75K, 10/17 - 87K, 09/18 - NO MILEAGE, 02/20 - 105K, 03/25 - 115K,', 'remarks': '**545** VOSA STATES 49K, 57K, 65K, 71K, 79K, 90K, 100K, 105K, 106K, 109K, 110K, 113K, 115K, 117K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', '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/f4b3db33-16f3-469d-b543-941fe44a7da4.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9c351b8-60ae-5cb0-9452-6a377908f62c with identifier: 120653502
2026-03-24 10:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9c351b8-60ae-5cb0-9452-6a377908f62c with scrape type 2
2026-03-24 10:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9c351b8-60ae-5cb0-9452-6a377908f62c with scrape type 2
2026-03-24 10:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c9c351b8-60ae-5cb0-9452-6a377908f62c, identifier: 120653502
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120641293, 'registration': 'NG57UBE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO DIESEL HATCHBACK', 'derivative': '1.4 S TDI 70 5dr', 'mileage': 125821, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 334, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2007-11-09', 'fuel': 'Diesel', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 1400, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG57UBE/2026-03-23/image/116c48c3-df98-42c8-9ce7-2430ab208978_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/af0067f5-af59-4354-8078-6d9e0b9997c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/f24f01af-75d3-4a03-94c7-b4ad3eb8765d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/4222f61e-8e7b-4622-a859-5d25af68902c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/03cedc52-b47c-4de9-9242-09321cd06ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/656f0d67-37a6-4d58-b89b-ca2b85c71c43_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/ce4736cd-c05b-4986-9ca7-7a542c61764b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/694e0580-95f8-4bbc-b10b-dadfd4f2f550_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/800f6c8c-f4ab-4e6c-b991-15216e742ef4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/08 - 9K, 07/09 - 20K, 05/10 - 29K, 10/10 - 33K, 08/11 - 47K, 03/12 - 57K, 02/13 - 72K, 10/13 - 82K, 05/14 - 92K, 03/15 - 98K, INVOICE @ 01/16 - 100K, 03/21 - 114K', 'remarks': '**464** VOSA STATES 33K, 51K, 68K, 84K, 98K, 100K, 103K, 106K, 110K, 112K, 114K, 116K, 117K, 119K, 121K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e3ad6a53-2d21-4d9b-a12f-445ff66808ed.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120641293, 'registration': 'NG57UBE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO DIESEL HATCHBACK', 'derivative': '1.4 S TDI 70 5dr', 'mileage': 125821, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 334, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2007-11-09', 'fuel': 'Diesel', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 1400, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG57UBE/2026-03-23/image/116c48c3-df98-42c8-9ce7-2430ab208978_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/af0067f5-af59-4354-8078-6d9e0b9997c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/f24f01af-75d3-4a03-94c7-b4ad3eb8765d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/4222f61e-8e7b-4622-a859-5d25af68902c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/03cedc52-b47c-4de9-9242-09321cd06ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/656f0d67-37a6-4d58-b89b-ca2b85c71c43_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/ce4736cd-c05b-4986-9ca7-7a542c61764b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/694e0580-95f8-4bbc-b10b-dadfd4f2f550_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG57UBE/2026-03-23/image/800f6c8c-f4ab-4e6c-b991-15216e742ef4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/08 - 9K, 07/09 - 20K, 05/10 - 29K, 10/10 - 33K, 08/11 - 47K, 03/12 - 57K, 02/13 - 72K, 10/13 - 82K, 05/14 - 92K, 03/15 - 98K, INVOICE @ 01/16 - 100K, 03/21 - 114K', 'remarks': '**464** VOSA STATES 33K, 51K, 68K, 84K, 98K, 100K, 103K, 106K, 110K, 112K, 114K, 116K, 117K, 119K, 121K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e3ad6a53-2d21-4d9b-a12f-445ff66808ed.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd626c97-c93f-59b6-a0df-a4495f01b09f with identifier: 120641293
2026-03-24 10:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd626c97-c93f-59b6-a0df-a4495f01b09f with scrape type 2
2026-03-24 10:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd626c97-c93f-59b6-a0df-a4495f01b09f with scrape type 2
2026-03-24 10:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fd626c97-c93f-59b6-a0df-a4495f01b09f, identifier: 120641293
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120479554, 'registration': 'CK20TDO', 'account': 'WBA002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium X 5dr', 'mileage': 59732, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 312, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-08-19', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK20TDO/2026-03-17/image/1fc2f65f-6353-4547-be0c-a7dcc3493029_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/a2b71d66-ddec-4cdb-b8a7-ba2599730ac3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/04dc74b2-1b03-413c-a6d4-b7e75b03d571_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/a1afa70d-e0f3-4c71-9682-8b478a59bceb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/00ca7996-9c67-4c3e-8590-f09cb7087c17_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/5d6b3be4-2866-43d1-bfa7-5b18bad0a8bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/12e9443b-0867-4c3d-b91c-762a8279440f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/5f5c3bf1-0400-4f92-934d-b1f83709b152_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/7e3e628a-0ad7-400f-bf1a-edab19100aea_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/25 - 50K,', 'remarks': '**590** VOSA STATES 42K, 49K, 57K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cde49716-1683-4018-b6af-942d22659668.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120479554, 'registration': 'CK20TDO', 'account': 'WBA002', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium X 5dr', 'mileage': 59732, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 312, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-08-19', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK20TDO/2026-03-17/image/1fc2f65f-6353-4547-be0c-a7dcc3493029_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/a2b71d66-ddec-4cdb-b8a7-ba2599730ac3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/04dc74b2-1b03-413c-a6d4-b7e75b03d571_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/a1afa70d-e0f3-4c71-9682-8b478a59bceb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/00ca7996-9c67-4c3e-8590-f09cb7087c17_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/5d6b3be4-2866-43d1-bfa7-5b18bad0a8bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/12e9443b-0867-4c3d-b91c-762a8279440f_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/5f5c3bf1-0400-4f92-934d-b1f83709b152_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK20TDO/2026-03-17/image/7e3e628a-0ad7-400f-bf1a-edab19100aea_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/25 - 50K,', 'remarks': '**590** VOSA STATES 42K, 49K, 57K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cde49716-1683-4018-b6af-942d22659668.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 475a8635-184c-591b-a103-787f127bc4d6 with identifier: 120479554
2026-03-24 10:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 475a8635-184c-591b-a103-787f127bc4d6 with scrape type 2
2026-03-24 10:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 475a8635-184c-591b-a103-787f127bc4d6 with scrape type 2
2026-03-24 10:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 475a8635-184c-591b-a103-787f127bc4d6, identifier: 120479554
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120648148, 'registration': 'MT16RZS', 'account': 'WBA003', 'make': 'RENAULT', 'model': 'CLIO DIESEL HATCHBACK', 'derivative': '1.5 dCi 90 Dynamique Nav 5dr', 'mileage': 100132, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 569}, 'saleStart': '2026-03-24T13:00Z', 'lot': 280, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-07-15', 'fuel': 'Diesel', 'motExpiry': '2026-11-26', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MT16RZS/2026-03-23/image/630d0dcc-e155-4227-b965-20dc51caf9d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/f3d1af70-29f2-4534-93da-55f3542ee0c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/c7497d73-b134-484d-8304-a57d33006970_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/864bc5c8-3c32-4f34-9aa7-9e9cc8b8b0e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/d1f78a5b-1c4c-469d-aa7f-39067b55c216_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/be075889-75ed-4190-b046-a27b265760f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/74e9ecde-272e-4701-9151-5c3ea106c658_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/672f2e34-d98f-40c1-85dc-7a64b7292001_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/acc240b3-d576-4ffd-8991-064410f5fd41_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/21 - 64K', 'remarks': '**476** VOSA STATES 47K, 59K, 64K, 69K, 76K, 83K, 96K', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 85, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d675cb15-140d-49c3-a866-66ee0edc8fa5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120648148, 'registration': 'MT16RZS', 'account': 'WBA003', 'make': 'RENAULT', 'model': 'CLIO DIESEL HATCHBACK', 'derivative': '1.5 dCi 90 Dynamique Nav 5dr', 'mileage': 100132, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 569}, 'saleStart': '2026-03-24T13:00Z', 'lot': 280, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-07-15', 'fuel': 'Diesel', 'motExpiry': '2026-11-26', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MT16RZS/2026-03-23/image/630d0dcc-e155-4227-b965-20dc51caf9d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/f3d1af70-29f2-4534-93da-55f3542ee0c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/c7497d73-b134-484d-8304-a57d33006970_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/864bc5c8-3c32-4f34-9aa7-9e9cc8b8b0e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/d1f78a5b-1c4c-469d-aa7f-39067b55c216_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/be075889-75ed-4190-b046-a27b265760f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/74e9ecde-272e-4701-9151-5c3ea106c658_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/672f2e34-d98f-40c1-85dc-7a64b7292001_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT16RZS/2026-03-23/image/acc240b3-d576-4ffd-8991-064410f5fd41_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/21 - 64K', 'remarks': '**476** VOSA STATES 47K, 59K, 64K, 69K, 76K, 83K, 96K', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 85, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d675cb15-140d-49c3-a866-66ee0edc8fa5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aead87d2-4772-50dc-b81e-d503a646bcfe with identifier: 120648148
2026-03-24 10:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aead87d2-4772-50dc-b81e-d503a646bcfe with scrape type 2
2026-03-24 10:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aead87d2-4772-50dc-b81e-d503a646bcfe with scrape type 2
2026-03-24 10:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aead87d2-4772-50dc-b81e-d503a646bcfe, identifier: 120648148
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652528, 'registration': 'FY68XWL', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.4 [75] Griffin 5dr', 'mileage': 33701, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 569}, 'saleStart': '2026-03-24T13:00Z', 'lot': 294, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY68XWL/2026-03-23/image/98f46ec8-4e41-4b2f-8553-93f23f8d0219_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/fb68025a-31c0-4117-b568-5ad8b098e544_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/25b765f0-7fed-4fa8-a3b6-221bc0ccb936_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/bdad9c96-b8de-4b29-9fee-93025a700a06_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/9883f897-4f27-4fd9-a051-5fdca8921fb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/82d4f095-1740-412e-b794-77719e57e444_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/4a88ef8a-dd9b-4939-a425-e5055ce0cfc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/e714b695-abb9-4942-9349-a5b57a097747_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/7e4b0696-f6c2-493c-afd8-64729389c121_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/20 - 5K, 01/21 - 10K, 01/22 - 14K, 01/23 - 19K, 01/24 - 24K, 01/25 - 28K, 01/26 - 33K', 'remarks': '**452** VOSA STATES 14K, 19K, 24K, 28K, 33K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/26c9a470-3266-41dd-8872-679234b357ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652528, 'registration': 'FY68XWL', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.4 [75] Griffin 5dr', 'mileage': 33701, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 569}, 'saleStart': '2026-03-24T13:00Z', 'lot': 294, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FY68XWL/2026-03-23/image/98f46ec8-4e41-4b2f-8553-93f23f8d0219_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/fb68025a-31c0-4117-b568-5ad8b098e544_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/25b765f0-7fed-4fa8-a3b6-221bc0ccb936_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/bdad9c96-b8de-4b29-9fee-93025a700a06_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/9883f897-4f27-4fd9-a051-5fdca8921fb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/82d4f095-1740-412e-b794-77719e57e444_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/4a88ef8a-dd9b-4939-a425-e5055ce0cfc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/e714b695-abb9-4942-9349-a5b57a097747_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY68XWL/2026-03-23/image/7e4b0696-f6c2-493c-afd8-64729389c121_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/20 - 5K, 01/21 - 10K, 01/22 - 14K, 01/23 - 19K, 01/24 - 24K, 01/25 - 28K, 01/26 - 33K', 'remarks': '**452** VOSA STATES 14K, 19K, 24K, 28K, 33K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/26c9a470-3266-41dd-8872-679234b357ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c3b6e3b-7305-504d-828e-c1a8359b123f with identifier: 120652528
2026-03-24 10:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c3b6e3b-7305-504d-828e-c1a8359b123f with scrape type 2
2026-03-24 10:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c3b6e3b-7305-504d-828e-c1a8359b123f with scrape type 2
2026-03-24 10:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3c3b6e3b-7305-504d-828e-c1a8359b123f, identifier: 120652528
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120436606, 'registration': 'YX19JNV', 'account': 'WBA002', 'make': 'BMW', 'model': 'X2 HATCHBACK', 'derivative': 'sDrive 20i M Sport X 5dr Step Auto', 'mileage': 89513, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 569}, 'saleStart': '2026-03-24T13:00Z', 'lot': 308, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-05', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX19JNV/2026-03-16/image/0752894f-01ac-4f76-a3e3-c1631ea77618_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/b87a76ed-543c-4cec-a1c5-0c593b2a19c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/c0a81876-a707-4bb7-a5a7-f90875020f34_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/05ec7063-bdd3-469f-b112-d838906c3402_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/81f6b6e3-ea4f-4c22-8739-3e2fb53b9d2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/b9bbb028-7795-4442-9da9-9165e3bb544d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/ef896b41-ad3d-477f-aecc-bac1e6fa8a1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/f87a1cc0-5344-4acf-98be-4d2e402bcda3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/8ac407cc-ea9f-42a4-9991-d3d612b42ced_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/15b3c707-aba0-4a21-bb03-6a4c8bd66402_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/9b75c020-0836-4d16-a598-4ed0ad4001fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/70fe9a2a-531f-4d97-a6b4-38e7d8995c69_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/20 - 17K, 10/21 - 35K, 10/22 - 44K, 05/23 - 49K, 10/25 - 80K,', 'remarks': '**604** VOSA STATES 38K, 47K, 58K, 69K, 88K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/0efa6b90-32ea-4046-80db-7e868a81e6f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120436606, 'registration': 'YX19JNV', 'account': 'WBA002', 'make': 'BMW', 'model': 'X2 HATCHBACK', 'derivative': 'sDrive 20i M Sport X 5dr Step Auto', 'mileage': 89513, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 569}, 'saleStart': '2026-03-24T13:00Z', 'lot': 308, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-05', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX19JNV/2026-03-16/image/0752894f-01ac-4f76-a3e3-c1631ea77618_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/b87a76ed-543c-4cec-a1c5-0c593b2a19c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/c0a81876-a707-4bb7-a5a7-f90875020f34_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/05ec7063-bdd3-469f-b112-d838906c3402_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/81f6b6e3-ea4f-4c22-8739-3e2fb53b9d2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/b9bbb028-7795-4442-9da9-9165e3bb544d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/ef896b41-ad3d-477f-aecc-bac1e6fa8a1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/f87a1cc0-5344-4acf-98be-4d2e402bcda3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/8ac407cc-ea9f-42a4-9991-d3d612b42ced_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/15b3c707-aba0-4a21-bb03-6a4c8bd66402_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/9b75c020-0836-4d16-a598-4ed0ad4001fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX19JNV/2026-03-16/image/70fe9a2a-531f-4d97-a6b4-38e7d8995c69_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/20 - 17K, 10/21 - 35K, 10/22 - 44K, 05/23 - 49K, 10/25 - 80K,', 'remarks': '**604** VOSA STATES 38K, 47K, 58K, 69K, 88K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', '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/0efa6b90-32ea-4046-80db-7e868a81e6f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56fb5efe-4409-52ff-814f-218a1094a80b with identifier: 120436606
2026-03-24 10:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56fb5efe-4409-52ff-814f-218a1094a80b with scrape type 2
2026-03-24 10:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56fb5efe-4409-52ff-814f-218a1094a80b with scrape type 2
2026-03-24 10:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 56fb5efe-4409-52ff-814f-218a1094a80b, identifier: 120436606
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120478111
2026-03-24 10:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120478111%27 HTTP/1.1" 200 None
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Scrape type for 120478111: 0
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120241494
2026-03-24 10:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120241494%27 HTTP/1.1" 200 None
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Scrape type for 120241494: 0
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120649224
2026-03-24 10:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120649224%27 HTTP/1.1" 200 None
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Scrape type for 120649224: 2
2026-03-24 10:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c9c351b8-60ae-5cb0-9452-6a377908f62c with identifier: 120653502
2026-03-24 10:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c9c351b8-60ae-5cb0-9452-6a377908f62c with identifier: 120653502
2026-03-24 10:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c9c351b8-60ae-5cb0-9452-6a377908f62c with identifier: 120653502 to the API
2026-03-24 10:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120653502?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'c9c351b8-60ae-5cb0-9452-6a377908f62c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE59PDX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653502',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS DIESEL HATCHBACK',
'odometer': 117127,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-21',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ B CLASS DIESEL HATCHBACK B180 CDI SE 5dr CVT Auto',
'transmission': 'automatic',
'trim': 'B180 CDI SE 5dr CVT Auto',
'vin': None,
'year': 2009}
2026-03-24 10:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653502%27 HTTP/1.1" 200 None
2026-03-24 10:01:02 [astonbarclay.gb] INFO: Saving data for 120653502: {'auction_closing_time': 1774357200.0, 'created_time': 1774011683.874494, 'last_price_update_time': 1774346462.756734}
2026-03-24 10:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653502') HTTP/1.1" 204 0
2026-03-24 10:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fd626c97-c93f-59b6-a0df-a4495f01b09f with identifier: 120641293
2026-03-24 10:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fd626c97-c93f-59b6-a0df-a4495f01b09f with identifier: 120641293
2026-03-24 10:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fd626c97-c93f-59b6-a0df-a4495f01b09f with identifier: 120641293 to the API
2026-03-24 10:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120641293?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'fd626c97-c93f-59b6-a0df-a4495f01b09f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NG57UBE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120641293',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO DIESEL HATCHBACK',
'odometer': 125821,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-11-09',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN POLO DIESEL HATCHBACK 1.4 S TDI 70 5dr',
'transmission': 'manual',
'trim': '1.4 S TDI 70 5dr',
'vin': None,
'year': 2007}
2026-03-24 10:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120641293%27 HTTP/1.1" 200 None
2026-03-24 10:01:03 [astonbarclay.gb] INFO: Saving data for 120641293: {'auction_closing_time': 1774357200.0, 'created_time': 1774011674.806793, 'last_price_update_time': 1774346463.541993}
2026-03-24 10:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120641293') HTTP/1.1" 204 0
2026-03-24 10:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 475a8635-184c-591b-a103-787f127bc4d6 with identifier: 120479554
2026-03-24 10:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 475a8635-184c-591b-a103-787f127bc4d6 with identifier: 120479554
2026-03-24 10:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 475a8635-184c-591b-a103-787f127bc4d6 with identifier: 120479554 to the API
2026-03-24 10:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120479554?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '475a8635-184c-591b-a103-787f127bc4d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CK20TDO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120479554',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 59732,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-19',
'seller_name': 'UKCGR - Premium',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Titanium X 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium X 5dr',
'vin': None,
'year': 2020}
2026-03-24 10:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479554%27 HTTP/1.1" 200 None
2026-03-24 10:01:04 [astonbarclay.gb] INFO: Saving data for 120479554: {'auction_closing_time': 1774357200.0, 'created_time': 1773687898.852099, 'last_price_update_time': 1774346464.147926}
2026-03-24 10:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479554') HTTP/1.1" 204 0
2026-03-24 10:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aead87d2-4772-50dc-b81e-d503a646bcfe with identifier: 120648148
2026-03-24 10:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aead87d2-4772-50dc-b81e-d503a646bcfe with identifier: 120648148
2026-03-24 10:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aead87d2-4772-50dc-b81e-d503a646bcfe with identifier: 120648148 to the API
2026-03-24 10:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120648148?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 85,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'aead87d2-4772-50dc-b81e-d503a646bcfe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MT16RZS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120648148',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'CLIO DIESEL HATCHBACK',
'odometer': 100132,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-15',
'seller_name': 'UKCGR - Select',
'title': 'RENAULT CLIO DIESEL HATCHBACK 1.5 dCi 90 Dynamique Nav 5dr',
'transmission': 'manual',
'trim': '1.5 dCi 90 Dynamique Nav 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648148%27 HTTP/1.1" 200 None
2026-03-24 10:01:04 [astonbarclay.gb] INFO: Saving data for 120648148: {'auction_closing_time': 1774357200.0, 'created_time': 1774011673.809849, 'last_price_update_time': 1774346464.991669}
2026-03-24 10:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120648148') HTTP/1.1" 204 0
2026-03-24 10:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3c3b6e3b-7305-504d-828e-c1a8359b123f with identifier: 120652528
2026-03-24 10:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3c3b6e3b-7305-504d-828e-c1a8359b123f with identifier: 120652528
2026-03-24 10:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3c3b6e3b-7305-504d-828e-c1a8359b123f with identifier: 120652528 to the API
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652528?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '3c3b6e3b-7305-504d-828e-c1a8359b123f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FY68XWL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652528',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 33701,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-31',
'seller_name': 'UKCGR - Premium',
'title': 'VAUXHALL CORSA HATCHBACK SPECIAL EDS 1.4 [75] Griffin 5dr',
'transmission': 'manual',
'trim': '1.4 [75] Griffin 5dr',
'vin': None,
'year': 2019}
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120652528%27 HTTP/1.1" 200 None
2026-03-24 10:01:05 [astonbarclay.gb] INFO: Saving data for 120652528: {'auction_closing_time': 1774357200.0, 'created_time': 1774011677.873871, 'last_price_update_time': 1774346465.537848}
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652528') HTTP/1.1" 204 0
2026-03-24 10:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 56fb5efe-4409-52ff-814f-218a1094a80b with identifier: 120436606
2026-03-24 10:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 56fb5efe-4409-52ff-814f-218a1094a80b with identifier: 120436606
2026-03-24 10:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 56fb5efe-4409-52ff-814f-218a1094a80b with identifier: 120436606 to the API
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120436606?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '56fb5efe-4409-52ff-814f-218a1094a80b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX19JNV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120436606',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': 'X2 HATCHBACK',
'odometer': 89513,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-05',
'seller_name': 'UKCGR - Premium',
'title': 'BMW X2 HATCHBACK sDrive 20i M Sport X 5dr Step Auto',
'transmission': 'automatic',
'trim': 'sDrive 20i M Sport X 5dr Step Auto',
'vin': None,
'year': 2019}
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120436606%27 HTTP/1.1" 200 None
2026-03-24 10:01:05 [astonbarclay.gb] INFO: Saving data for 120436606: {'auction_closing_time': 1774357200.0, 'created_time': 1773655402.623335, 'last_price_update_time': 1774346465.879183}
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120436606') HTTP/1.1" 204 0
2026-03-24 10:01:05 [scrapy.extensions.logstats] INFO: Crawled 39 pages (at 39 pages/min), scraped 25 items (at 25 items/min)
2026-03-24 10:01:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 182MiB
2026-03-24 10:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120677579
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120677579%27 HTTP/1.1" 200 None
2026-03-24 10:01:05 [astonbarclay.gb] INFO: Scrape type for 120677579: 0
2026-03-24 10:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120677591
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120677591%27 HTTP/1.1" 200 None
2026-03-24 10:01:05 [astonbarclay.gb] INFO: Scrape type for 120677591: 0
2026-03-24 10:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120677490
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120677490%27 HTTP/1.1" 200 None
2026-03-24 10:01:05 [astonbarclay.gb] INFO: Scrape type for 120677490: 0
2026-03-24 10:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120677508
2026-03-24 10:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120677508%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120677508: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120677539
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120677539%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120677539: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521290
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521290%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521290: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521330
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521330%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521330: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120041181
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120041181%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120041181: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521233
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521233%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521233: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521269
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521269%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521269: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521318
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521318%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521318: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120211201
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120211201%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120211201: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120211258
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120211258%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120211258: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521299
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521299%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521299: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521259
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521259%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521259: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120288761
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120288761%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120288761: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119809144
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119809144%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 119809144: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521279
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521279%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521279: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521308
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521308%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521308: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120521244
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521244%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120521244: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119482197
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119482197%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 119482197: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120624434
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120624434%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120624434: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120589541
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589541%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120589541: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120440202
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120440202%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120440202: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120187103
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120187103%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120187103: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120247945
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120247945%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120247945: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120506592
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120506592%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120506592: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120334145
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120334145%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120334145: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120056601
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120056601%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120056601: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120312968
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120312968: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120002874
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120002874%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120002874: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119616975
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119616975%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 119616975: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120718166
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120718166%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120718166: 1
2026-03-24 10:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652223?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120714720
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120714720%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120714720: 1
2026-03-24 10:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120589571
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589571%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120589571: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120589527
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589527%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120589527: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120605418
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120605418%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120605418: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120624352
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120624352%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120624352: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120624365
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120624365%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120624365: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120624448
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120624448%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120624448: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120311059
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120311059%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120311059: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120411937
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120411937%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120411937: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119212621
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119212621%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 119212621: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120316899
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120316899%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120316899: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 119794025
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119794025%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 119794025: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120624419
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120624419%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120624419: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120589551
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589551%27 HTTP/1.1" 200 None
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Scrape type for 120589551: 0
2026-03-24 10:01:06 [astonbarclay.gb] INFO: Found listing with ID: 120471829
2026-03-24 10:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471829%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120471829: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120471888
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471888%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120471888: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120471871
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471871%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120471871: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120471898
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471898%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120471898: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120471909
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471909%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120471909: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120624405
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120624405%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120624405: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120471846
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471846%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120471846: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120589562
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589562%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120589562: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120687832
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120687832%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120687832: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120624390
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120624390%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120624390: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120399003
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120399003%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120399003: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120300517
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120300517%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120300517: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120589602
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589602%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120589602: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120471860
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471860%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120471860: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 117112198
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27117112198%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 117112198: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120597579
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120597579%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120597579: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120554195
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120554195%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120554195: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120441523
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120441523%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120441523: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120428169
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120428169%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120428169: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120461552
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461552%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120461552: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120461525
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461525%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120461525: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120461543
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461543%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120461543: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120541686
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120541686%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120541686: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120461565
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461565%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120461565: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120461472
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461472%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120461472: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120461514
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461514%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120461514: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120505609
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120505609%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120505609: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120461494
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461494%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120461494: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120668316
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668316%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120668316: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120562277
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562277%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120562277: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120667468
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667468%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120667468: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120630156
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120630156%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120630156: 2
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120666147
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120666147%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120666147: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120667917
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667917%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120667917: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120666587
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120666587%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120666587: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120667528
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667528%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120667528: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120595478
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120595478%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120595478: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120649354
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120649354%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120649354: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120453812
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120453812%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120453812: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120451431
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120451431%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120451431: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120573323
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120573323%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120573323: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120675479
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120675479%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120675479: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120417751
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120417751%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120417751: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120440615
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120440615%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120440615: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120682181
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120682181%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120682181: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120680690
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120680690%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120680690: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120595549
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120595549%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120595549: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120616712
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120616712%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120616712: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120482066
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120482066%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120482066: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120667782
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667782%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120667782: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120535549
2026-03-24 10:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120535549%27 HTTP/1.1" 200 None
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Scrape type for 120535549: 0
2026-03-24 10:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120322108
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120322108%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120322108: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120335811
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120335811%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120335811: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120535571
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120535571%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120535571: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120535587
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120535587%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120535587: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120535605
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120535605%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120535605: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120667394
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667394%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120667394: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120668424
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668424%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120668424: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120658578
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120658578%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120658578: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120659737
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120659737%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120659737: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120595526
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120595526%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120595526: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120595536
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120595536%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120595536: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120592255
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592255%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120592255: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120595487
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120595487%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120595487: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120592274
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592274%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120592274: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120401673
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120401673%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120401673: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120658587
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120658587%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120658587: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120658611
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120658611%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120658611: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120686211
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120686211%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120686211: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120668185
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668185%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120668185: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120679322
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120679322%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120679322: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120667775
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667775%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120667775: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120666138
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120666138%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120666138: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 110700075
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27110700075%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 110700075: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120668153
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668153%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120668153: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120690950
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120690950%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120690950: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120658357
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120658357%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120658357: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120518696
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120518696%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120518696: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120256417
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120256417%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120256417: 0
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120253625
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120253625%27 HTTP/1.1" 200 None
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Scrape type for 120253625: 2
2026-03-24 10:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120479128?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120630232?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120648809?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652223, 'registration': 'AK58TJY', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 Tekna 5dr Auto', 'mileage': 154906, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 333, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2008-09-16', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AK58TJY/2026-03-23/image/3187e203-1732-467d-81f1-885af94ebcb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/b17541b9-bf0f-4f09-968c-e15619543da8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/ff215db8-8130-4568-9b1c-84f6834f57ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/10f1e122-377a-4d03-b3df-6e71bfd6e4a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/fe9380e5-7d73-4c72-aab4-fb2012d86c37_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/2dbf4713-b1b2-453b-b817-e3dc0c170ecc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/59d13b9e-0365-48d5-9ad5-5dcbb4f6f6ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/253eb824-e9db-4735-a2d2-a85f07f1ed62_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/31f64f35-d323-4c36-bbe2-a99bea4839d1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/09 - 5K, 10/10 - 15K, 10/11 - 21K, 09/12 - 26K, 09/13 - 28K, 04/14 - 31K, 08/15 - 32K, 07/16 - 33K, 09/17 - 35K, 03/19 - 55K, 08/20 - 74K, 08/21 - 86K, 09/22 - 101K, 09/23 - 116K', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair **575** VOSA STATES 20K, 26K, 28K, 31K, 32K, 34K, 35K, 42K, 62K, 74K, 86K, 101K, 116K, 122K, 137K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652223, 'registration': 'AK58TJY', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.6 Tekna 5dr Auto', 'mileage': 154906, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 567}, 'saleStart': '2026-03-24T13:00Z', 'lot': 333, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2008-09-16', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AK58TJY/2026-03-23/image/3187e203-1732-467d-81f1-885af94ebcb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/b17541b9-bf0f-4f09-968c-e15619543da8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/ff215db8-8130-4568-9b1c-84f6834f57ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/10f1e122-377a-4d03-b3df-6e71bfd6e4a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/fe9380e5-7d73-4c72-aab4-fb2012d86c37_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/2dbf4713-b1b2-453b-b817-e3dc0c170ecc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/59d13b9e-0365-48d5-9ad5-5dcbb4f6f6ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/253eb824-e9db-4735-a2d2-a85f07f1ed62_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK58TJY/2026-03-23/image/31f64f35-d323-4c36-bbe2-a99bea4839d1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat N Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/09 - 5K, 10/10 - 15K, 10/11 - 21K, 09/12 - 26K, 09/13 - 28K, 04/14 - 31K, 08/15 - 32K, 07/16 - 33K, 09/17 - 35K, 03/19 - 55K, 08/20 - 74K, 08/21 - 86K, 09/22 - 101K, 09/23 - 116K', 'remarks': 'Category N Insurance Loss. No Structural Damage and Repairable - Insurer Decided Not to Repair **575** VOSA STATES 20K, 26K, 28K, 31K, 32K, 34K, 35K, 42K, 62K, 74K, 86K, 101K, 116K, 122K, 137K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dedffa0-2348-5db2-b8f5-3fe0a911cded with identifier: 120652223
2026-03-24 10:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dedffa0-2348-5db2-b8f5-3fe0a911cded with scrape type 2
2026-03-24 10:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dedffa0-2348-5db2-b8f5-3fe0a911cded with scrape type 2
2026-03-24 10:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8dedffa0-2348-5db2-b8f5-3fe0a911cded, identifier: 120652223
2026-03-24 10:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120455225
2026-03-24 10:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120455225%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120455225: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120647721
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120647721%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120647721: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120454660
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120454660%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120454660: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120667264
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667264%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120667264: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120650626
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650626%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120650626: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120503575
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120503575%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120503575: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120659978
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120659978%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120659978: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120666509
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120666509%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120666509: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120668414
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668414%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120668414: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120591724
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120591724%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120591724: 2
2026-03-24 10: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-24 10: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-24 10: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-24 10:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8dedffa0-2348-5db2-b8f5-3fe0a911cded with identifier: 120652223
2026-03-24 10:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8dedffa0-2348-5db2-b8f5-3fe0a911cded with identifier: 120652223
2026-03-24 10:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8dedffa0-2348-5db2-b8f5-3fe0a911cded with identifier: 120652223 to the API
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652223?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': '8dedffa0-2348-5db2-b8f5-3fe0a911cded',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AK58TJY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652223',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 154906,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-09-16',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN NOTE HATCHBACK 1.6 Tekna 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Tekna 5dr Auto',
'vin': None,
'year': 2008}
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120652223%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Saving data for 120652223: {'auction_closing_time': 1774357200.0, 'created_time': 1774011692.96433, 'last_price_update_time': 1774346469.700775}
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652223') HTTP/1.1" 204 0
2026-03-24 10:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120479864?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120657493
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120657493%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120657493: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120657113
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120657113%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120657113: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120668504
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120668504%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120668504: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120537923
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120537923%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120537923: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120396890
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120396890%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120396890: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120552279
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120552279%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120552279: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120240102
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120240102%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120240102: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120675196
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120675196%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120675196: 0
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120332629
2026-03-24 10:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120332629%27 HTTP/1.1" 200 None
2026-03-24 10:01:09 [astonbarclay.gb] INFO: Scrape type for 120332629: 2
2026-03-24 10:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120479128, 'registration': 'MF12GAO', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Titanium 3dr [Start Stop]', 'mileage': 67834, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 569}, 'saleStart': '2026-03-24T13:00Z', 'lot': 385, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-21', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MF12GAO/2026-03-18/image/91d91f1d-cedb-45ea-9a97-1b2f61f22255_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/dbe33f86-28a6-4a7c-9f63-85568031caf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/2d580e4d-2590-44c4-805a-4a8936ac4233_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/1564d024-ef09-4a50-bf5a-1b4ede154a78_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/5a3f49b4-24a5-431e-8687-b1b16f5edb8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/3145fadb-d954-45a3-b68f-8e6924a31539_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/b2315863-6a82-4bd2-98fa-d437dfb8aacd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/518c56b0-d00d-48eb-b104-959f1508dea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/54d556c4-71ef-41a6-a6f3-6c253f54827b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 6K, 02/14 - 11K, 02/15 - 17K, 02/16 - 26K, 03/17 - 30K, INVOICE @ 03/21 - 58K,', 'remarks': '**505** VOSA STATES 17K, 26K, 30K, 43K, 53K, 57K, 58K, 60K, 63K, 65K, 66K, 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/f295c39f-1c23-4bcb-b47f-8f33eb8e181f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120479128, 'registration': 'MF12GAO', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Titanium 3dr [Start Stop]', 'mileage': 67834, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 569}, 'saleStart': '2026-03-24T13:00Z', 'lot': 385, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-21', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MF12GAO/2026-03-18/image/91d91f1d-cedb-45ea-9a97-1b2f61f22255_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/dbe33f86-28a6-4a7c-9f63-85568031caf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/2d580e4d-2590-44c4-805a-4a8936ac4233_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/1564d024-ef09-4a50-bf5a-1b4ede154a78_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/5a3f49b4-24a5-431e-8687-b1b16f5edb8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/3145fadb-d954-45a3-b68f-8e6924a31539_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/b2315863-6a82-4bd2-98fa-d437dfb8aacd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/518c56b0-d00d-48eb-b104-959f1508dea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF12GAO/2026-03-18/image/54d556c4-71ef-41a6-a6f3-6c253f54827b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/13 - 6K, 02/14 - 11K, 02/15 - 17K, 02/16 - 26K, 03/17 - 30K, INVOICE @ 03/21 - 58K,', 'remarks': '**505** VOSA STATES 17K, 26K, 30K, 43K, 53K, 57K, 58K, 60K, 63K, 65K, 66K, 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/f295c39f-1c23-4bcb-b47f-8f33eb8e181f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a00497fe-b25e-5265-b263-9f049ecc9625 with identifier: 120479128
2026-03-24 10:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a00497fe-b25e-5265-b263-9f049ecc9625 with scrape type 2
2026-03-24 10:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a00497fe-b25e-5265-b263-9f049ecc9625 with scrape type 2
2026-03-24 10:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a00497fe-b25e-5265-b263-9f049ecc9625, identifier: 120479128
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120630232, 'registration': 'AP66CZD', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A1 DIESEL HATCHBACK', 'derivative': '1.6 TDI Sport 3dr', 'mileage': 68331, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 570}, 'saleStart': '2026-03-24T13:00Z', 'lot': 371, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-05', 'fuel': 'Diesel', 'motExpiry': '2027-01-04', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AP66CZD/2026-03-24/image/d2117301-e01a-4060-86f3-510098aa552d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/761fd821-4c18-4f2d-8084-96243d70f609_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/65ede9b4-db6e-4f0a-bede-767ed191e1a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/998ff692-8883-4078-be75-27bf42ccb5e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/1d4aa570-245c-4e9d-822a-afb315cfb6d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/5844c658-e967-4021-aa5b-d205c0e6cc03_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/84870aad-79dc-40ee-816f-d5738cabf8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/5fa546f4-3708-4ac7-b10a-2c4eb14ac4e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/ea3e74d1-a4fe-481e-be64-068f45c025a0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/19 - 18K, 12/20 - 32K, 12/22 - 46K, 12/23 - 54K, 10/24 - 61K, 12/25 - 67K,', 'remarks': '**622** VOSA STATES 28K, 32K, 38K, 46K, 54K, 61K, 67K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34b03409-57b4-483f-8cec-a7d671adf73f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120630232, 'registration': 'AP66CZD', 'account': 'WBA003', 'make': 'AUDI', 'model': 'A1 DIESEL HATCHBACK', 'derivative': '1.6 TDI Sport 3dr', 'mileage': 68331, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 570}, 'saleStart': '2026-03-24T13:00Z', 'lot': 371, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-05', 'fuel': 'Diesel', 'motExpiry': '2027-01-04', 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AP66CZD/2026-03-24/image/d2117301-e01a-4060-86f3-510098aa552d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/761fd821-4c18-4f2d-8084-96243d70f609_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/65ede9b4-db6e-4f0a-bede-767ed191e1a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/998ff692-8883-4078-be75-27bf42ccb5e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/1d4aa570-245c-4e9d-822a-afb315cfb6d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/5844c658-e967-4021-aa5b-d205c0e6cc03_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/84870aad-79dc-40ee-816f-d5738cabf8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/5fa546f4-3708-4ac7-b10a-2c4eb14ac4e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP66CZD/2026-03-24/image/ea3e74d1-a4fe-481e-be64-068f45c025a0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/19 - 18K, 12/20 - 32K, 12/22 - 46K, 12/23 - 54K, 10/24 - 61K, 12/25 - 67K,', 'remarks': '**622** VOSA STATES 28K, 32K, 38K, 46K, 54K, 61K, 67K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34b03409-57b4-483f-8cec-a7d671adf73f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac1c4805-5947-588c-a08e-cf1121e2a108 with identifier: 120630232
2026-03-24 10:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac1c4805-5947-588c-a08e-cf1121e2a108 with scrape type 2
2026-03-24 10:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac1c4805-5947-588c-a08e-cf1121e2a108 with scrape type 2
2026-03-24 10:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ac1c4805-5947-588c-a08e-cf1121e2a108, identifier: 120630232
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120648809, 'registration': 'VN19FCD', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T Acenta Premium 5dr', 'mileage': 85910, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2108, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN19FCD/2026-03-20/image/f6579303-3e2b-49d2-83fd-00292d8aa577_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/78e69191-c8dd-4ce9-93fb-a2804d4c5c25_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/48f79bd2-1bf2-4c2e-a560-dbe07697d0db_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/f9af45a4-49b0-4ee7-b5c5-6c873c3273db_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/c359f624-2c92-4ce1-a38c-39803a9ceaf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/dde116ab-260f-401b-80e1-2f61a42c136e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/72e149eb-a416-4f87-a33f-a38a2f4c3735_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/ccc5b4d9-dee5-4f6c-9148-a9ce659b11bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/936ac04b-33fe-4a96-bfac-1abc84019403_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/ba98b095-c11b-43f4-a2ef-e84d6018a0d6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 06/20 11K 03/22 27K 03/23 43K 03/24 61K 03/25 75K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/439561c5-ca45-4362-8c15-9bcc38f994ad.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120648809, 'registration': 'VN19FCD', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T Acenta Premium 5dr', 'mileage': 85910, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2108, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VN19FCD/2026-03-20/image/f6579303-3e2b-49d2-83fd-00292d8aa577_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/78e69191-c8dd-4ce9-93fb-a2804d4c5c25_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/48f79bd2-1bf2-4c2e-a560-dbe07697d0db_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/f9af45a4-49b0-4ee7-b5c5-6c873c3273db_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/c359f624-2c92-4ce1-a38c-39803a9ceaf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/dde116ab-260f-401b-80e1-2f61a42c136e_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/72e149eb-a416-4f87-a33f-a38a2f4c3735_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/ccc5b4d9-dee5-4f6c-9148-a9ce659b11bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/936ac04b-33fe-4a96-bfac-1abc84019403_removebg.jpg?w=600', 'https://abimg003.imgix.net/VN19FCD/2026-03-20/image/ba98b095-c11b-43f4-a2ef-e84d6018a0d6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 06/20 11K 03/22 27K 03/23 43K 03/24 61K 03/25 75K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/439561c5-ca45-4362-8c15-9bcc38f994ad.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06949a36-8744-5f2c-945a-f0322876c15f with identifier: 120648809
2026-03-24 10:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06949a36-8744-5f2c-945a-f0322876c15f with scrape type 2
2026-03-24 10:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06949a36-8744-5f2c-945a-f0322876c15f with scrape type 2
2026-03-24 10:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 06949a36-8744-5f2c-945a-f0322876c15f, identifier: 120648809
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120130227
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120130227%27 HTTP/1.1" 200 None
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Scrape type for 120130227: 0
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120676747
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120676747%27 HTTP/1.1" 200 None
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Scrape type for 120676747: 0
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120513967
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120513967%27 HTTP/1.1" 200 None
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Scrape type for 120513967: 0
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120480606
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120480606%27 HTTP/1.1" 200 None
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Scrape type for 120480606: 2
2026-03-24 10:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a00497fe-b25e-5265-b263-9f049ecc9625 with identifier: 120479128
2026-03-24 10:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a00497fe-b25e-5265-b263-9f049ecc9625 with identifier: 120479128
2026-03-24 10:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a00497fe-b25e-5265-b263-9f049ecc9625 with identifier: 120479128 to the API
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120479128?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-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'a00497fe-b25e-5265-b263-9f049ecc9625',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MF12GAO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120479128',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KA HATCHBACK',
'odometer': 67834,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'FORD KA HATCHBACK 1.2 Titanium 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Titanium 3dr [Start Stop]',
'vin': None,
'year': 2012}
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479128%27 HTTP/1.1" 200 None
2026-03-24 10:01:10 [astonbarclay.gb] INFO: Saving data for 120479128: {'auction_closing_time': 1774357200.0, 'created_time': 1773687876.094711, 'last_price_update_time': 1774346470.759744}
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479128') HTTP/1.1" 204 0
2026-03-24 10:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ac1c4805-5947-588c-a08e-cf1121e2a108 with identifier: 120630232
2026-03-24 10:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ac1c4805-5947-588c-a08e-cf1121e2a108 with identifier: 120630232
2026-03-24 10:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ac1c4805-5947-588c-a08e-cf1121e2a108 with identifier: 120630232 to the API
2026-03-24 10:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120630232?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'ac1c4805-5947-588c-a08e-cf1121e2a108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AP66CZD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120630232',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A1 DIESEL HATCHBACK',
'odometer': 68331,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-05',
'seller_name': 'UKCGR - Select',
'title': 'AUDI A1 DIESEL HATCHBACK 1.6 TDI Sport 3dr',
'transmission': 'manual',
'trim': '1.6 TDI Sport 3dr',
'vin': None,
'year': 2017}
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120630232%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Saving data for 120630232: {'auction_closing_time': 1774357200.0, 'created_time': 1774011733.370161, 'last_price_update_time': 1774346471.200212}
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120630232') HTTP/1.1" 204 0
2026-03-24 10:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 06949a36-8744-5f2c-945a-f0322876c15f with identifier: 120648809
2026-03-24 10:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 06949a36-8744-5f2c-945a-f0322876c15f with identifier: 120648809
2026-03-24 10:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 06949a36-8744-5f2c-945a-f0322876c15f with identifier: 120648809 to the API
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120648809?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '06949a36-8744-5f2c-945a-f0322876c15f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VN19FCD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120648809',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 85910,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-28',
'seller_name': 'CarBuy Limited',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T Acenta Premium 5dr',
'vin': None,
'year': 2019}
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648809%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Saving data for 120648809: {'auction_closing_time': 1774431900.0, 'created_time': 1774011685.669313, 'last_price_update_time': 1774346471.623581}
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120648809') HTTP/1.1" 204 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 119889589
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119889589%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 119889589: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120484028
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484028%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120484028: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120064668
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120064668%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120064668: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 119846458
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119846458%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 119846458: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120475596
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120475596%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120475596: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120537066
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120537066%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120537066: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120688601
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120688601%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120688601: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120582597
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120582597%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120582597: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120543427
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120543427%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120543427: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120688264
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120688264%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120688264: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120562567
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562567%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120562567: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120562469
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562469%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120562469: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120562507
2026-03-24 10:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562507%27 HTTP/1.1" 200 None
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Scrape type for 120562507: 0
2026-03-24 10:01:11 [astonbarclay.gb] INFO: Found listing with ID: 120562403
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562403%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120562403: 0
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120562354
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562354%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120562354: 0
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120562331
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562331%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120562331: 0
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120676990
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120676990%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120676990: 0
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120522991
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120522991%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120522991: 0
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120540637
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120540637%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120540637: 0
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120646144
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120646144%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120646144: 0
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120666157
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120666157%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120666157: 0
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120540698
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120540698%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120540698: 0
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120509974
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120509974%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Scrape type for 120509974: 2
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120479864, 'registration': 'HG14FME', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A6 DIESEL AVANT', 'derivative': '2.0 TDI SE 5dr Multitronic', 'mileage': 207125, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 570}, 'saleStart': '2026-03-24T13:00Z', 'lot': 387, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-06-03', 'fuel': 'Diesel', 'motExpiry': '2027-02-25', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG14FME/2026-03-18/image/68c2cc08-df6d-4829-9b46-e179ee7ffb90_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/bbc40ad1-d879-4040-b4b7-7c575290e439_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/2ea910fb-5777-4f12-80ed-1b544fe42606_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/e292fb89-703e-4dcb-8409-b6685b344c08_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/5bc26c8c-46ff-4fa4-8551-a3809bb46336_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/87e44166-52e7-4b48-97bb-c66a5fa3c020_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/90fd3967-51d6-4d9c-b5d0-0af1bab0667d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/5c397355-53bd-4b89-8ac9-83cc61e081f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/c21391dc-9ba2-4ecf-93ca-0291b934751e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/18 - 37K, 02/24 - 123K, 07/24 - 144K, 10/24 - 157K,', 'remarks': '**552** VOSA STATES 28K, 37K, 53K, 78K, 97K, 112K, 123K, 169K, 206K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d922b3a6-b891-4a0e-99c3-8ace5d96b90a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120479864, 'registration': 'HG14FME', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A6 DIESEL AVANT', 'derivative': '2.0 TDI SE 5dr Multitronic', 'mileage': 207125, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 570}, 'saleStart': '2026-03-24T13:00Z', 'lot': 387, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-06-03', 'fuel': 'Diesel', 'motExpiry': '2027-02-25', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG14FME/2026-03-18/image/68c2cc08-df6d-4829-9b46-e179ee7ffb90_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/bbc40ad1-d879-4040-b4b7-7c575290e439_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/2ea910fb-5777-4f12-80ed-1b544fe42606_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/e292fb89-703e-4dcb-8409-b6685b344c08_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/5bc26c8c-46ff-4fa4-8551-a3809bb46336_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/87e44166-52e7-4b48-97bb-c66a5fa3c020_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/90fd3967-51d6-4d9c-b5d0-0af1bab0667d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/5c397355-53bd-4b89-8ac9-83cc61e081f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG14FME/2026-03-18/image/c21391dc-9ba2-4ecf-93ca-0291b934751e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/18 - 37K, 02/24 - 123K, 07/24 - 144K, 10/24 - 157K,', 'remarks': '**552** VOSA STATES 28K, 37K, 53K, 78K, 97K, 112K, 123K, 169K, 206K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d922b3a6-b891-4a0e-99c3-8ace5d96b90a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc16403d-9c20-5d18-98fd-0605a4c4b101 with identifier: 120479864
2026-03-24 10:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc16403d-9c20-5d18-98fd-0605a4c4b101 with scrape type 2
2026-03-24 10:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc16403d-9c20-5d18-98fd-0605a4c4b101 with scrape type 2
2026-03-24 10:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc16403d-9c20-5d18-98fd-0605a4c4b101, identifier: 120479864
2026-03-24 10:01:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/delivered-by-aa-logo.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120649878?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc16403d-9c20-5d18-98fd-0605a4c4b101 with identifier: 120479864
2026-03-24 10:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc16403d-9c20-5d18-98fd-0605a4c4b101 with identifier: 120479864
2026-03-24 10:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc16403d-9c20-5d18-98fd-0605a4c4b101 with identifier: 120479864 to the API
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120479864?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc16403d-9c20-5d18-98fd-0605a4c4b101',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG14FME',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120479864',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A6 DIESEL AVANT',
'odometer': 207125,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-03',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A6 DIESEL AVANT 2.0 TDI SE 5dr Multitronic',
'transmission': 'automatic',
'trim': '2.0 TDI SE 5dr Multitronic',
'vin': None,
'year': 2014}
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120479864%27 HTTP/1.1" 200 None
2026-03-24 10:01:12 [astonbarclay.gb] INFO: Saving data for 120479864: {'auction_closing_time': 1774357200.0, 'created_time': 1773687906.870511, 'last_price_update_time': 1774346472.886189}
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479864') HTTP/1.1" 204 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120546514
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120546514%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120546514: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120547045
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120547045%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120547045: 2
2026-03-24 10:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120648596?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120648696?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120649544?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 119992992
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119992992%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 119992992: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120461503
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461503%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120461503: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120536421
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120536421%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120536421: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120585085
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120585085%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120585085: 2
2026-03-24 10:01:13 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/delivered-by-aa-logo.png>
2026-03-24 10:01:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-fuel.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120649878, 'registration': 'HJ70MUB', 'account': 'KCS002', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '25 TFSI Technik 5dr', 'mileage': 71349, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2109, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-11-13', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/5b1279f4-7286-4462-9d74-784632706492_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/7e093527-ae1a-49b0-8fa7-fdb9885f92bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/a2b59ef9-fcc4-49f2-baee-6e3a6ab96fc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/ca4a5a33-bce7-472f-9a6f-576a09afd9a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/55ff4151-7592-41fd-90e6-3494050ab549_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/aff4043b-5d96-4a23-9658-17eeaf61ac11_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/4ae5587a-1fc8-4e9d-9f70-ad8b62787a4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/8fcfc492-86b8-40e4-a6fd-999d52656f09_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/38cd7b7b-1f94-4edd-923d-3151c2ea380e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f818d6c-4ca4-4729-a02d-014ad9837ea5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120649878, 'registration': 'HJ70MUB', 'account': 'KCS002', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '25 TFSI Technik 5dr', 'mileage': 71349, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2109, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2020-11-13', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/5b1279f4-7286-4462-9d74-784632706492_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/7e093527-ae1a-49b0-8fa7-fdb9885f92bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/a2b59ef9-fcc4-49f2-baee-6e3a6ab96fc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/ca4a5a33-bce7-472f-9a6f-576a09afd9a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/55ff4151-7592-41fd-90e6-3494050ab549_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/aff4043b-5d96-4a23-9658-17eeaf61ac11_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/4ae5587a-1fc8-4e9d-9f70-ad8b62787a4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/8fcfc492-86b8-40e4-a6fd-999d52656f09_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70MUB/2026-03-20/image/38cd7b7b-1f94-4edd-923d-3151c2ea380e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f818d6c-4ca4-4729-a02d-014ad9837ea5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f9d05f7-d274-5d96-866e-ad876194ba20 with identifier: 120649878
2026-03-24 10:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f9d05f7-d274-5d96-866e-ad876194ba20 with scrape type 2
2026-03-24 10:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f9d05f7-d274-5d96-866e-ad876194ba20 with scrape type 2
2026-03-24 10:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2f9d05f7-d274-5d96-866e-ad876194ba20, identifier: 120649878
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120518926
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120518926%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120518926: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120505631
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120505631%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120505631: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120555829
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120555829%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120555829: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120401687
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120401687%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120401687: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120481458
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120481458%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120481458: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120367074
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120367074%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120367074: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120175432
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120175432%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120175432: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120480862
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120480862%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120480862: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120592678
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592678%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120592678: 2
2026-03-24 10:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2f9d05f7-d274-5d96-866e-ad876194ba20 with identifier: 120649878
2026-03-24 10:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2f9d05f7-d274-5d96-866e-ad876194ba20 with identifier: 120649878
2026-03-24 10:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2f9d05f7-d274-5d96-866e-ad876194ba20 with identifier: 120649878 to the API
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120649878?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '2f9d05f7-d274-5d96-866e-ad876194ba20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HJ70MUB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120649878',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 71349,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-13',
'seller_name': 'CarBuy Limited',
'title': 'AUDI A1 SPORTBACK 25 TFSI Technik 5dr',
'transmission': 'manual',
'trim': '25 TFSI Technik 5dr',
'vin': None,
'year': 2020}
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120649878%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Saving data for 120649878: {'auction_closing_time': 1774431900.0, 'created_time': 1774011693.811632, 'last_price_update_time': 1774346473.747149}
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649878') HTTP/1.1" 204 0
2026-03-24 10:01:13 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-fuel.svg>
2026-03-24 10:01:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-transmission-manual-alt.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120480883
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120480883%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120480883: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120481658
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120481658%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120481658: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120573970
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120573970%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120573970: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120316229
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120316229%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120316229: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 112746460
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27112746460%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 112746460: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120477778
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120477778%27 HTTP/1.1" 200 None
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Scrape type for 120477778: 0
2026-03-24 10:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120365404
2026-03-24 10:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120365404%27 HTTP/1.1" 200 None
2026-03-24 10:01:14 [astonbarclay.gb] INFO: Scrape type for 120365404: 2
2026-03-24 10:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120648596, 'registration': 'DV16LZX', 'account': 'KCS002', 'make': 'RENAULT', 'model': 'KADJAR HATCHBACK', 'derivative': '1.2 TCE Dynamique S Nav 5dr', 'mileage': 47373, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2117, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-04-19', 'fuel': 'Petrol', 'motExpiry': '2027-01-25', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV16LZX/2026-03-20/image/81cfa126-12a2-4954-b6ee-71f641fb732e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/8abceb39-fdeb-40c1-b124-92b280a69ff5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/2d04a5a6-ead9-4f7c-8897-9b937a7af059_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/fd813199-5915-4b26-8e6b-da2b84e87fce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/2db30293-26e9-416a-b108-a6614b5b3138_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/26f3fd49-3e68-463a-a978-3cfd61803fc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/d4c38b7c-64d5-4155-8e68-50b0347e48c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/c6b6bacd-9b61-4730-adc6-7c667da7cc68_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/31bcd804-eefb-49fc-bccf-ed09154d3eb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/39e3fd6c-5a2e-40b7-a4a3-b1fcebd64081_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/82227253-447d-40c4-b490-e4e5e739ba4a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 05/17 9K 04/18 14K 02/21 31K 04/22 39K 03/24 45K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f40125d4-9a14-412a-891a-b4409536a76f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120648596, 'registration': 'DV16LZX', 'account': 'KCS002', 'make': 'RENAULT', 'model': 'KADJAR HATCHBACK', 'derivative': '1.2 TCE Dynamique S Nav 5dr', 'mileage': 47373, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2117, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-04-19', 'fuel': 'Petrol', 'motExpiry': '2027-01-25', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV16LZX/2026-03-20/image/81cfa126-12a2-4954-b6ee-71f641fb732e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/8abceb39-fdeb-40c1-b124-92b280a69ff5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/2d04a5a6-ead9-4f7c-8897-9b937a7af059_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/fd813199-5915-4b26-8e6b-da2b84e87fce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/2db30293-26e9-416a-b108-a6614b5b3138_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/26f3fd49-3e68-463a-a978-3cfd61803fc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/d4c38b7c-64d5-4155-8e68-50b0347e48c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/c6b6bacd-9b61-4730-adc6-7c667da7cc68_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/31bcd804-eefb-49fc-bccf-ed09154d3eb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/39e3fd6c-5a2e-40b7-a4a3-b1fcebd64081_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV16LZX/2026-03-20/image/82227253-447d-40c4-b490-e4e5e739ba4a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 05/17 9K 04/18 14K 02/21 31K 04/22 39K 03/24 45K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f40125d4-9a14-412a-891a-b4409536a76f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1789ea2-aa1f-5bbc-bfff-1cec3e9d0b96 with identifier: 120648596
2026-03-24 10:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1789ea2-aa1f-5bbc-bfff-1cec3e9d0b96 with scrape type 2
2026-03-24 10:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1789ea2-aa1f-5bbc-bfff-1cec3e9d0b96 with scrape type 2
2026-03-24 10:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a1789ea2-aa1f-5bbc-bfff-1cec3e9d0b96, identifier: 120648596
2026-03-24 10:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120648696, 'registration': 'ND66FVW', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Active 5dr', 'mileage': 71851, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2140, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND66FVW/2026-03-20/image/b05874de-d7dd-4746-a3dc-94b03e503fbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/c3530f94-3968-4068-999d-ae24dfe22096_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/2c526878-7346-4836-8f10-36bfd4e60a05_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/9c73ca8d-ca74-4cf5-aa20-df6cfce53ed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/b8b3cc1e-291c-4c1a-9ee0-fe00e9f4ae23_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/94436ff5-c4d1-4842-a565-0374be72328a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/12bb0bf2-21cc-478a-a649-c9d99fb79d72_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/4b0d163a-6728-469e-98b3-79251b977c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/d099491c-076b-4204-b93c-9213931ea292_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 09/17 5K 10/18 10K 09/19 15K 15K 02/23 40K 08/24 56K', 'remarks': 'S/KEY - HPI ADVISES 1 OWNER FROM NEW', 'virtual': False, 'seller': 'CarBuy Limited', '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/b86db052-7577-4212-9820-8d0bfc733440.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120648696, 'registration': 'ND66FVW', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Active 5dr', 'mileage': 71851, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2140, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-09-28', 'fuel': 'Petrol', 'motExpiry': '2026-09-27', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND66FVW/2026-03-20/image/b05874de-d7dd-4746-a3dc-94b03e503fbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/c3530f94-3968-4068-999d-ae24dfe22096_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/2c526878-7346-4836-8f10-36bfd4e60a05_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/9c73ca8d-ca74-4cf5-aa20-df6cfce53ed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/b8b3cc1e-291c-4c1a-9ee0-fe00e9f4ae23_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/94436ff5-c4d1-4842-a565-0374be72328a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/12bb0bf2-21cc-478a-a649-c9d99fb79d72_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/4b0d163a-6728-469e-98b3-79251b977c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND66FVW/2026-03-20/image/d099491c-076b-4204-b93c-9213931ea292_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 09/17 5K 10/18 10K 09/19 15K 15K 02/23 40K 08/24 56K', 'remarks': 'S/KEY - HPI ADVISES 1 OWNER FROM NEW', 'virtual': False, 'seller': 'CarBuy Limited', '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/b86db052-7577-4212-9820-8d0bfc733440.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44cae5cc-df47-5d00-93fc-930210be4bd7 with identifier: 120648696
2026-03-24 10:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44cae5cc-df47-5d00-93fc-930210be4bd7 with scrape type 2
2026-03-24 10:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44cae5cc-df47-5d00-93fc-930210be4bd7 with scrape type 2
2026-03-24 10:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 44cae5cc-df47-5d00-93fc-930210be4bd7, identifier: 120648696
2026-03-24 10:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120649544, 'registration': 'BD18KFN', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 95910, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2110, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-05-09', 'fuel': 'Petrol', 'motExpiry': '2026-05-09', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BD18KFN/2026-03-20/image/8ec0395b-8783-4add-946d-21536d3ba6e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/d9b719b8-23b2-42b4-b2ae-1979e84384f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/f659e4c2-be06-4001-bb88-aeb822198e20_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/c18138c9-468d-4fcb-a57f-c5a5ca4314d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/65894732-a6c8-47ac-8766-f4207fc00705_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/a45108c7-80e1-4f80-a06c-08761ebecd2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/ebcaafd7-d366-4a2a-a080-b8624e18f8fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/49e016c4-28ef-496a-a26e-1476bcc12ebb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/87fe75e2-13eb-4654-90ce-0ea7f5228c30_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/4c8a6f27-41cb-414c-aaff-539f87c8b7cc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 07/19 19K 07/20 27K 05/21 35K 02/22 46K 04/23 (NO MILEAGE) 04/25 84K 07/25 88K', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c4080fc2-6a86-4d16-a968-79979cb4629e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120649544, 'registration': 'BD18KFN', 'account': 'KCS002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 95910, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2110, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-05-09', 'fuel': 'Petrol', 'motExpiry': '2026-05-09', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BD18KFN/2026-03-20/image/8ec0395b-8783-4add-946d-21536d3ba6e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/d9b719b8-23b2-42b4-b2ae-1979e84384f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/f659e4c2-be06-4001-bb88-aeb822198e20_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/c18138c9-468d-4fcb-a57f-c5a5ca4314d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/65894732-a6c8-47ac-8766-f4207fc00705_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/a45108c7-80e1-4f80-a06c-08761ebecd2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/ebcaafd7-d366-4a2a-a080-b8624e18f8fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/49e016c4-28ef-496a-a26e-1476bcc12ebb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/87fe75e2-13eb-4654-90ce-0ea7f5228c30_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD18KFN/2026-03-20/image/4c8a6f27-41cb-414c-aaff-539f87c8b7cc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 07/19 19K 07/20 27K 05/21 35K 02/22 46K 04/23 (NO MILEAGE) 04/25 84K 07/25 88K', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c4080fc2-6a86-4d16-a968-79979cb4629e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b51426cb-67eb-52b4-9877-403a2e65b462 with identifier: 120649544
2026-03-24 10:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b51426cb-67eb-52b4-9877-403a2e65b462 with scrape type 2
2026-03-24 10:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b51426cb-67eb-52b4-9877-403a2e65b462 with scrape type 2
2026-03-24 10:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b51426cb-67eb-52b4-9877-403a2e65b462, identifier: 120649544
2026-03-24 10:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120651420?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a1789ea2-aa1f-5bbc-bfff-1cec3e9d0b96 with identifier: 120648596
2026-03-24 10:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a1789ea2-aa1f-5bbc-bfff-1cec3e9d0b96 with identifier: 120648596
2026-03-24 10:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a1789ea2-aa1f-5bbc-bfff-1cec3e9d0b96 with identifier: 120648596 to the API
2026-03-24 10:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120648596?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'a1789ea2-aa1f-5bbc-bfff-1cec3e9d0b96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DV16LZX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120648596',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'RENAULT',
'model': 'KADJAR HATCHBACK',
'odometer': 47373,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-19',
'seller_name': 'CarBuy Limited',
'title': 'RENAULT KADJAR HATCHBACK 1.2 TCE Dynamique S Nav 5dr',
'transmission': 'manual',
'trim': '1.2 TCE Dynamique S Nav 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120648596%27 HTTP/1.1" 200 None
2026-03-24 10:01:14 [astonbarclay.gb] INFO: Saving data for 120648596: {'auction_closing_time': 1774431900.0, 'created_time': 1774011682.152846, 'last_price_update_time': 1774346474.606136}
2026-03-24 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120648596') HTTP/1.1" 204 0
2026-03-24 10:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 44cae5cc-df47-5d00-93fc-930210be4bd7 with identifier: 120648696
2026-03-24 10:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 44cae5cc-df47-5d00-93fc-930210be4bd7 with identifier: 120648696
2026-03-24 10:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 44cae5cc-df47-5d00-93fc-930210be4bd7 with identifier: 120648696 to the API
2026-03-24 10:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120648696?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '44cae5cc-df47-5d00-93fc-930210be4bd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND66FVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120648696',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 71851,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-28',
'seller_name': 'CarBuy Limited',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 82 Active 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 82 Active 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120648696%27 HTTP/1.1" 200 None
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Saving data for 120648696: {'auction_closing_time': 1774431900.0, 'created_time': 1774011689.941504, 'last_price_update_time': 1774346475.091463}
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120648696') HTTP/1.1" 204 0
2026-03-24 10:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b51426cb-67eb-52b4-9877-403a2e65b462 with identifier: 120649544
2026-03-24 10:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b51426cb-67eb-52b4-9877-403a2e65b462 with identifier: 120649544
2026-03-24 10:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b51426cb-67eb-52b4-9877-403a2e65b462 with identifier: 120649544 to the API
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120649544?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-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'b51426cb-67eb-52b4-9877-403a2e65b462',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BD18KFN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120649544',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 95910,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-09',
'seller_name': 'CarBuy Limited',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Allure 5dr',
'vin': None,
'year': 2018}
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649544%27 HTTP/1.1" 200 None
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Saving data for 120649544: {'auction_closing_time': 1774431900.0, 'created_time': 1774011690.338376, 'last_price_update_time': 1774346475.7985}
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649544') HTTP/1.1" 204 0
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120522037
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120522037%27 HTTP/1.1" 200 None
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Scrape type for 120522037: 0
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120332599
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120332599%27 HTTP/1.1" 200 None
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Scrape type for 120332599: 2
2026-03-24 10:01:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-manual-alt.svg>
2026-03-24 10:01:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-engine.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Found listing with ID: 119257637
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119257637%27 HTTP/1.1" 200 None
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Scrape type for 119257637: 0
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120261304
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120261304%27 HTTP/1.1" 200 None
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Scrape type for 120261304: 0
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120587142
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587142%27 HTTP/1.1" 200 None
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Scrape type for 120587142: 0
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120582897
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582897%27 HTTP/1.1" 200 None
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Scrape type for 120582897: 0
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120505622
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120505622%27 HTTP/1.1" 200 None
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Scrape type for 120505622: 0
2026-03-24 10:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120430841
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120430841%27 HTTP/1.1" 200 None
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Scrape type for 120430841: 0
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120595514
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120595514%27 HTTP/1.1" 200 None
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Scrape type for 120595514: 0
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120595589
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120595589%27 HTTP/1.1" 200 None
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Scrape type for 120595589: 0
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120413042
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120413042%27 HTTP/1.1" 200 None
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Scrape type for 120413042: 0
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120461534
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461534%27 HTTP/1.1" 200 None
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Scrape type for 120461534: 0
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120505580
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120505580%27 HTTP/1.1" 200 None
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Scrape type for 120505580: 0
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120369535
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120369535%27 HTTP/1.1" 200 None
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Scrape type for 120369535: 0
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120586322
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120586322%27 HTTP/1.1" 200 None
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Scrape type for 120586322: 2
2026-03-24 10:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120556241?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-engine.svg>
2026-03-24 10:01:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-mileage.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120651420, 'registration': 'WP14LNE', 'account': 'KCS002', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 111436, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2115, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-05-16', 'fuel': 'Petrol', 'motExpiry': '2026-06-01', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WP14LNE/2026-03-20/image/e46a01c9-30dd-43f6-baeb-7bceaab7aa97_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/93ad9f1b-c563-4fa4-b743-c21b0d62d596_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/a50a2930-bf60-4bab-aa4d-815ae410f259_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/dbcc61fe-5afc-47b6-9076-8ffc2bdf0b33_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/bd6f9ec4-e010-40a2-8216-ed29a4c0b4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/3ef2f08a-3cbc-4a4e-996e-838391aec6f7_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/529f8811-2829-4a62-a2cf-9c70211d3905.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120651420, 'registration': 'WP14LNE', 'account': 'KCS002', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 111436, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2115, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-05-16', 'fuel': 'Petrol', 'motExpiry': '2026-06-01', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WP14LNE/2026-03-20/image/e46a01c9-30dd-43f6-baeb-7bceaab7aa97_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/93ad9f1b-c563-4fa4-b743-c21b0d62d596_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/a50a2930-bf60-4bab-aa4d-815ae410f259_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/dbcc61fe-5afc-47b6-9076-8ffc2bdf0b33_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/bd6f9ec4-e010-40a2-8216-ed29a4c0b4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP14LNE/2026-03-20/image/3ef2f08a-3cbc-4a4e-996e-838391aec6f7_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/529f8811-2829-4a62-a2cf-9c70211d3905.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04bb4eac-18ac-5ef3-9f3c-bb8e9dce29d4 with identifier: 120651420
2026-03-24 10:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04bb4eac-18ac-5ef3-9f3c-bb8e9dce29d4 with scrape type 2
2026-03-24 10:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04bb4eac-18ac-5ef3-9f3c-bb8e9dce29d4 with scrape type 2
2026-03-24 10:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 04bb4eac-18ac-5ef3-9f3c-bb8e9dce29d4, identifier: 120651420
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120587864
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120587864%27 HTTP/1.1" 200 None
2026-03-24 10:01:16 [astonbarclay.gb] INFO: Scrape type for 120587864: 2
2026-03-24 10:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 04bb4eac-18ac-5ef3-9f3c-bb8e9dce29d4 with identifier: 120651420
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=YELLOW HTTP/1.1" 200 None
2026-03-24 10:01:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 04bb4eac-18ac-5ef3-9f3c-bb8e9dce29d4 with identifier: 120651420
2026-03-24 10:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 04bb4eac-18ac-5ef3-9f3c-bb8e9dce29d4 with identifier: 120651420 to the API
2026-03-24 10:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120651420?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '04bb4eac-18ac-5ef3-9f3c-bb8e9dce29d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WP14LNE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120651420',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 111436,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-16',
'seller_name': 'CarBuy Limited',
'title': 'FIAT 500 HATCHBACK 1.2 Lounge 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Lounge 3dr [Start Stop]',
'vin': None,
'year': 2014}
2026-03-24 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651420%27 HTTP/1.1" 200 None
2026-03-24 10:01:18 [astonbarclay.gb] INFO: Saving data for 120651420: {'auction_closing_time': 1774431900.0, 'created_time': 1774011685.165343, 'last_price_update_time': 1774346478.108505}
2026-03-24 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651420') HTTP/1.1" 204 0
2026-03-24 10:01:18 [astonbarclay.gb] INFO: Found listing with ID: 120584213
2026-03-24 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120584213%27 HTTP/1.1" 200 None
2026-03-24 10:01:18 [astonbarclay.gb] INFO: Scrape type for 120584213: 2
2026-03-24 10:01:18 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mileage.svg>
2026-03-24 10:01:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-reg.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120556241, 'registration': 'CE22GUJ', 'account': 'GRS002', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto', 'mileage': 38882, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2085, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-03-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-03-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'GRS Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/189fd281-63f1-475f-a8c4-6918bcd7d614.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120556241, 'registration': 'CE22GUJ', 'account': 'GRS002', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto', 'mileage': 38882, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2085, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-03-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-03-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'GRS Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/189fd281-63f1-475f-a8c4-6918bcd7d614.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d556277d-c49b-5da8-8add-faefa4ef958d with identifier: 120556241
2026-03-24 10:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d556277d-c49b-5da8-8add-faefa4ef958d with scrape type 1
2026-03-24 10:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item d556277d-c49b-5da8-8add-faefa4ef958d
2026-03-24 10:01:18 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item d556277d-c49b-5da8-8add-faefa4ef958d
2026-03-24 10:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d556277d-c49b-5da8-8add-faefa4ef958d, identifier: 120556241
2026-03-24 10:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d556277d-c49b-5da8-8add-faefa4ef958d with identifier: 120556241
2026-03-24 10:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:01:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FElectric+Hybrid HTTP/1.1" 200 None
2026-03-24 10:01:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d556277d-c49b-5da8-8add-faefa4ef958d with identifier: 120556241
2026-03-24 10:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d556277d-c49b-5da8-8add-faefa4ef958d with identifier: 120556241 to the API
2026-03-24 10:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120556241?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'd556277d-c49b-5da8-8add-faefa4ef958d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CE22GUJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120556241',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'RENAULT',
'model': 'ARKANA ESTATE',
'odometer': 38882,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-30',
'seller_name': 'GRS Motor Group',
'title': 'RENAULT ARKANA ESTATE 1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120556241%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Saving data for 120556241: {'created_time': 1774346486.196924, 'last_price_update_time': 1774346486.196943, 'auction_closing_time': 1774431900.0}
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120556241') HTTP/1.1" 204 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120585367
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120585367%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120585367: 2
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-reg.svg>
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-v5.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120586493
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120586493%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120586493: 2
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120584460
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120584460%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120584460: 2
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-v5.svg>
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-mot.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120657830
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120657830%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120657830: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120667218
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667218%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120667218: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120596595
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120596595%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120596595: 2
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mot.svg>
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-vat.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120596560
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120596560%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120596560: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120369549
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120369549%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120369549: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120590454
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120590454%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120590454: 2
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120593663
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120593663%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120593663: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120480873
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120480873%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120480873: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120440453
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120440453%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120440453: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 113574765
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27113574765%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 113574765: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120440390
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120440390%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120440390: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120254818
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120254818%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120254818: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120616928
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120616928%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120616928: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120506599
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120506599%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120506599: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120505908
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120505908%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120505908: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120596518
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120596518%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120596518: 2
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-vat.svg>
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-transmission-auto.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120617178
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120617178%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120617178: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120596540
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120596540%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120596540: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120554208
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120554208%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120554208: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120606319
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120606319%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120606319: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120443000
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120443000%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120443000: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120619943
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120619943%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120619943: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120484235
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120484235%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120484235: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120620673
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120620673%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120620673: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120621184
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120621184%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120621184: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120554175
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120554175%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120554175: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120534644
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120534644%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120534644: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120554186
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120554186%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120554186: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120577150
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120577150%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120577150: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120622377
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120622377%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120622377: 2
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-auto.svg>
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/FY15NTV/2026-03-20/image/243ac49b-5674-4f99-8cd3-0ea5627b713e_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120320853
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120320853%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120320853: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120616420
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120616420%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120616420: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120334042
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120334042%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120334042: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120374674
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120374674%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120374674: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120410862
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120410862%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120410862: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120373468
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120373468%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120373468: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120345230
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120345230%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120345230: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120367809
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120367809%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120367809: 2
2026-03-24 10:01:26 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/LL68NXZ/2026-03-17/image/dce7850b-efb4-4e88-8d2a-7c723e0c0f82_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120402888
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120402888%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120402888: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120616956
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120616956%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120616956: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120404970
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120404970%27 HTTP/1.1" 200 None
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Scrape type for 120404970: 0
2026-03-24 10:01:26 [astonbarclay.gb] INFO: Found listing with ID: 120413600
2026-03-24 10:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120413600%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120413600: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120616817
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120616817%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120616817: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120616875
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120616875%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120616875: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120324176
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120324176%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120324176: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120397505
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120397505%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120397505: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120302812
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120302812%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120302812: 2
2026-03-24 10:01:27 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/FY15NTV/2026-03-20/image/243ac49b-5674-4f99-8cd3-0ea5627b713e_removebg.jpg?w=600>
2026-03-24 10:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120651239?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 118845719
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118845719%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 118845719: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120619632
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120619632%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120619632: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120401206
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120401206%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120401206: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120631853
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631853%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120631853: 2
2026-03-24 10:01:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120718166?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120649039?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120408375
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120408375%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120408375: 2
2026-03-24 10:01:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120645601
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120645601%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120645601: 2
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120651239, 'registration': 'RO64MLV', 'account': 'KCS002', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 64455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2111, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-11-28', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RO64MLV/2026-03-20/image/8b44a236-7e81-4d95-b339-27f0a4e33341_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/9da72098-85f6-4978-bc50-0ad31df0c66b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/21a21a00-2b40-449c-b5f2-48f3b74da54d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/7bb3cdab-b1ec-4641-816f-3724e4549536_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/7f756006-2015-49ef-9257-5746e64b2737_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/068b3191-9761-4e0e-a8bc-5c51ecd0dde8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/15 3K 10/17 22K 07/18 32K 02/20 41K 01/21 45K 02/22 48K 03/23 52K 02/24 58K 03/24 63K 03/26 64K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/30369266-0d46-47da-8fca-5438193a674f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120651239, 'registration': 'RO64MLV', 'account': 'KCS002', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 64455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2111, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-11-28', 'fuel': 'Petrol', 'motExpiry': '2027-03-06', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RO64MLV/2026-03-20/image/8b44a236-7e81-4d95-b339-27f0a4e33341_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/9da72098-85f6-4978-bc50-0ad31df0c66b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/21a21a00-2b40-449c-b5f2-48f3b74da54d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/7bb3cdab-b1ec-4641-816f-3724e4549536_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/7f756006-2015-49ef-9257-5746e64b2737_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO64MLV/2026-03-20/image/068b3191-9761-4e0e-a8bc-5c51ecd0dde8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/15 3K 10/17 22K 07/18 32K 02/20 41K 01/21 45K 02/22 48K 03/23 52K 02/24 58K 03/24 63K 03/26 64K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', '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/30369266-0d46-47da-8fca-5438193a674f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c334856-e8f3-588d-9caf-d0da31c3056c with identifier: 120651239
2026-03-24 10:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c334856-e8f3-588d-9caf-d0da31c3056c with scrape type 2
2026-03-24 10:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c334856-e8f3-588d-9caf-d0da31c3056c with scrape type 2
2026-03-24 10:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8c334856-e8f3-588d-9caf-d0da31c3056c, identifier: 120651239
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120410046
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120410046%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120410046: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120656145
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120656145%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 120656145: 0
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Found listing with ID: 119337609
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119337609%27 HTTP/1.1" 200 None
2026-03-24 10:01:27 [astonbarclay.gb] INFO: Scrape type for 119337609: 2
2026-03-24 10:01:27 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/LL68NXZ/2026-03-17/image/dce7850b-efb4-4e88-8d2a-7c723e0c0f82_removebg.jpg?w=600>
2026-03-24 10:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8c334856-e8f3-588d-9caf-d0da31c3056c with identifier: 120651239
2026-03-24 10:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8c334856-e8f3-588d-9caf-d0da31c3056c with identifier: 120651239
2026-03-24 10:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8c334856-e8f3-588d-9caf-d0da31c3056c with identifier: 120651239 to the API
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120651239?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-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '8c334856-e8f3-588d-9caf-d0da31c3056c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RO64MLV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120651239',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 64455,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-28',
'seller_name': 'CarBuy Limited',
'title': 'FIAT 500 HATCHBACK 1.2 S 3dr',
'transmission': 'manual',
'trim': '1.2 S 3dr',
'vin': None,
'year': 2014}
2026-03-24 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651239%27 HTTP/1.1" 200 None
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Saving data for 120651239: {'auction_closing_time': 1774431900.0, 'created_time': 1774011691.564276, 'last_price_update_time': 1774346488.126601}
2026-03-24 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651239') HTTP/1.1" 204 0
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120440470
2026-03-24 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120440470%27 HTTP/1.1" 200 None
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Scrape type for 120440470: 0
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120440606
2026-03-24 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120440606%27 HTTP/1.1" 200 None
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Scrape type for 120440606: 0
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120440442
2026-03-24 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120440442%27 HTTP/1.1" 200 None
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Scrape type for 120440442: 0
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120254900
2026-03-24 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120254900%27 HTTP/1.1" 200 None
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Scrape type for 120254900: 2
2026-03-24 10:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120630156?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120253625?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120718166, 'registration': 'DY69TYA', 'account': 'MOT129', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SRi Vx-line Nav Black 5dr', 'mileage': 68671, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-09-10', 'fuel': 'Petrol', 'motExpiry': '2026-09-09', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fe632eb3-c78c-4997-ae8e-1d07a84439c2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120718166, 'registration': 'DY69TYA', 'account': 'MOT129', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SRi Vx-line Nav Black 5dr', 'mileage': 68671, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-09-10', 'fuel': 'Petrol', 'motExpiry': '2026-09-09', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fe632eb3-c78c-4997-ae8e-1d07a84439c2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bb85d47-9a9d-5b73-9dd6-3608bf0915a6 with identifier: 120718166
2026-03-24 10:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bb85d47-9a9d-5b73-9dd6-3608bf0915a6 with scrape type 1
2026-03-24 10:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 0bb85d47-9a9d-5b73-9dd6-3608bf0915a6
2026-03-24 10:01:28 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 0bb85d47-9a9d-5b73-9dd6-3608bf0915a6
2026-03-24 10:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0bb85d47-9a9d-5b73-9dd6-3608bf0915a6, identifier: 120718166
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120649039, 'registration': 'RO68DFC', 'account': 'KCS002', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 62417, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2112, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-09-27', 'fuel': 'Diesel', 'motExpiry': '2026-10-03', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RO68DFC/2026-03-20/image/e5941249-e2af-4c8c-953d-17b813266d12_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/768c0774-02cb-4159-b18a-78a102f6fb42_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/b65ba8c2-f0dd-40c8-be66-7f2540018ea7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/9715b755-f49f-44e4-80e6-35be4e562417_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/01c318d8-469b-4f04-88ec-bd4b667c8369_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/d92ca104-5b2b-4700-b70a-10f47b4c7ac6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/a0f57590-6b5a-43ad-b70a-0ac928119e7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/bae11ed4-a5f5-4618-9846-87f3086ab75a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/a76df579-d8e8-46e6-b40e-edb536c2b801_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/8dfe0be9-7f03-403e-99eb-c4edc4ff71ad_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 164, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ae9001f0-7f33-4c69-a7e6-01d82fec7475.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120649039, 'registration': 'RO68DFC', 'account': 'KCS002', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 62417, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2112, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-09-27', 'fuel': 'Diesel', 'motExpiry': '2026-10-03', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RO68DFC/2026-03-20/image/e5941249-e2af-4c8c-953d-17b813266d12_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/768c0774-02cb-4159-b18a-78a102f6fb42_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/b65ba8c2-f0dd-40c8-be66-7f2540018ea7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/9715b755-f49f-44e4-80e6-35be4e562417_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/01c318d8-469b-4f04-88ec-bd4b667c8369_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/d92ca104-5b2b-4700-b70a-10f47b4c7ac6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/a0f57590-6b5a-43ad-b70a-0ac928119e7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/bae11ed4-a5f5-4618-9846-87f3086ab75a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/a76df579-d8e8-46e6-b40e-edb536c2b801_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO68DFC/2026-03-20/image/8dfe0be9-7f03-403e-99eb-c4edc4ff71ad_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 164, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ae9001f0-7f33-4c69-a7e6-01d82fec7475.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da53f199-ad6a-5c61-95d9-66546e252934 with identifier: 120649039
2026-03-24 10:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da53f199-ad6a-5c61-95d9-66546e252934 with scrape type 2
2026-03-24 10:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da53f199-ad6a-5c61-95d9-66546e252934 with scrape type 2
2026-03-24 10:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da53f199-ad6a-5c61-95d9-66546e252934, identifier: 120649039
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120297677
2026-03-24 10:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120297677%27 HTTP/1.1" 200 None
2026-03-24 10:01:28 [astonbarclay.gb] INFO: Scrape type for 120297677: 2
2026-03-24 10:01:28 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/FL18NXF/2026-03-18/image/8967d661-4f48-4167-8ac0-ed3652b6aa23_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0bb85d47-9a9d-5b73-9dd6-3608bf0915a6 with identifier: 120718166
2026-03-24 10:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0bb85d47-9a9d-5b73-9dd6-3608bf0915a6 with identifier: 120718166
2026-03-24 10:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0bb85d47-9a9d-5b73-9dd6-3608bf0915a6 with identifier: 120718166 to the API
2026-03-24 10:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120718166?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '0bb85d47-9a9d-5b73-9dd6-3608bf0915a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DY69TYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120718166',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 68671,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-10',
'seller_name': 'MotoNovo Finance',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 SRi Vx-line Nav Black 5dr',
'transmission': 'manual',
'trim': '1.4 SRi Vx-line Nav Black 5dr',
'vin': None,
'year': 2019}
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120718166%27 HTTP/1.1" 200 None
2026-03-24 10:01:29 [astonbarclay.gb] INFO: Saving data for 120718166: {'created_time': 1774346489.066189, 'last_price_update_time': 1774346489.066205, 'auction_closing_time': 1774431900.0}
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120718166') HTTP/1.1" 204 0
2026-03-24 10:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da53f199-ad6a-5c61-95d9-66546e252934 with identifier: 120649039
2026-03-24 10:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da53f199-ad6a-5c61-95d9-66546e252934 with identifier: 120649039
2026-03-24 10:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da53f199-ad6a-5c61-95d9-66546e252934 with identifier: 120649039 to the API
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120649039?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 164,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'da53f199-ad6a-5c61-95d9-66546e252934',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RO68DFC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120649039',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 62417,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-27',
'seller_name': 'CarBuy Limited',
'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': 2018}
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649039%27 HTTP/1.1" 200 None
2026-03-24 10:01:29 [astonbarclay.gb] INFO: Saving data for 120649039: {'auction_closing_time': 1774431900.0, 'created_time': 1774011689.165974, 'last_price_update_time': 1774346489.466665}
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649039') HTTP/1.1" 204 0
2026-03-24 10:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120257030
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120257030%27 HTTP/1.1" 200 None
2026-03-24 10:01:29 [astonbarclay.gb] INFO: Scrape type for 120257030: 2
2026-03-24 10:01:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120630156, 'registration': 'FV64YOX', 'account': 'WBA004', 'make': 'MITSUBISHI', 'model': 'OUTLANDER ESTATE', 'derivative': '2.0 PHEV GX3h 5dr Auto', 'mileage': 128841, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-02-19', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV64YOX/2026-03-20/image/235bcfe0-e45f-4023-bc24-e54d243434ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/5a0ad970-02a1-4025-b716-e215c0cc3be9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/3140975f-65a4-4b16-8fe0-391866280acb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/75107714-b615-4603-8397-4e05d28e1430_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/487f3a7b-b434-4479-ae56-b4feff3bf22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/dc2fbd3b-7617-4f81-a76b-6d329a523272_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/1aa13947-7b2d-43c2-a2fa-9951e01ce43c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/ed656eb5-6dd4-4990-9de2-c9bf1b59e30a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/921be97d-b42d-457e-a248-9fd02245c11d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/2377e386-9bfa-41f4-b7e7-93d176516923_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/15- 12K, 06/16- 23K, 03/17- 36K, 01/18- 49K, 04/19- 61K, 11/20- 78K, 10/21- 87K, 01/23- 100K, 01/24- 109K, 03/26- ??', 'remarks': 'VOSA STATES 100K, 109K, 113K, 123K, 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': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08ccdc97-d0c2-4283-aaeb-0184c466cc83.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120630156, 'registration': 'FV64YOX', 'account': 'WBA004', 'make': 'MITSUBISHI', 'model': 'OUTLANDER ESTATE', 'derivative': '2.0 PHEV GX3h 5dr Auto', 'mileage': 128841, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-02-19', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-07-08', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV64YOX/2026-03-20/image/235bcfe0-e45f-4023-bc24-e54d243434ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/5a0ad970-02a1-4025-b716-e215c0cc3be9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/3140975f-65a4-4b16-8fe0-391866280acb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/75107714-b615-4603-8397-4e05d28e1430_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/487f3a7b-b434-4479-ae56-b4feff3bf22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/dc2fbd3b-7617-4f81-a76b-6d329a523272_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/1aa13947-7b2d-43c2-a2fa-9951e01ce43c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/ed656eb5-6dd4-4990-9de2-c9bf1b59e30a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/921be97d-b42d-457e-a248-9fd02245c11d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV64YOX/2026-03-20/image/2377e386-9bfa-41f4-b7e7-93d176516923_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/15- 12K, 06/16- 23K, 03/17- 36K, 01/18- 49K, 04/19- 61K, 11/20- 78K, 10/21- 87K, 01/23- 100K, 01/24- 109K, 03/26- ??', 'remarks': 'VOSA STATES 100K, 109K, 113K, 123K, 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': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08ccdc97-d0c2-4283-aaeb-0184c466cc83.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 165fd77e-9e07-507c-843d-91c4397ce3c2 with identifier: 120630156
2026-03-24 10:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 165fd77e-9e07-507c-843d-91c4397ce3c2 with scrape type 2
2026-03-24 10:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 165fd77e-9e07-507c-843d-91c4397ce3c2 with scrape type 2
2026-03-24 10:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 165fd77e-9e07-507c-843d-91c4397ce3c2, identifier: 120630156
2026-03-24 10:01:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120253625, 'registration': 'HX03ZSP', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KANGOO DIESEL ESTATE', 'derivative': '1.5 dCi 80 Authentique 5dr', 'mileage': 45390, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2003-08-17', 'fuel': 'Diesel', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/059ab217-2e2e-4275-9880-5cb1b5760ddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/02cd0604-727d-4d8a-9b87-cb6117196c97_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/ab441b70-1f1a-45b3-8776-4e067b9b1190_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/88a921d6-847c-44a3-9acd-17dc5bd3adab_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/fc4dc611-68a0-457f-b72c-ee0d12ba46d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/fe5c577b-4e21-4e6a-9506-53f05619db62_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/33521ce0-c6b9-4482-a05a-7885503df304_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/64e1fa3b-bcd6-4ac3-9862-6e765523b6df_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/ccb6bf1d-3316-4939-a4e6-685ee8070ce8_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 44K, 44K, 45K, 45K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a54ac0e5-d687-4c42-9c3c-c9d7d25e8fdc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120253625, 'registration': 'HX03ZSP', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KANGOO DIESEL ESTATE', 'derivative': '1.5 dCi 80 Authentique 5dr', 'mileage': 45390, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2003-08-17', 'fuel': 'Diesel', 'motExpiry': '2026-05-29', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/059ab217-2e2e-4275-9880-5cb1b5760ddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/02cd0604-727d-4d8a-9b87-cb6117196c97_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/ab441b70-1f1a-45b3-8776-4e067b9b1190_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/88a921d6-847c-44a3-9acd-17dc5bd3adab_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/fc4dc611-68a0-457f-b72c-ee0d12ba46d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/fe5c577b-4e21-4e6a-9506-53f05619db62_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/33521ce0-c6b9-4482-a05a-7885503df304_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/64e1fa3b-bcd6-4ac3-9862-6e765523b6df_removebg.jpg?w=600', 'https://abimg003.imgix.net/HX03ZSP/2026-03-10/image/ccb6bf1d-3316-4939-a4e6-685ee8070ce8_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 44K, 44K, 45K, 45K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a54ac0e5-d687-4c42-9c3c-c9d7d25e8fdc.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 615b14b3-1488-58b9-8391-3dbdc86185d7 with identifier: 120253625
2026-03-24 10:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 615b14b3-1488-58b9-8391-3dbdc86185d7 with scrape type 2
2026-03-24 10:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 615b14b3-1488-58b9-8391-3dbdc86185d7 with scrape type 2
2026-03-24 10:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 615b14b3-1488-58b9-8391-3dbdc86185d7, identifier: 120253625
2026-03-24 10:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 165fd77e-9e07-507c-843d-91c4397ce3c2 with identifier: 120630156
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FPlugin+Electric+Hybrid HTTP/1.1" 200 None
2026-03-24 10:01:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 165fd77e-9e07-507c-843d-91c4397ce3c2 with identifier: 120630156
2026-03-24 10:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 165fd77e-9e07-507c-843d-91c4397ce3c2 with identifier: 120630156 to the API
2026-03-24 10:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120630156?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 44,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '165fd77e-9e07-507c-843d-91c4397ce3c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV64YOX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120630156',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MITSUBISHI',
'model': 'OUTLANDER ESTATE',
'odometer': 128841,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-02-19',
'seller_name': 'UKCGR - Trade',
'title': 'MITSUBISHI OUTLANDER ESTATE 2.0 PHEV GX3h 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 PHEV GX3h 5dr Auto',
'vin': None,
'year': 2015}
2026-03-24 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630156%27 HTTP/1.1" 200 None
2026-03-24 10:01:30 [astonbarclay.gb] INFO: Saving data for 120630156: {'created_time': 1774011728.963061, 'last_price_update_time': 1774346490.607035, 'auction_closing_time': 1774432800.0}
2026-03-24 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120630156') HTTP/1.1" 204 0
2026-03-24 10:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 615b14b3-1488-58b9-8391-3dbdc86185d7 with identifier: 120253625
2026-03-24 10:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 615b14b3-1488-58b9-8391-3dbdc86185d7 with identifier: 120253625
2026-03-24 10:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 615b14b3-1488-58b9-8391-3dbdc86185d7 with identifier: 120253625 to the API
2026-03-24 10:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120253625?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '1.5L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '615b14b3-1488-58b9-8391-3dbdc86185d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HX03ZSP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120253625',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'KANGOO DIESEL ESTATE',
'odometer': 45390,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-08-17',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT KANGOO DIESEL ESTATE 1.5 dCi 80 Authentique 5dr',
'transmission': 'manual',
'trim': '1.5 dCi 80 Authentique 5dr',
'vin': None,
'year': 2003}
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120253625%27 HTTP/1.1" 200 None
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Saving data for 120253625: {'auction_closing_time': 1774432800.0, 'created_time': 1773404490.9113941, 'last_price_update_time': 1774346491.670999}
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120253625') HTTP/1.1" 204 0
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120596958
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120596958%27 HTTP/1.1" 200 None
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Scrape type for 120596958: 2
2026-03-24 10:01:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/FL18NXF/2026-03-18/image/8967d661-4f48-4167-8ac0-ed3652b6aa23_removebg.jpg?w=600>
2026-03-24 10:01:31 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/NY68OEN/2026-03-17/image/c28bd24c-34a9-4ef6-bb45-f81d13a88604_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714720?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120438101
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120438101%27 HTTP/1.1" 200 None
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Scrape type for 120438101: 2
2026-03-24 10: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-24 10:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120652259?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120646164
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120646164%27 HTTP/1.1" 200 None
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Scrape type for 120646164: 0
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120631053
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631053%27 HTTP/1.1" 200 None
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Scrape type for 120631053: 2
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120374976
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120374976%27 HTTP/1.1" 200 None
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Scrape type for 120374976: 0
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120463208
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120463208%27 HTTP/1.1" 200 None
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Scrape type for 120463208: 0
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120631151
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631151%27 HTTP/1.1" 200 None
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Scrape type for 120631151: 2
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120631647
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631647%27 HTTP/1.1" 200 None
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Scrape type for 120631647: 2
2026-03-24 10:01:31 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/NY68OEN/2026-03-17/image/c28bd24c-34a9-4ef6-bb45-f81d13a88604_removebg.jpg?w=600>
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714720, 'registration': 'LC20NDN', 'account': 'MOT129', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 54402, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-06-13', 'fuel': 'Electric', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 06/21 3KM 06/22 10K 06/23 23K 06/24 35K 06/25 46K', 'remarks': 'SKEY', '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/b4e6eb99-4cfb-4261-baf1-07c86abd559a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714720, 'registration': 'LC20NDN', 'account': 'MOT129', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 54402, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-06-13', 'fuel': 'Electric', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 06/21 3KM 06/22 10K 06/23 23K 06/24 35K 06/25 46K', 'remarks': 'SKEY', '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/b4e6eb99-4cfb-4261-baf1-07c86abd559a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f608e20-aeee-51a8-a9b4-132ede6ddfdf with identifier: 120714720
2026-03-24 10:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f608e20-aeee-51a8-a9b4-132ede6ddfdf with scrape type 1
2026-03-24 10:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 6f608e20-aeee-51a8-a9b4-132ede6ddfdf
2026-03-24 10:01:31 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 6f608e20-aeee-51a8-a9b4-132ede6ddfdf
2026-03-24 10:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6f608e20-aeee-51a8-a9b4-132ede6ddfdf, identifier: 120714720
2026-03-24 10:01:31 [astonbarclay.gb] INFO: Found listing with ID: 120631689
2026-03-24 10:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631689%27 HTTP/1.1" 200 None
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Scrape type for 120631689: 0
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120610324
2026-03-24 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120610324%27 HTTP/1.1" 200 None
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Scrape type for 120610324: 0
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120417833
2026-03-24 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120417833%27 HTTP/1.1" 200 None
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Scrape type for 120417833: 0
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120619890
2026-03-24 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120619890%27 HTTP/1.1" 200 None
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Scrape type for 120619890: 2
2026-03-24 10:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6f608e20-aeee-51a8-a9b4-132ede6ddfdf with identifier: 120714720
2026-03-24 10:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6f608e20-aeee-51a8-a9b4-132ede6ddfdf with identifier: 120714720
2026-03-24 10:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6f608e20-aeee-51a8-a9b4-132ede6ddfdf with identifier: 120714720 to the API
2026-03-24 10:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714720?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Electric',
'id': '6f608e20-aeee-51a8-a9b4-132ede6ddfdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LC20NDN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714720',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 54402,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-13',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ EQC ESTATE EQC 400 300kW AMG Line Premium Plus 80kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto',
'vin': None,
'year': 2020}
2026-03-24 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120714720%27 HTTP/1.1" 200 None
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Saving data for 120714720: {'created_time': 1774346492.761918, 'last_price_update_time': 1774346492.761931, 'auction_closing_time': 1774431900.0}
2026-03-24 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714720') HTTP/1.1" 204 0
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120652259, 'registration': 'LN15YJG', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A200 [2.1] CDI Sport 5dr Auto', 'mileage': 75192, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2113, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-19', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN15YJG/2026-03-20/image/aba9ecf5-74a7-4020-a6f1-8bb3817d8bea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/f2a3130b-f309-4817-b54c-28e281717b6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/c1fe3d25-d642-4413-a5a5-55e0515aebc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/839d4f93-eedb-4c04-b227-394b706615cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/cbcec86c-b6bb-45fd-9b05-00a9c6d7bd0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/b0c8e8c5-910b-4afa-bfed-acee0a475074_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59b2b8b4-2a32-476f-afbe-313062b8a4d5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120652259, 'registration': 'LN15YJG', 'account': 'KCS002', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS DIESEL HATCHBACK', 'derivative': 'A200 [2.1] CDI Sport 5dr Auto', 'mileage': 75192, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2113, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-19', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN15YJG/2026-03-20/image/aba9ecf5-74a7-4020-a6f1-8bb3817d8bea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/f2a3130b-f309-4817-b54c-28e281717b6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/c1fe3d25-d642-4413-a5a5-55e0515aebc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/839d4f93-eedb-4c04-b227-394b706615cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/cbcec86c-b6bb-45fd-9b05-00a9c6d7bd0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN15YJG/2026-03-20/image/b0c8e8c5-910b-4afa-bfed-acee0a475074_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'NO SPARE KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59b2b8b4-2a32-476f-afbe-313062b8a4d5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b7d5f96-e4b9-51e7-b8d3-7b00a02d6cd4 with identifier: 120652259
2026-03-24 10:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b7d5f96-e4b9-51e7-b8d3-7b00a02d6cd4 with scrape type 2
2026-03-24 10:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b7d5f96-e4b9-51e7-b8d3-7b00a02d6cd4 with scrape type 2
2026-03-24 10:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9b7d5f96-e4b9-51e7-b8d3-7b00a02d6cd4, identifier: 120652259
2026-03-24 10:01:32 [astonbarclay.gb] INFO: Found listing with ID: 120647284
2026-03-24 10:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120647284%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120647284: 0
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120453748
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120453748%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120453748: 2
2026-03-24 10:01:33 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/DU68YSC/2026-03-12/image/f90eabe7-89fd-4fd5-879b-bfbac9fa56de_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9b7d5f96-e4b9-51e7-b8d3-7b00a02d6cd4 with identifier: 120652259
2026-03-24 10:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9b7d5f96-e4b9-51e7-b8d3-7b00a02d6cd4 with identifier: 120652259
2026-03-24 10:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9b7d5f96-e4b9-51e7-b8d3-7b00a02d6cd4 with identifier: 120652259 to the API
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120652259?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '9b7d5f96-e4b9-51e7-b8d3-7b00a02d6cd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN15YJG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120652259',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS DIESEL HATCHBACK',
'odometer': 75192,
'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': 'CarBuy Limited',
'title': 'MERCEDES-BENZ A CLASS DIESEL HATCHBACK A200 [2.1] CDI Sport 5dr '
'Auto',
'transmission': 'automatic',
'trim': 'A200 [2.1] CDI Sport 5dr Auto',
'vin': None,
'year': 2015}
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652259%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Saving data for 120652259: {'auction_closing_time': 1774431900.0, 'created_time': 1774011686.942958, 'last_price_update_time': 1774346493.566903}
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120652259') HTTP/1.1" 204 0
2026-03-24 10:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120649161?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120509974?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120591724?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120480606?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120547045?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120647610
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120647610%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120647610: 0
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120632848
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632848%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120632848: 2
2026-03-24 10:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120589079
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589079%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120589079: 0
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120264494
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264494%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120264494: 0
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120620613
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120620613%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120620613: 2
2026-03-24 10:01:33 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/DU68YSC/2026-03-12/image/f90eabe7-89fd-4fd5-879b-bfbac9fa56de_removebg.jpg?w=600>
2026-03-24 10:01:33 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/cecab417-d438-4f10-9f6c-562686c051ae_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120442046
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442046%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120442046: 0
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120627305
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627305%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120627305: 2
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Found listing with ID: 120621555
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621555%27 HTTP/1.1" 200 None
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Scrape type for 120621555: 2
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120649161, 'registration': 'SG18CPZ', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T ecoTEC Elite 5dr', 'mileage': 48667, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 570}, 'saleStart': '2026-03-24T13:00Z', 'lot': 339, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-04-20', 'fuel': 'Petrol', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/d89e2884-6664-4c01-a014-bea4480a73a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/e0732238-3496-4bd3-8990-da1f323f9a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/16ea91f3-828e-4ac8-a641-298570c2f243_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/3460ff69-fd76-4c84-aa1e-de58836f8999_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/c43d4955-bd8c-4cde-b8ad-3f2856fae1d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/2878a4ab-51f1-43c4-a491-395cc50eae06_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/558f2ba2-ede9-49ff-a349-387982b906fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/521c5531-a4fe-4165-bd65-1ae37434af19_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/f0eed9c6-3dd2-402b-a959-bd9c7c03baf8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 11/25 - 46K', 'remarks': '**432** VOSA STATES 18K, 22K, 24K, 32K, 39K, 46K,', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/260ee9ae-e80f-4c3e-8450-25bd201e95c5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120649161, 'registration': 'SG18CPZ', 'account': 'WBA002', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T ecoTEC Elite 5dr', 'mileage': 48667, 'mileageWarranty': True, 'type': 'car', 'saleId': 18905, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 570}, 'saleStart': '2026-03-24T13:00Z', 'lot': 339, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-04-20', 'fuel': 'Petrol', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/d89e2884-6664-4c01-a014-bea4480a73a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/e0732238-3496-4bd3-8990-da1f323f9a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/16ea91f3-828e-4ac8-a641-298570c2f243_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/3460ff69-fd76-4c84-aa1e-de58836f8999_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/c43d4955-bd8c-4cde-b8ad-3f2856fae1d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/2878a4ab-51f1-43c4-a491-395cc50eae06_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/558f2ba2-ede9-49ff-a349-387982b906fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/521c5531-a4fe-4165-bd65-1ae37434af19_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG18CPZ/2026-03-23/image/f0eed9c6-3dd2-402b-a959-bd9c7c03baf8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 11/25 - 46K', 'remarks': '**432** VOSA STATES 18K, 22K, 24K, 32K, 39K, 46K,', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/260ee9ae-e80f-4c3e-8450-25bd201e95c5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9a50b4b-170f-5029-98d4-090c8e5e1260 with identifier: 120649161
2026-03-24 10:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9a50b4b-170f-5029-98d4-090c8e5e1260 with scrape type 2
2026-03-24 10:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9a50b4b-170f-5029-98d4-090c8e5e1260 with scrape type 2
2026-03-24 10:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d9a50b4b-170f-5029-98d4-090c8e5e1260, identifier: 120649161
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120509974, 'registration': 'DY13OGM', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Allure 5dr EGC', 'mileage': 294275, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DY13OGM/2026-03-17/image/992c7a70-df50-42dc-b8a1-be2b65222b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/67ed857e-00bf-4421-ae7b-bf4a2139c17b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/bb4bd2cf-37ac-4b32-a6ed-10d2c5d7fc5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/d1491191-ea08-417c-8a64-ed21ba255a49_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/0ceb1c70-00fb-49c8-830c-03340cea90d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/0f4eb07e-2fed-4deb-87d3-67d523b23482_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/9bf564dd-8d05-4176-afa8-0f3f614f8dba_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/1f7951b4-74d6-4a2d-abb6-05fef041c1b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/80c04b07-43f1-41db-a29f-d7cde6e8217e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/13-9K, 06/14-26K, 07/15-44K, 03/16-57K, 10/17-79K, 11/18-98K, 10/19-116K, 03/21-127K, 05/22-141K, 11/23-158K, 03/25-172K', 'remarks': 'VOSA STATES 139K, 150K, 161K, 172K, 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a3f8457-add8-48b3-a232-7845fc26b079.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120509974, 'registration': 'DY13OGM', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Allure 5dr EGC', 'mileage': 294275, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DY13OGM/2026-03-17/image/992c7a70-df50-42dc-b8a1-be2b65222b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/67ed857e-00bf-4421-ae7b-bf4a2139c17b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/bb4bd2cf-37ac-4b32-a6ed-10d2c5d7fc5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/d1491191-ea08-417c-8a64-ed21ba255a49_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/0ceb1c70-00fb-49c8-830c-03340cea90d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/0f4eb07e-2fed-4deb-87d3-67d523b23482_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/9bf564dd-8d05-4176-afa8-0f3f614f8dba_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/1f7951b4-74d6-4a2d-abb6-05fef041c1b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY13OGM/2026-03-17/image/80c04b07-43f1-41db-a29f-d7cde6e8217e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/13-9K, 06/14-26K, 07/15-44K, 03/16-57K, 10/17-79K, 11/18-98K, 10/19-116K, 03/21-127K, 05/22-141K, 11/23-158K, 03/25-172K', 'remarks': 'VOSA STATES 139K, 150K, 161K, 172K, 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': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a3f8457-add8-48b3-a232-7845fc26b079.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 839a265f-40a3-54a9-8e26-bee5268888fb with identifier: 120509974
2026-03-24 10:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 839a265f-40a3-54a9-8e26-bee5268888fb with scrape type 2
2026-03-24 10:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 839a265f-40a3-54a9-8e26-bee5268888fb with scrape type 2
2026-03-24 10:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 839a265f-40a3-54a9-8e26-bee5268888fb, identifier: 120509974
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120591724, 'registration': 'YX16UYD', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr Xtronic', 'mileage': 77755, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX16UYD/2026-03-19/image/2eb4a24b-087f-4581-8a84-42a955c34603_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/5b8b8cb8-c6ff-45be-b2e8-c618a2a08bc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/129b7607-90b3-45f6-85e2-512953aa75ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/2307895e-9b2b-4868-bc3f-23854e0eade2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/99dd9110-a6a9-4d19-96d1-3833fc8bff18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/4b436560-36ee-4c68-bbea-5de568a32138_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/c71dd18c-f5df-4707-bce4-88ce012be728_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/b6967b07-9e4b-4b22-beb8-8c1625d7dbae_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/c53298cb-b280-4b56-9cb4-d166961033f9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 05/17- 6K, 05/18- 12K, 07/19- 23K, 07/20- 31K, 07/21- 38K', 'remarks': 'VOSA STATES 43K, 48K, 57K, 68K, SPARE KEY IN OFFICE, SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9fe9987f-b952-4c02-a955-e64c72dee58e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120591724, 'registration': 'YX16UYD', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr Xtronic', 'mileage': 77755, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX16UYD/2026-03-19/image/2eb4a24b-087f-4581-8a84-42a955c34603_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/5b8b8cb8-c6ff-45be-b2e8-c618a2a08bc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/129b7607-90b3-45f6-85e2-512953aa75ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/2307895e-9b2b-4868-bc3f-23854e0eade2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/99dd9110-a6a9-4d19-96d1-3833fc8bff18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/4b436560-36ee-4c68-bbea-5de568a32138_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/c71dd18c-f5df-4707-bce4-88ce012be728_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/b6967b07-9e4b-4b22-beb8-8c1625d7dbae_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX16UYD/2026-03-19/image/c53298cb-b280-4b56-9cb4-d166961033f9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 05/17- 6K, 05/18- 12K, 07/19- 23K, 07/20- 31K, 07/21- 38K', 'remarks': 'VOSA STATES 43K, 48K, 57K, 68K, SPARE KEY IN OFFICE, SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9fe9987f-b952-4c02-a955-e64c72dee58e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54e97be4-74a1-59f9-97ba-eab31cb40445 with identifier: 120591724
2026-03-24 10:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54e97be4-74a1-59f9-97ba-eab31cb40445 with scrape type 2
2026-03-24 10:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54e97be4-74a1-59f9-97ba-eab31cb40445 with scrape type 2
2026-03-24 10:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 54e97be4-74a1-59f9-97ba-eab31cb40445, identifier: 120591724
2026-03-24 10:01:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120480606, 'registration': 'EJ68TAU', 'account': 'ESS030', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Signature 5dr [Start Stop]', 'mileage': 54659, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/e9b1914f-7d1b-4754-9606-0135ec6c3fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/3c38a94e-6987-4497-8217-558f4d981f6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/5d1b2baf-0ba6-49b4-9d78-c2793b5c9e7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/51ab1bdc-26bb-4660-9a48-d0bbe861cf81_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/e393d608-13d0-4714-ba78-1b737aaf40b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/35f7800f-5828-453a-8c8b-c545029317cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/477ae360-dcac-41db-8032-3aaaed9d6be5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/988039dd-b5c2-40d2-ba05-971b8aafeca5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA DISCREPANCY - VOSA STATES, 20K, 46K, 60K, 44K, 52K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/014a6923-3d38-46d0-be16-25b3068a1c2a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120480606, 'registration': 'EJ68TAU', 'account': 'ESS030', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 82 Signature 5dr [Start Stop]', 'mileage': 54659, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/e9b1914f-7d1b-4754-9606-0135ec6c3fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/3c38a94e-6987-4497-8217-558f4d981f6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/5d1b2baf-0ba6-49b4-9d78-c2793b5c9e7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/51ab1bdc-26bb-4660-9a48-d0bbe861cf81_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/e393d608-13d0-4714-ba78-1b737aaf40b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/35f7800f-5828-453a-8c8b-c545029317cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/477ae360-dcac-41db-8032-3aaaed9d6be5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ68TAU/2026-03-16/image/988039dd-b5c2-40d2-ba05-971b8aafeca5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA DISCREPANCY - VOSA STATES, 20K, 46K, 60K, 44K, 52K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/014a6923-3d38-46d0-be16-25b3068a1c2a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86f6ebd0-6b7e-58fc-95be-ee8ec64a5338 with identifier: 120480606
2026-03-24 10:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86f6ebd0-6b7e-58fc-95be-ee8ec64a5338 with scrape type 2
2026-03-24 10:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86f6ebd0-6b7e-58fc-95be-ee8ec64a5338 with scrape type 2
2026-03-24 10:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86f6ebd0-6b7e-58fc-95be-ee8ec64a5338, identifier: 120480606
2026-03-24 10:01:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120547045, 'registration': 'LR06OFF', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.2 ByDiesel 3dr', 'mileage': 142879, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-10-08', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR06OFF/2026-03-18/image/747ffcfb-a69d-4b1e-b681-03fc493edc3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/20eea18b-5c20-4a23-924f-b255c1f4ec27_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/4f935e4c-bdd8-4027-bcf9-5e04c4490113_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/142a9fc5-7a36-4fee-b3f9-ed668b52ec45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/879cc787-64ef-46e3-821f-4274d2a9e722_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/f542f23a-ad5d-496e-a967-a39d6b6a6713_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/2e542757-4170-42c4-afb9-71627c5c91b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/20229d29-34d4-4fc6-affb-6d5fc93f9281_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/07acbd0b-6db8-42be-88c3-d480300e926b_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/10- 5k, 09/11- 12k, 10/12- 17k, 10/13- 24k, 10/14- 36k, 10/15- 49k, 10/17- 74k, 07/19- 84k, 10/20- 92k', 'remarks': 'VOSA STATES 100k, 110k, 116k, 133k, 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/70d1ae28-adf7-45f7-9973-1145710a86ff.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120547045, 'registration': 'LR06OFF', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.2 ByDiesel 3dr', 'mileage': 142879, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-10-08', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR06OFF/2026-03-18/image/747ffcfb-a69d-4b1e-b681-03fc493edc3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/20eea18b-5c20-4a23-924f-b255c1f4ec27_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/4f935e4c-bdd8-4027-bcf9-5e04c4490113_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/142a9fc5-7a36-4fee-b3f9-ed668b52ec45_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/879cc787-64ef-46e3-821f-4274d2a9e722_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/f542f23a-ad5d-496e-a967-a39d6b6a6713_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/2e542757-4170-42c4-afb9-71627c5c91b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/20229d29-34d4-4fc6-affb-6d5fc93f9281_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR06OFF/2026-03-18/image/07acbd0b-6db8-42be-88c3-d480300e926b_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/10- 5k, 09/11- 12k, 10/12- 17k, 10/13- 24k, 10/14- 36k, 10/15- 49k, 10/17- 74k, 07/19- 84k, 10/20- 92k', 'remarks': 'VOSA STATES 100k, 110k, 116k, 133k, 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/70d1ae28-adf7-45f7-9973-1145710a86ff.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a674b62-e787-5d53-b4e8-36251e247523 with identifier: 120547045
2026-03-24 10:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a674b62-e787-5d53-b4e8-36251e247523 with scrape type 2
2026-03-24 10:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a674b62-e787-5d53-b4e8-36251e247523 with scrape type 2
2026-03-24 10:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a674b62-e787-5d53-b4e8-36251e247523, identifier: 120547045
2026-03-24 10:01:34 [astonbarclay.gb] INFO: Found listing with ID: 120365355
2026-03-24 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120365355%27 HTTP/1.1" 200 None
2026-03-24 10:01:34 [astonbarclay.gb] INFO: Scrape type for 120365355: 2
2026-03-24 10:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d9a50b4b-170f-5029-98d4-090c8e5e1260 with identifier: 120649161
2026-03-24 10:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d9a50b4b-170f-5029-98d4-090c8e5e1260 with identifier: 120649161
2026-03-24 10:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d9a50b4b-170f-5029-98d4-090c8e5e1260 with identifier: 120649161 to the API
2026-03-24 10:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120649161?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-24T13:00:00Z',
'fuel_type': 'Petrol',
'id': 'd9a50b4b-170f-5029-98d4-090c8e5e1260',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SG18CPZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120649161',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'MOKKA X HATCHBACK',
'odometer': 48667,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-20',
'seller_name': 'UKCGR - Premium',
'title': 'VAUXHALL MOKKA X HATCHBACK 1.4T ecoTEC Elite 5dr',
'transmission': 'manual',
'trim': '1.4T ecoTEC Elite 5dr',
'vin': None,
'year': 2018}
2026-03-24 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649161%27 HTTP/1.1" 200 None
2026-03-24 10:01:34 [astonbarclay.gb] INFO: Saving data for 120649161: {'auction_closing_time': 1774357200.0, 'created_time': 1774011683.512898, 'last_price_update_time': 1774346494.759467}
2026-03-24 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649161') HTTP/1.1" 204 0
2026-03-24 10:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 839a265f-40a3-54a9-8e26-bee5268888fb with identifier: 120509974
2026-03-24 10:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 839a265f-40a3-54a9-8e26-bee5268888fb with identifier: 120509974
2026-03-24 10:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 839a265f-40a3-54a9-8e26-bee5268888fb with identifier: 120509974 to the API
2026-03-24 10:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120509974?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '839a265f-40a3-54a9-8e26-bee5268888fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DY13OGM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120509974',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '3008 DIESEL ESTATE',
'odometer': 294275,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-31',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 3008 DIESEL ESTATE 1.6 e-HDi 115 Allure 5dr EGC',
'transmission': 'automatic',
'trim': '1.6 e-HDi 115 Allure 5dr EGC',
'vin': None,
'year': 2013}
2026-03-24 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120509974%27 HTTP/1.1" 200 None
2026-03-24 10:01:35 [astonbarclay.gb] INFO: Saving data for 120509974: {'auction_closing_time': 1774432800.0, 'created_time': 1773774168.199742, 'last_price_update_time': 1774346495.410386}
2026-03-24 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120509974') HTTP/1.1" 204 0
2026-03-24 10:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 54e97be4-74a1-59f9-97ba-eab31cb40445 with identifier: 120591724
2026-03-24 10:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 54e97be4-74a1-59f9-97ba-eab31cb40445 with identifier: 120591724
2026-03-24 10:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 54e97be4-74a1-59f9-97ba-eab31cb40445 with identifier: 120591724 to the API
2026-03-24 10:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120591724?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '54e97be4-74a1-59f9-97ba-eab31cb40445',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX16UYD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120591724',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 77755,
'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 - Trade',
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T N-Connecta 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.2 DiG-T N-Connecta 5dr Xtronic',
'vin': None,
'year': 2016}
2026-03-24 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591724%27 HTTP/1.1" 200 None
2026-03-24 10:01:35 [astonbarclay.gb] INFO: Saving data for 120591724: {'auction_closing_time': 1774432800.0, 'created_time': 1773914537.985361, 'last_price_update_time': 1774346495.980834}
2026-03-24 10:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120591724') HTTP/1.1" 204 0
2026-03-24 10:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86f6ebd0-6b7e-58fc-95be-ee8ec64a5338 with identifier: 120480606
2026-03-24 10:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86f6ebd0-6b7e-58fc-95be-ee8ec64a5338 with identifier: 120480606
2026-03-24 10:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86f6ebd0-6b7e-58fc-95be-ee8ec64a5338 with identifier: 120480606 to the API
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120480606?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '86f6ebd0-6b7e-58fc-95be-ee8ec64a5338',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ68TAU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120480606',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 54659,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-30',
'seller_name': 'SMC GROUP',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 82 Signature 5dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 PureTech 82 Signature 5dr [Start Stop]',
'vin': None,
'year': 2018}
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120480606%27 HTTP/1.1" 200 None
2026-03-24 10:01:36 [astonbarclay.gb] INFO: Saving data for 120480606: {'auction_closing_time': 1774432800.0, 'created_time': 1773688004.754109, 'last_price_update_time': 1774346496.396578}
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120480606') HTTP/1.1" 204 0
2026-03-24 10:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a674b62-e787-5d53-b4e8-36251e247523 with identifier: 120547045
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREEN HTTP/1.1" 200 None
2026-03-24 10:01:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a674b62-e787-5d53-b4e8-36251e247523 with identifier: 120547045
2026-03-24 10:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8a674b62-e787-5d53-b4e8-36251e247523 with identifier: 120547045 to the API
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120547045?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8a674b62-e787-5d53-b4e8-36251e247523',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR06OFF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120547045',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': '500 HATCHBACK SPECIAL EDITIONS',
'odometer': 142879,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-10-08',
'seller_name': 'UKCGR - Trade',
'title': 'FIAT 500 HATCHBACK SPECIAL EDITIONS 1.2 ByDiesel 3dr',
'transmission': 'manual',
'trim': '1.2 ByDiesel 3dr',
'vin': None,
'year': 2009}
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120547045%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Saving data for 120547045: {'auction_closing_time': 1774432800.0, 'created_time': 1773830799.702038, 'last_price_update_time': 1774346497.054699}
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120547045') HTTP/1.1" 204 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120647951
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120647951%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120647951: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120589009
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120589009%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120589009: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120585283
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120585283%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120585283: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120515038
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120515038%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120515038: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120651855
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651855%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120651855: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120650278
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650278%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120650278: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120555861
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120555861%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120555861: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120650997
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650997%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120650997: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120653276
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653276%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120653276: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120488732
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120488732%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120488732: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120654283
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120654283%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120654283: 2
2026-03-24 10:01:37 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/FG20ZKK/2026-02-25/image/cecab417-d438-4f10-9f6c-562686c051ae_removebg.jpg?w=600>
2026-03-24 10:01:37 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/BL20BXB/2026-03-18/image/c6544b8f-5d08-4b92-8628-64aefa8a2792_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120332629?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120365404?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120654336
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120654336%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120654336: 2
2026-03-24 10: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-24 10: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-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120656222
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120656222%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120656222: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120631714
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631714%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120631714: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120656496
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120656496%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120656496: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120645930
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120645930%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120645930: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120658567
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120658567%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120658567: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120654349
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120654349%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120654349: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120658602
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120658602%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120658602: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120652440
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120652440%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120652440: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120657364
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120657364%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120657364: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120540667
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120540667%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120540667: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120199126
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120199126%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120199126: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120546011
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120546011%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120546011: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120473894
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120473894%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120473894: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120102055
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120102055%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120102055: 2
2026-03-24 10:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120648081?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120461419
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461419%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120461419: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120369524
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120369524%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120369524: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120255976
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120255976%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120255976: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120461410
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120461410%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120461410: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120586845
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120586845%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120586845: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120562320
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562320%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120562320: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120546424
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120546424%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120546424: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120667628
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667628%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120667628: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120562548
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562548%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120562548: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120667635
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120667635%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120667635: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120653166
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120653166%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120653166: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120595560
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120595560%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120595560: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120506327
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120506327%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120506327: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120519095
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120519095%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120519095: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120368640
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120368640%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120368640: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120562484
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120562484%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120562484: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120548811
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120548811%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120548811: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120548775
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120548775%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120548775: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120548766
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120548766%27 HTTP/1.1" 200 None
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Scrape type for 120548766: 0
2026-03-24 10:01:37 [astonbarclay.gb] INFO: Found listing with ID: 120667873
2026-03-24 10:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667873%27 HTTP/1.1" 200 None
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120667873: 0
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120586856
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586856%27 HTTP/1.1" 200 None
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120586856: 0
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120586865
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586865%27 HTTP/1.1" 200 None
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120586865: 0
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120687428
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687428%27 HTTP/1.1" 200 None
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120687428: 0
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120584837
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584837%27 HTTP/1.1" 200 None
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120584837: 2
2026-03-24 10:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120332629, 'registration': 'LY65HAE', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '80kW Tekna 24kWh 5dr Auto', 'mileage': 104625, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-31', 'fuel': 'Electric', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY65HAE/2026-03-12/image/4665ae8a-2803-4195-8fd3-c7abe47405e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/881ef9ff-0f15-40fd-a105-0288f02cee69_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/160ce7f3-d63b-4669-ae5c-b58e4c073e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/66f81551-2d09-44c9-99eb-0945fca0d0a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/f83e2bd0-7341-438c-9267-cbdabc83dd5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/c4cfd484-3f8f-4fcd-b2fb-5fac099c7c28_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/a84ad826-98d5-46ac-89c4-f9f21fa5e835_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/b2a90c50-7e4b-47e1-a5b3-6b297be97bf3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/16-10K, 11/17-19K, 01/19-34K', 'remarks': 'VOSA STATES 63K, 88K, 101K, 104K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cfe0b14a-a1b8-41fd-ac62-a00c7dcd69a4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120332629, 'registration': 'LY65HAE', 'account': 'CAR001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '80kW Tekna 24kWh 5dr Auto', 'mileage': 104625, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-12-31', 'fuel': 'Electric', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY65HAE/2026-03-12/image/4665ae8a-2803-4195-8fd3-c7abe47405e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/881ef9ff-0f15-40fd-a105-0288f02cee69_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/160ce7f3-d63b-4669-ae5c-b58e4c073e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/66f81551-2d09-44c9-99eb-0945fca0d0a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/f83e2bd0-7341-438c-9267-cbdabc83dd5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/c4cfd484-3f8f-4fcd-b2fb-5fac099c7c28_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/a84ad826-98d5-46ac-89c4-f9f21fa5e835_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY65HAE/2026-03-12/image/b2a90c50-7e4b-47e1-a5b3-6b297be97bf3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/16-10K, 11/17-19K, 01/19-34K', 'remarks': 'VOSA STATES 63K, 88K, 101K, 104K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cfe0b14a-a1b8-41fd-ac62-a00c7dcd69a4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97781d7d-ecaa-59c1-aa6c-b4fd93bc87aa with identifier: 120332629
2026-03-24 10:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97781d7d-ecaa-59c1-aa6c-b4fd93bc87aa with scrape type 2
2026-03-24 10:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97781d7d-ecaa-59c1-aa6c-b4fd93bc87aa with scrape type 2
2026-03-24 10:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 97781d7d-ecaa-59c1-aa6c-b4fd93bc87aa, identifier: 120332629
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120365404, 'registration': 'LL60MYX', 'account': 'CAR001', 'make': 'VOLKSWAGEN', 'model': 'GOLF PLUS HATCHBACK', 'derivative': '1.4 TSI SE 5dr', 'mileage': 91194, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-12-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL60MYX/2026-03-12/image/094cb54f-ab47-4a7f-ae99-66da8d8b2463_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/7aa7b3ec-2fb9-4dbc-b085-f9d335da38fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/bd1c2853-8357-41f4-8528-f41190cf13e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/2f13e7ac-6555-4a95-bf7d-bd3129def35e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/3bcd44c0-8fc2-43dd-827e-2c5c90f7faf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/c3c9cd07-1349-49f7-a74b-16417da7debc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/d367f42b-72ef-4476-89c4-cbcf4f352966_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/12-8K, 11/12-12K, 11/13-19K, 12/14-27K, 01/16-35K, 02/17-42K, 12/17-48K, 06/20-68K,', 'remarks': 'VOSA STATES 45K, 52K, 61K, 69K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a548c7d8-a2da-49f5-8d69-ff32a4be71dd.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120365404, 'registration': 'LL60MYX', 'account': 'CAR001', 'make': 'VOLKSWAGEN', 'model': 'GOLF PLUS HATCHBACK', 'derivative': '1.4 TSI SE 5dr', 'mileage': 91194, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-12-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL60MYX/2026-03-12/image/094cb54f-ab47-4a7f-ae99-66da8d8b2463_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/7aa7b3ec-2fb9-4dbc-b085-f9d335da38fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/bd1c2853-8357-41f4-8528-f41190cf13e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/2f13e7ac-6555-4a95-bf7d-bd3129def35e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/3bcd44c0-8fc2-43dd-827e-2c5c90f7faf4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/c3c9cd07-1349-49f7-a74b-16417da7debc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL60MYX/2026-03-12/image/d367f42b-72ef-4476-89c4-cbcf4f352966_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/12-8K, 11/12-12K, 11/13-19K, 12/14-27K, 01/16-35K, 02/17-42K, 12/17-48K, 06/20-68K,', 'remarks': 'VOSA STATES 45K, 52K, 61K, 69K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a548c7d8-a2da-49f5-8d69-ff32a4be71dd.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc4f9c2-0ee5-5d54-92dd-cc3f1a4fd142 with identifier: 120365404
2026-03-24 10:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc4f9c2-0ee5-5d54-92dd-cc3f1a4fd142 with scrape type 2
2026-03-24 10:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc4f9c2-0ee5-5d54-92dd-cc3f1a4fd142 with scrape type 2
2026-03-24 10:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ddc4f9c2-0ee5-5d54-92dd-cc3f1a4fd142, identifier: 120365404
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Found listing with ID: 120646777
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120646777%27 HTTP/1.1" 200 None
2026-03-24 10:01:38 [astonbarclay.gb] INFO: Scrape type for 120646777: 2
2026-03-24 10:01:38 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/BL20BXB/2026-03-18/image/c6544b8f-5d08-4b92-8628-64aefa8a2792_removebg.jpg?w=600>
2026-03-24 10:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 97781d7d-ecaa-59c1-aa6c-b4fd93bc87aa with identifier: 120332629
2026-03-24 10:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 97781d7d-ecaa-59c1-aa6c-b4fd93bc87aa with identifier: 120332629
2026-03-24 10:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 97781d7d-ecaa-59c1-aa6c-b4fd93bc87aa with identifier: 120332629 to the API
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120332629?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Electric',
'id': '97781d7d-ecaa-59c1-aa6c-b4fd93bc87aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY65HAE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120332629',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 104625,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-31',
'seller_name': 'CarGiant',
'title': 'NISSAN LEAF HATCHBACK 80kW Tekna 24kWh 5dr Auto',
'transmission': 'automatic',
'trim': '80kW Tekna 24kWh 5dr Auto',
'vin': None,
'year': 2015}
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120332629%27 HTTP/1.1" 200 None
2026-03-24 10:01:39 [astonbarclay.gb] INFO: Saving data for 120332629: {'auction_closing_time': 1774432800.0, 'created_time': 1773404263.002967, 'last_price_update_time': 1774346499.038988}
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120332629') HTTP/1.1" 204 0
2026-03-24 10:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ddc4f9c2-0ee5-5d54-92dd-cc3f1a4fd142 with identifier: 120365404
2026-03-24 10:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ddc4f9c2-0ee5-5d54-92dd-cc3f1a4fd142 with identifier: 120365404
2026-03-24 10:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ddc4f9c2-0ee5-5d54-92dd-cc3f1a4fd142 with identifier: 120365404 to the API
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120365404?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ddc4f9c2-0ee5-5d54-92dd-cc3f1a4fd142',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL60MYX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120365404',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF PLUS HATCHBACK',
'odometer': 91194,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-12-07',
'seller_name': 'CarGiant',
'title': 'VOLKSWAGEN GOLF PLUS HATCHBACK 1.4 TSI SE 5dr',
'transmission': 'manual',
'trim': '1.4 TSI SE 5dr',
'vin': None,
'year': 2010}
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120365404%27 HTTP/1.1" 200 None
2026-03-24 10:01:39 [astonbarclay.gb] INFO: Saving data for 120365404: {'auction_closing_time': 1774432800.0, 'created_time': 1773404105.174245, 'last_price_update_time': 1774346499.647512}
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120365404') HTTP/1.1" 204 0
2026-03-24 10:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120631853?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120648081, 'registration': 'LR64OCK', 'account': 'KCS002', 'make': 'SEAT', 'model': 'IBIZA SPORT TOURER', 'derivative': '1.2 TSI SE 5dr DSG', 'mileage': 74235, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2107, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LR64OCK/2026-03-20/image/eef3d9f2-1480-4ce4-8dcf-6a8343c192f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/2a66436f-7c81-4a87-831f-087b21a2c2d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/c207ecb8-6689-417f-b451-86a79853c3da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/a64bcfa0-a682-4143-b393-503d4ed2f330_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/2483eb1e-fd74-478d-9b12-9467d6e9995b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/30231c71-a84d-4196-8691-b4231b3eae24_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/15 899MILES 12/16 1.1K 11/17 3K 01/19 13K 01/20 23K 01/21 30K 02/22 38K 03/23 47K 10/23 54K 10/24 64K 10/25 72K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ae54c00-2302-4790-8c42-87c56f308872.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120648081, 'registration': 'LR64OCK', 'account': 'KCS002', 'make': 'SEAT', 'model': 'IBIZA SPORT TOURER', 'derivative': '1.2 TSI SE 5dr DSG', 'mileage': 74235, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2107, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2014-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LR64OCK/2026-03-20/image/eef3d9f2-1480-4ce4-8dcf-6a8343c192f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/2a66436f-7c81-4a87-831f-087b21a2c2d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/c207ecb8-6689-417f-b451-86a79853c3da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/a64bcfa0-a682-4143-b393-503d4ed2f330_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/2483eb1e-fd74-478d-9b12-9467d6e9995b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64OCK/2026-03-20/image/30231c71-a84d-4196-8691-b4231b3eae24_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/15 899MILES 12/16 1.1K 11/17 3K 01/19 13K 01/20 23K 01/21 30K 02/22 38K 03/23 47K 10/23 54K 10/24 64K 10/25 72K', 'remarks': 'S/KEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ae54c00-2302-4790-8c42-87c56f308872.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf879710-92be-5f8a-98fd-75c50a7f554c with identifier: 120648081
2026-03-24 10:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf879710-92be-5f8a-98fd-75c50a7f554c with scrape type 2
2026-03-24 10:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf879710-92be-5f8a-98fd-75c50a7f554c with scrape type 2
2026-03-24 10:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bf879710-92be-5f8a-98fd-75c50a7f554c, identifier: 120648081
2026-03-24 10:01:39 [astonbarclay.gb] INFO: Found listing with ID: 119970335
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119970335%27 HTTP/1.1" 200 None
2026-03-24 10:01:39 [astonbarclay.gb] INFO: Scrape type for 119970335: 2
2026-03-24 10:01:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119337609?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120332599?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bf879710-92be-5f8a-98fd-75c50a7f554c with identifier: 120648081
2026-03-24 10:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bf879710-92be-5f8a-98fd-75c50a7f554c with identifier: 120648081
2026-03-24 10:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bf879710-92be-5f8a-98fd-75c50a7f554c with identifier: 120648081 to the API
2026-03-24 10:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120648081?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'bf879710-92be-5f8a-98fd-75c50a7f554c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR64OCK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120648081',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'SEAT',
'model': 'IBIZA SPORT TOURER',
'odometer': 74235,
'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': 'CarBuy Limited',
'title': 'SEAT IBIZA SPORT TOURER 1.2 TSI SE 5dr DSG',
'transmission': 'automatic',
'trim': '1.2 TSI SE 5dr DSG',
'vin': None,
'year': 2014}
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120648081%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Saving data for 120648081: {'auction_closing_time': 1774431900.0, 'created_time': 1774011688.280603, 'last_price_update_time': 1774346500.154665}
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120648081') HTTP/1.1" 204 0
2026-03-24 10:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120302812?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120367809?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120582058
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582058%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120582058: 0
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120548797
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120548797%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120548797: 0
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120401488
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401488%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120401488: 0
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120485459
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120485459%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120485459: 0
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120525495
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120525495%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120525495: 0
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120622411
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622411%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120622411: 0
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120616891
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616891%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120616891: 0
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120617060
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617060%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120617060: 0
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120620621
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120620621%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120620621: 0
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 120125892
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120125892%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 120125892: 2
2026-03-24 10:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:40 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/MV65OEL/2026-03-16/image/43f35700-6071-4d4b-8fd4-0caefb5e6b44_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Found listing with ID: 116795694
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116795694%27 HTTP/1.1" 200 None
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Scrape type for 116795694: 2
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120631853, 'registration': 'SM04SXU', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CR-V ESTATE', 'derivative': '2.0 i-VTEC SE Sport 5dr Auto', 'mileage': 135270, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2004-04-26', 'fuel': 'Petrol', 'motExpiry': '2026-09-26', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SM04SXU/2026-03-20/image/ec6b4621-2f76-460e-8343-fc64442a65ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/0c0d48c2-5ad6-4fda-b49e-c2710ee5b2fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/f7680634-3836-40c5-9cd8-b7dc9c930cf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/00e8d1f7-097f-47f6-8e6e-ed7a71edf978_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/f18001fe-8e1f-44b7-a97a-ae39666a8376_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/1c7137ff-ca16-4e38-81b8-f8a833f3104f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/9f884672-bfde-48c5-9c96-43e5017652f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/305087a8-1377-4361-a2d4-413601001bb1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 124K - 128K - 132K - 133K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 220, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ae16016-fec0-46c3-9cea-4c9579e5ebc0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120631853, 'registration': 'SM04SXU', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CR-V ESTATE', 'derivative': '2.0 i-VTEC SE Sport 5dr Auto', 'mileage': 135270, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2004-04-26', 'fuel': 'Petrol', 'motExpiry': '2026-09-26', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SM04SXU/2026-03-20/image/ec6b4621-2f76-460e-8343-fc64442a65ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/0c0d48c2-5ad6-4fda-b49e-c2710ee5b2fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/f7680634-3836-40c5-9cd8-b7dc9c930cf6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/00e8d1f7-097f-47f6-8e6e-ed7a71edf978_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/f18001fe-8e1f-44b7-a97a-ae39666a8376_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/1c7137ff-ca16-4e38-81b8-f8a833f3104f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/9f884672-bfde-48c5-9c96-43e5017652f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SM04SXU/2026-03-20/image/305087a8-1377-4361-a2d4-413601001bb1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 124K - 128K - 132K - 133K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 220, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ae16016-fec0-46c3-9cea-4c9579e5ebc0.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f42c520d-413b-5d65-9236-e45e2d45db8b with identifier: 120631853
2026-03-24 10:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f42c520d-413b-5d65-9236-e45e2d45db8b with scrape type 2
2026-03-24 10:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f42c520d-413b-5d65-9236-e45e2d45db8b with scrape type 2
2026-03-24 10:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f42c520d-413b-5d65-9236-e45e2d45db8b, identifier: 120631853
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119337609, 'registration': 'LL66EYP', 'account': 'CAR400', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C300h SE 4dr Auto', 'mileage': 85411, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-11-10', 'fuel': 'Diesel/Electric Hybrid', 'motExpiry': '2026-10-07', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LL66EYP/2026-02-12/image/01d07545-b56e-49ba-9b32-52d5fa41a8da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/66f4e96f-eb6b-4126-b099-db1c920d4e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/4b58bde3-5ea8-41fe-af99-aba083464475_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/d8763bc1-cd18-467e-a919-9056fb893a4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/ec21dbb4-bce3-48a8-abef-085cdb6d89f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/1d31afd6-3ea2-486d-8370-ba934e8dbffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/8bd38e1e-fb00-4929-ba18-e2c305b18f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/c69bd352-b48b-4915-8131-9ffba4cb47b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/483d8f08-3dc8-43ea-970a-59474e6504ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/c8ac94a3-3f64-4d6b-9c29-dc2b09d73c1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/01ba67ad-37ee-4282-8164-774aad755592_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/18-5K', 'remarks': 'VOSA STATES - 52K, 61K, 72K, 82K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/99b521b4-0bee-4b4d-b698-e952e4912f77.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119337609, 'registration': 'LL66EYP', 'account': 'CAR400', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C300h SE 4dr Auto', 'mileage': 85411, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-11-10', 'fuel': 'Diesel/Electric Hybrid', 'motExpiry': '2026-10-07', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LL66EYP/2026-02-12/image/01d07545-b56e-49ba-9b32-52d5fa41a8da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/66f4e96f-eb6b-4126-b099-db1c920d4e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/4b58bde3-5ea8-41fe-af99-aba083464475_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/d8763bc1-cd18-467e-a919-9056fb893a4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/ec21dbb4-bce3-48a8-abef-085cdb6d89f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/1d31afd6-3ea2-486d-8370-ba934e8dbffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/8bd38e1e-fb00-4929-ba18-e2c305b18f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/c69bd352-b48b-4915-8131-9ffba4cb47b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/483d8f08-3dc8-43ea-970a-59474e6504ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/c8ac94a3-3f64-4d6b-9c29-dc2b09d73c1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL66EYP/2026-02-12/image/01ba67ad-37ee-4282-8164-774aad755592_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/18-5K', 'remarks': 'VOSA STATES - 52K, 61K, 72K, 82K', 'virtual': False, 'seller': 'Auction Plus', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/99b521b4-0bee-4b4d-b698-e952e4912f77.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06d10066-1ce9-50ed-84bf-a37cf5a097a6 with identifier: 119337609
2026-03-24 10:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06d10066-1ce9-50ed-84bf-a37cf5a097a6 with scrape type 2
2026-03-24 10:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06d10066-1ce9-50ed-84bf-a37cf5a097a6 with scrape type 2
2026-03-24 10:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 06d10066-1ce9-50ed-84bf-a37cf5a097a6, identifier: 119337609
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120332599, 'registration': 'RF65YTP', 'account': 'CAR001', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Play 5dr', 'mileage': 58438, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RF65YTP/2026-03-12/image/9ccbb0b9-6967-40b3-892b-7eeb2e78b5af_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/5078a342-480f-4f7b-842c-5bd7e1787ca8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/7384841f-ea64-40c6-9394-8c83bb21709d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/dda15b5e-ed83-474b-8836-d18a4f126aea_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/a3546851-605b-449d-902e-b1c6a137c0e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/0b398496-134c-40a4-b597-d9b639a6d33c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/c93824b5-e7e7-4dc9-8d16-054a56cbd924_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/464bb6aa-cfdf-4baf-a044-757788e87520_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/3e7b34eb-8635-4a98-bfbb-d6ba53910439_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 44K, 48K, 53K, 57K', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/21237956-db8b-47ff-99d8-2383c192001c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120332599, 'registration': 'RF65YTP', 'account': 'CAR001', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Play 5dr', 'mileage': 58438, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RF65YTP/2026-03-12/image/9ccbb0b9-6967-40b3-892b-7eeb2e78b5af_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/5078a342-480f-4f7b-842c-5bd7e1787ca8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/7384841f-ea64-40c6-9394-8c83bb21709d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/dda15b5e-ed83-474b-8836-d18a4f126aea_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/a3546851-605b-449d-902e-b1c6a137c0e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/0b398496-134c-40a4-b597-d9b639a6d33c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/c93824b5-e7e7-4dc9-8d16-054a56cbd924_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/464bb6aa-cfdf-4baf-a044-757788e87520_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF65YTP/2026-03-12/image/3e7b34eb-8635-4a98-bfbb-d6ba53910439_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 44K, 48K, 53K, 57K', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/21237956-db8b-47ff-99d8-2383c192001c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25a1c97c-c27e-5b50-8a34-5b4d191e6b95 with identifier: 120332599
2026-03-24 10:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25a1c97c-c27e-5b50-8a34-5b4d191e6b95 with scrape type 2
2026-03-24 10:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25a1c97c-c27e-5b50-8a34-5b4d191e6b95 with scrape type 2
2026-03-24 10:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 25a1c97c-c27e-5b50-8a34-5b4d191e6b95, identifier: 120332599
2026-03-24 10:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f42c520d-413b-5d65-9236-e45e2d45db8b with identifier: 120631853
2026-03-24 10:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f42c520d-413b-5d65-9236-e45e2d45db8b with identifier: 120631853
2026-03-24 10:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f42c520d-413b-5d65-9236-e45e2d45db8b with identifier: 120631853 to the API
2026-03-24 10:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120631853?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 220,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f42c520d-413b-5d65-9236-e45e2d45db8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SM04SXU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120631853',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'CR-V ESTATE',
'odometer': 135270,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-04-26',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA CR-V ESTATE 2.0 i-VTEC SE Sport 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 i-VTEC SE Sport 5dr Auto',
'vin': None,
'year': 2004}
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631853%27 HTTP/1.1" 200 None
2026-03-24 10:01:41 [astonbarclay.gb] INFO: Saving data for 120631853: {'auction_closing_time': 1774432800.0, 'created_time': 1774011717.349631, 'last_price_update_time': 1774346501.172622}
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631853') HTTP/1.1" 204 0
2026-03-24 10:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 06d10066-1ce9-50ed-84bf-a37cf5a097a6 with identifier: 119337609
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel%2FElectric+Hybrid HTTP/1.1" 200 None
2026-03-24 10:01:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 06d10066-1ce9-50ed-84bf-a37cf5a097a6 with identifier: 119337609
2026-03-24 10:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 06d10066-1ce9-50ed-84bf-a37cf5a097a6 with identifier: 119337609 to the API
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119337609?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 94,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel/Electric Hybrid',
'id': '06d10066-1ce9-50ed-84bf-a37cf5a097a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL66EYP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119337609',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 85411,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-10',
'seller_name': 'Auction Plus',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C300h SE 4dr Auto',
'transmission': 'automatic',
'trim': 'C300h SE 4dr Auto',
'vin': None,
'year': 2016}
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119337609%27 HTTP/1.1" 200 None
2026-03-24 10:01:41 [astonbarclay.gb] INFO: Saving data for 119337609: {'auction_closing_time': 1774432800.0, 'created_time': 1774011773.623405, 'last_price_update_time': 1774346501.954641}
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119337609') HTTP/1.1" 204 0
2026-03-24 10:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 25a1c97c-c27e-5b50-8a34-5b4d191e6b95 with identifier: 120332599
2026-03-24 10:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 25a1c97c-c27e-5b50-8a34-5b4d191e6b95 with identifier: 120332599
2026-03-24 10:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 25a1c97c-c27e-5b50-8a34-5b4d191e6b95 with identifier: 120332599 to the API
2026-03-24 10:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120332599?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 95,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '25a1c97c-c27e-5b50-8a34-5b4d191e6b95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RF65YTP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120332599',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 58438,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-30',
'seller_name': 'CarGiant',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i X-Play 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i X-Play 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120332599%27 HTTP/1.1" 200 None
2026-03-24 10:01:42 [astonbarclay.gb] INFO: Saving data for 120332599: {'auction_closing_time': 1774432800.0, 'created_time': 1773404116.208154, 'last_price_update_time': 1774346502.371821}
2026-03-24 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120332599') HTTP/1.1" 204 0
2026-03-24 10:01:42 [astonbarclay.gb] INFO: Found listing with ID: 120460739
2026-03-24 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120460739%27 HTTP/1.1" 200 None
2026-03-24 10:01:42 [astonbarclay.gb] INFO: Scrape type for 120460739: 2
2026-03-24 10:01:42 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/MV65OEL/2026-03-16/image/43f35700-6071-4d4b-8fd4-0caefb5e6b44_removebg.jpg?w=600>
2026-03-24 10:01:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120302812, 'registration': 'FD68VGE', 'account': 'WBA003', 'make': 'KIA', 'model': 'NIRO ESTATE', 'derivative': '1.6 GDi Hybrid 2 5dr DCT', 'mileage': 126863, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-01-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': 1580, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FD68VGE/2026-03-12/image/48204de5-d585-45cf-b3c4-4e4a7d73437b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/c54d7813-45bd-45c6-8bb5-964181aa41be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/cd896e4e-1d67-449b-bfce-f9e7eacf1a00_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/b4a4909c-c37d-4abf-ba83-e65382d62e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/6a281eb5-23b5-415c-8ae7-61088f17dddc_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/adc7bb4d-55e2-46b6-9fbd-617ba2bc6941_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/5551018b-1c6c-492c-81dc-18de32450394_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/0b84c018-f3e7-450c-84d1-8428b9f67c34_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/21-41K', 'remarks': 'VOSA STATES 85K, 97K, 111K, 125K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', '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/20c0832d-0fc7-4c25-9bef-cd1a41df5425.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120302812, 'registration': 'FD68VGE', 'account': 'WBA003', 'make': 'KIA', 'model': 'NIRO ESTATE', 'derivative': '1.6 GDi Hybrid 2 5dr DCT', 'mileage': 126863, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-01-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': 1580, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FD68VGE/2026-03-12/image/48204de5-d585-45cf-b3c4-4e4a7d73437b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/c54d7813-45bd-45c6-8bb5-964181aa41be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/cd896e4e-1d67-449b-bfce-f9e7eacf1a00_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/b4a4909c-c37d-4abf-ba83-e65382d62e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/6a281eb5-23b5-415c-8ae7-61088f17dddc_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/adc7bb4d-55e2-46b6-9fbd-617ba2bc6941_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/5551018b-1c6c-492c-81dc-18de32450394_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD68VGE/2026-03-12/image/0b84c018-f3e7-450c-84d1-8428b9f67c34_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/21-41K', 'remarks': 'VOSA STATES 85K, 97K, 111K, 125K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', '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/20c0832d-0fc7-4c25-9bef-cd1a41df5425.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a88826d-7361-5b4e-a3e6-6c80a3723847 with identifier: 120302812
2026-03-24 10:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a88826d-7361-5b4e-a3e6-6c80a3723847 with scrape type 2
2026-03-24 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a88826d-7361-5b4e-a3e6-6c80a3723847 with scrape type 2
2026-03-24 10:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0a88826d-7361-5b4e-a3e6-6c80a3723847, identifier: 120302812
2026-03-24 10:01:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120367809, 'registration': 'EJ67CTY', 'account': 'WBA003', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Wildtrak 3.2 TDCi 200 Auto', 'mileage': 166870, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-11-10', 'fuel': 'Diesel', 'motExpiry': '2026-10-21', 'doors': None, 'engineSize': 3198, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/872ce41b-c88e-4491-a3ed-f7edad1c31fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/684ab3e0-067b-4b5f-8acb-239ccd1f1abd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/4a590371-df5c-4338-9f6f-5e17d91cf0f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/5523aad8-b708-4ee0-9a39-f2f5614d07d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/4cf52bd0-12d9-4bf9-bad8-4bccc4c6a8b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/f368d6bc-b679-4fb3-bdf8-a7b41c845ea5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/d715cd96-9186-41c2-8f8d-ad9768e1499c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/6e7dfd74-6659-4637-b7ca-1a4901ff7e61_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 06/20- 48K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 84K, 86K, 144K, 161K, **NO VAT** 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': 228, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/554e0ef4-1c2c-4c1c-9bb1-ffe64550016d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120367809, 'registration': 'EJ67CTY', 'account': 'WBA003', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Wildtrak 3.2 TDCi 200 Auto', 'mileage': 166870, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-11-10', 'fuel': 'Diesel', 'motExpiry': '2026-10-21', 'doors': None, 'engineSize': 3198, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/872ce41b-c88e-4491-a3ed-f7edad1c31fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/684ab3e0-067b-4b5f-8acb-239ccd1f1abd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/4a590371-df5c-4338-9f6f-5e17d91cf0f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/5523aad8-b708-4ee0-9a39-f2f5614d07d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/4cf52bd0-12d9-4bf9-bad8-4bccc4c6a8b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/f368d6bc-b679-4fb3-bdf8-a7b41c845ea5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/d715cd96-9186-41c2-8f8d-ad9768e1499c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67CTY/2026-03-12/image/6e7dfd74-6659-4637-b7ca-1a4901ff7e61_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 06/20- 48K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 84K, 86K, 144K, 161K, **NO VAT** 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': 228, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/554e0ef4-1c2c-4c1c-9bb1-ffe64550016d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with identifier: 120367809
2026-03-24 10:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with scrape type 2
2026-03-24 10:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with scrape type 2
2026-03-24 10:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218, identifier: 120367809
2026-03-24 10:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120254900?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0a88826d-7361-5b4e-a3e6-6c80a3723847 with identifier: 120302812
2026-03-24 10:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0a88826d-7361-5b4e-a3e6-6c80a3723847 with identifier: 120302812
2026-03-24 10:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0a88826d-7361-5b4e-a3e6-6c80a3723847 with identifier: 120302812 to the API
2026-03-24 10:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120302812?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 86,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '0a88826d-7361-5b4e-a3e6-6c80a3723847',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FD68VGE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120302812',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'NIRO ESTATE',
'odometer': 126863,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-22',
'seller_name': 'UKCGR - Select',
'title': 'KIA NIRO ESTATE 1.6 GDi Hybrid 2 5dr DCT',
'transmission': 'automatic',
'trim': '1.6 GDi Hybrid 2 5dr DCT',
'vin': None,
'year': 2019}
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120302812%27 HTTP/1.1" 200 None
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Saving data for 120302812: {'auction_closing_time': 1774432800.0, 'created_time': 1773403958.096922, 'last_price_update_time': 1774346503.161605}
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120302812') HTTP/1.1" 204 0
2026-03-24 10:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with identifier: 120367809
2026-03-24 10:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with identifier: 120367809
2026-03-24 10:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0f2ad19c-3e62-50e8-8dbf-fa1b674a6218 with identifier: 120367809 to the API
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120367809?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 228,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '3.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0f2ad19c-3e62-50e8-8dbf-fa1b674a6218',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ67CTY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120367809',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'RANGER DIESEL',
'odometer': 166870,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-10',
'seller_name': 'UKCGR - Select',
'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': 2017}
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120367809%27 HTTP/1.1" 200 None
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Saving data for 120367809: {'auction_closing_time': 1774432800.0, 'created_time': 1773404008.572929, 'last_price_update_time': 1774346503.771674}
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120367809') HTTP/1.1" 204 0
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Found listing with ID: 120656433
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656433%27 HTTP/1.1" 200 None
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Scrape type for 120656433: 0
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Found listing with ID: 120441640
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120441640%27 HTTP/1.1" 200 None
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Scrape type for 120441640: 2
2026-03-24 10: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-24 10:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120257030?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120453748?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Found listing with ID: 120436090
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120436090%27 HTTP/1.1" 200 None
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Scrape type for 120436090: 0
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Found listing with ID: 120639921
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639921%27 HTTP/1.1" 200 None
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Scrape type for 120639921: 2
2026-03-24 10:01:43 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/BD64HBL/2026-03-18/image/553c5648-4d9a-4876-9c7f-55b0ea729ac4_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10: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-24 10:01:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120254900, 'registration': 'SD16ZXB', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'GTC COUPE SPECIAL EDITIONS', 'derivative': '1.4T 16V Limited Edition 3dr', 'mileage': 68068, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-06-28', 'doors': 3, 'engineSize': 1364, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/9a608136-4c41-4c3b-8b80-0d5e1a1bbf60_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/840c2531-7044-4f70-b633-25866c337d0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/b96ec8e5-69cb-4f3e-a96b-e2607c7f709a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/0d711621-004f-4347-aa96-19c209e95913_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/4ebad07f-d880-4ecf-884d-77e47d64de9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/43a9b005-da68-4dce-bf55-658ef7540c46_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/ab82d0bf-abd3-44a5-af42-2b98afa191de_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/aff5962b-70b4-4859-a2b4-699ba40fa95b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/92829190-9567-4b6e-b40b-74ae72be76fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/2aaa5c14-2abc-4d07-ac78-2b6f43030a2d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/22- 43K, 10/23- 51K, 10/24- 59K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and VOSA STATES 41K, 49K, 57K, 64K, 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': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10927465-5c3c-4372-9b2d-1027163d6dc7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120254900, 'registration': 'SD16ZXB', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'GTC COUPE SPECIAL EDITIONS', 'derivative': '1.4T 16V Limited Edition 3dr', 'mileage': 68068, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-06-28', 'doors': 3, 'engineSize': 1364, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/9a608136-4c41-4c3b-8b80-0d5e1a1bbf60_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/840c2531-7044-4f70-b633-25866c337d0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/b96ec8e5-69cb-4f3e-a96b-e2607c7f709a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/0d711621-004f-4347-aa96-19c209e95913_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/4ebad07f-d880-4ecf-884d-77e47d64de9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/43a9b005-da68-4dce-bf55-658ef7540c46_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/ab82d0bf-abd3-44a5-af42-2b98afa191de_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/aff5962b-70b4-4859-a2b4-699ba40fa95b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/92829190-9567-4b6e-b40b-74ae72be76fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD16ZXB/2026-03-10/image/2aaa5c14-2abc-4d07-ac78-2b6f43030a2d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/22- 43K, 10/23- 51K, 10/24- 59K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and VOSA STATES 41K, 49K, 57K, 64K, 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': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10927465-5c3c-4372-9b2d-1027163d6dc7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81cb1b0e-a154-5d86-b6f4-bdb6fecb6aaf with identifier: 120254900
2026-03-24 10:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81cb1b0e-a154-5d86-b6f4-bdb6fecb6aaf with scrape type 2
2026-03-24 10:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81cb1b0e-a154-5d86-b6f4-bdb6fecb6aaf with scrape type 2
2026-03-24 10:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 81cb1b0e-a154-5d86-b6f4-bdb6fecb6aaf, identifier: 120254900
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Found listing with ID: 120615597
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615597%27 HTTP/1.1" 200 None
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Scrape type for 120615597: 0
2026-03-24 10:01:43 [astonbarclay.gb] INFO: Found listing with ID: 120632944
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632944%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 120632944: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120667880
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667880%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 120667880: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120463700
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120463700%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 120463700: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120652577
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652577%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 120652577: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120411992
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411992%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 120411992: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120226993
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120226993%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 120226993: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120161065
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120161065%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 120161065: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120479870
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479870%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 120479870: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 120107580
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120107580%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 120107580: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119972264
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119972264%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 119972264: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119877843
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119877843%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 119877843: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119676270
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119676270%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 119676270: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119648097
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119648097%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 119648097: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119493164
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119493164%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 119493164: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119613838
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119613838%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 119613838: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119411938
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119411938%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 119411938: 2
2026-03-24 10:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 81cb1b0e-a154-5d86-b6f4-bdb6fecb6aaf with identifier: 120254900
2026-03-24 10:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 81cb1b0e-a154-5d86-b6f4-bdb6fecb6aaf with identifier: 120254900
2026-03-24 10:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 81cb1b0e-a154-5d86-b6f4-bdb6fecb6aaf with identifier: 120254900 to the API
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120254900?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '81cb1b0e-a154-5d86-b6f4-bdb6fecb6aaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SD16ZXB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120254900',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'GTC COUPE SPECIAL EDITIONS',
'odometer': 68068,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL GTC COUPE SPECIAL EDITIONS 1.4T 16V Limited Edition 3dr',
'transmission': 'manual',
'trim': '1.4T 16V Limited Edition 3dr',
'vin': None,
'year': 2016}
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120254900%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Saving data for 120254900: {'auction_closing_time': 1774432800.0, 'created_time': 1773404376.070986, 'last_price_update_time': 1774346504.838372}
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120254900') HTTP/1.1" 204 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119537536
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119537536%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 119537536: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 119031069
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119031069%27 HTTP/1.1" 200 None
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Scrape type for 119031069: 0
2026-03-24 10:01:44 [astonbarclay.gb] INFO: Found listing with ID: 118996477
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118996477%27 HTTP/1.1" 200 None
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Scrape type for 118996477: 0
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120475101
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120475101%27 HTTP/1.1" 200 None
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120475101: 0
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120465140
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120465140%27 HTTP/1.1" 200 None
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120465140: 0
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 118987563
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118987563%27 HTTP/1.1" 200 None
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Scrape type for 118987563: 2
2026-03-24 10:01:45 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/BD64HBL/2026-03-18/image/553c5648-4d9a-4876-9c7f-55b0ea729ac4_removebg.jpg?w=600>
2026-03-24 10:01:45 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/VA15SFK/2026-03-17/image/6c4e728e-6b0b-4aed-98fb-84f841e850fb_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120631053?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120631151?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120631647?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120619890?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120257030, 'registration': 'CP67PWO', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'BERLINGO MULTISPACE ESTATE', 'derivative': '1.2 PureTech Feel 5dr', 'mileage': 133569, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-02-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-12', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CP67PWO/2026-03-10/image/8e5eb1a7-63bd-4902-894e-c44be4e0a65c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/c8fa2352-03b6-44e1-a148-dcec27c3214a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/a53b9637-9dda-4917-b942-c498da1546ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/0386d53e-daaa-431f-b150-2f80e7e38eb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/37726c49-7960-4391-9ece-9d45a4e906c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/e52c32e8-eef1-414d-8932-ba20751394a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/cea0386d-6eaa-4ea4-ba3e-17315c38e19c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/9e16ebea-76db-4e03-a462-847c5a49d882_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/21-28K, 02/22-41K, 11/22-48K, 12/23-69K, 11/24-89K, 03/25-110K', 'remarks': 'VOSA STATES 45K, 62K, 83K, 110K, 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60d93f0f-116c-4deb-b32d-dbcb07ea4899.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120257030, 'registration': 'CP67PWO', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'BERLINGO MULTISPACE ESTATE', 'derivative': '1.2 PureTech Feel 5dr', 'mileage': 133569, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-02-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-12', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CP67PWO/2026-03-10/image/8e5eb1a7-63bd-4902-894e-c44be4e0a65c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/c8fa2352-03b6-44e1-a148-dcec27c3214a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/a53b9637-9dda-4917-b942-c498da1546ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/0386d53e-daaa-431f-b150-2f80e7e38eb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/37726c49-7960-4391-9ece-9d45a4e906c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/e52c32e8-eef1-414d-8932-ba20751394a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/cea0386d-6eaa-4ea4-ba3e-17315c38e19c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CP67PWO/2026-03-10/image/9e16ebea-76db-4e03-a462-847c5a49d882_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/21-28K, 02/22-41K, 11/22-48K, 12/23-69K, 11/24-89K, 03/25-110K', 'remarks': 'VOSA STATES 45K, 62K, 83K, 110K, 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': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60d93f0f-116c-4deb-b32d-dbcb07ea4899.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0b4454c-8671-5526-b1a1-7374ad2c9872 with identifier: 120257030
2026-03-24 10:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0b4454c-8671-5526-b1a1-7374ad2c9872 with scrape type 2
2026-03-24 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0b4454c-8671-5526-b1a1-7374ad2c9872 with scrape type 2
2026-03-24 10:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a0b4454c-8671-5526-b1a1-7374ad2c9872, identifier: 120257030
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120453748, 'registration': 'DN19ZBE', 'account': 'WBA002', 'make': 'MITSUBISHI', 'model': 'OUTLANDER ESTATE', 'derivative': '2.4 PHEV 4h 5dr Auto', 'mileage': 98223, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-05-20', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': 2360, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/a559f630-4d56-4b04-b0c3-673de1250ba3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/5874c368-4eee-4074-9fe5-effdbec883ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/ba064351-9518-470a-9ff5-882a6026d61e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/79d699cc-48f0-449f-a3df-6d66bbbab716_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/2679774f-1820-4355-9828-564c1fee49bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/12dbbf18-cf6d-48a5-929b-d4c7680a1dc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/c75a5ea3-ab8b-4870-a731-a34b27493618_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/7f49a5e8-5945-44dd-85e0-27712936d5ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/2515d5ca-db4c-4def-84fa-57eac0092d2c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/20 - 12K, 01/21 - 21K, 11/21 - 34K, 03/23 - 47K, 02/24 - 66K, 03/26 - 98K', 'remarks': 'VOSA STATES - 47K, 66K, 80K, 96K 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': 40, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94597d9b-d2ea-462b-9df4-55bbe41fa85c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120453748, 'registration': 'DN19ZBE', 'account': 'WBA002', 'make': 'MITSUBISHI', 'model': 'OUTLANDER ESTATE', 'derivative': '2.4 PHEV 4h 5dr Auto', 'mileage': 98223, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-05-20', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': 2360, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/a559f630-4d56-4b04-b0c3-673de1250ba3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/5874c368-4eee-4074-9fe5-effdbec883ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/ba064351-9518-470a-9ff5-882a6026d61e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/79d699cc-48f0-449f-a3df-6d66bbbab716_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/2679774f-1820-4355-9828-564c1fee49bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/12dbbf18-cf6d-48a5-929b-d4c7680a1dc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/c75a5ea3-ab8b-4870-a731-a34b27493618_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/7f49a5e8-5945-44dd-85e0-27712936d5ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN19ZBE/2026-03-16/image/2515d5ca-db4c-4def-84fa-57eac0092d2c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/20 - 12K, 01/21 - 21K, 11/21 - 34K, 03/23 - 47K, 02/24 - 66K, 03/26 - 98K', 'remarks': 'VOSA STATES - 47K, 66K, 80K, 96K 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': 40, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94597d9b-d2ea-462b-9df4-55bbe41fa85c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d167918-b392-5ab7-9afb-e2fdeac7e147 with identifier: 120453748
2026-03-24 10:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d167918-b392-5ab7-9afb-e2fdeac7e147 with scrape type 2
2026-03-24 10:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d167918-b392-5ab7-9afb-e2fdeac7e147 with scrape type 2
2026-03-24 10:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d167918-b392-5ab7-9afb-e2fdeac7e147, identifier: 120453748
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 120471982
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471982%27 HTTP/1.1" 200 None
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Scrape type for 120471982: 0
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 118786287
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118786287%27 HTTP/1.1" 200 None
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Scrape type for 118786287: 0
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Found listing with ID: 118758309
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118758309%27 HTTP/1.1" 200 None
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Scrape type for 118758309: 2
2026-03-24 10:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a0b4454c-8671-5526-b1a1-7374ad2c9872 with identifier: 120257030
2026-03-24 10:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a0b4454c-8671-5526-b1a1-7374ad2c9872 with identifier: 120257030
2026-03-24 10:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a0b4454c-8671-5526-b1a1-7374ad2c9872 with identifier: 120257030 to the API
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120257030?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a0b4454c-8671-5526-b1a1-7374ad2c9872',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CP67PWO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120257030',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'BERLINGO MULTISPACE ESTATE',
'odometer': 133569,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-28',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN BERLINGO MULTISPACE ESTATE 1.2 PureTech Feel 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Feel 5dr',
'vin': None,
'year': 2018}
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120257030%27 HTTP/1.1" 200 None
2026-03-24 10:01:45 [astonbarclay.gb] INFO: Saving data for 120257030: {'auction_closing_time': 1774432800.0, 'created_time': 1773404341.877205, 'last_price_update_time': 1774346505.860967}
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120257030') HTTP/1.1" 204 0
2026-03-24 10:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d167918-b392-5ab7-9afb-e2fdeac7e147 with identifier: 120453748
2026-03-24 10:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d167918-b392-5ab7-9afb-e2fdeac7e147 with identifier: 120453748
2026-03-24 10:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d167918-b392-5ab7-9afb-e2fdeac7e147 with identifier: 120453748 to the API
2026-03-24 10:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120453748?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 40,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '3d167918-b392-5ab7-9afb-e2fdeac7e147',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DN19ZBE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120453748',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MITSUBISHI',
'model': 'OUTLANDER ESTATE',
'odometer': 98223,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-20',
'seller_name': 'UKCGR - Premium',
'title': 'MITSUBISHI OUTLANDER ESTATE 2.4 PHEV 4h 5dr Auto',
'transmission': 'automatic',
'trim': '2.4 PHEV 4h 5dr Auto',
'vin': None,
'year': 2019}
2026-03-24 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120453748%27 HTTP/1.1" 200 None
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Saving data for 120453748: {'auction_closing_time': 1774432800.0, 'created_time': 1773495275.329814, 'last_price_update_time': 1774346506.431989}
2026-03-24 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120453748') HTTP/1.1" 204 0
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 119782336
2026-03-24 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119782336%27 HTTP/1.1" 200 None
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Scrape type for 119782336: 0
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 118319892
2026-03-24 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118319892%27 HTTP/1.1" 200 None
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Scrape type for 118319892: 0
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Found listing with ID: 119498921
2026-03-24 10:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119498921%27 HTTP/1.1" 200 None
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Scrape type for 119498921: 2
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120631053, 'registration': 'SG14KKM', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 84370, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-02-28', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG14KKM/2026-03-23/image/2287df37-10e2-40fc-98ea-7d12683aefef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/c1753a75-5757-4c28-9c74-850344f87aab_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/e1e2f1c5-42dc-44f8-9ef6-418925605d16_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/80cdea3a-8af9-40db-babe-609500ef387b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/717bafa1-e462-4771-8324-ed2950896e08_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/ad9f04a3-13f1-4ea3-a181-0dfb280937bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/2026e12b-8103-43a0-a9b9-80bf024a1de8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/e9ff99ef-d38a-45b7-ad26-c306717b94f6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/15 2K - 03/16 7K - 02/18 15K - 02/19 17K - 02/20 22K - 02/21 132K -', 'remarks': 'VOSA STATES 42K- 53K - 69K - 84K - *MAIN KEY ONLY*', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/867e7698-c1ac-44c6-b691-3f5f42e84b9d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120631053, 'registration': 'SG14KKM', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 84370, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-02-28', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG14KKM/2026-03-23/image/2287df37-10e2-40fc-98ea-7d12683aefef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/c1753a75-5757-4c28-9c74-850344f87aab_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/e1e2f1c5-42dc-44f8-9ef6-418925605d16_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/80cdea3a-8af9-40db-babe-609500ef387b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/717bafa1-e462-4771-8324-ed2950896e08_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/ad9f04a3-13f1-4ea3-a181-0dfb280937bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/2026e12b-8103-43a0-a9b9-80bf024a1de8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG14KKM/2026-03-23/image/e9ff99ef-d38a-45b7-ad26-c306717b94f6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/15 2K - 03/16 7K - 02/18 15K - 02/19 17K - 02/20 22K - 02/21 132K -', 'remarks': 'VOSA STATES 42K- 53K - 69K - 84K - *MAIN KEY ONLY*', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/867e7698-c1ac-44c6-b691-3f5f42e84b9d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeeaac48-40d8-569a-8ba6-6e44bc6332c5 with identifier: 120631053
2026-03-24 10:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeeaac48-40d8-569a-8ba6-6e44bc6332c5 with scrape type 2
2026-03-24 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeeaac48-40d8-569a-8ba6-6e44bc6332c5 with scrape type 2
2026-03-24 10:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aeeaac48-40d8-569a-8ba6-6e44bc6332c5, identifier: 120631053
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120631151, 'registration': 'EN12HHR', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.0 ecoFLEX S 3dr', 'mileage': 71895, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-06', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN12HHR/2026-03-20/image/f44fd701-da3b-4605-9c39-e8be88920847_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/96eaa269-ed3a-41c1-ab00-f01e5d3ead51_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/ad4fab75-4549-441b-abd1-36f698b95a15_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/e7b9025a-2565-4f65-a4a1-9f0853b67ef0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/f46a4cf6-3010-46b6-8afe-0659dd1f95ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/e838ddf2-f169-46bb-83cc-f11af71b17ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/c35eeccb-f535-467d-a3fe-e65a5b7a9ba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/62e41715-d730-4c88-8e25-e2cc06068dc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/c47ca411-4a09-4d9d-b5c5-7fab226e777d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/13- 3K, 07/14- 5K, 06/17- ??, 06/18- 28K, 06/19- 34K, 07/20- 37K, 07/21- 49K, 06/22- 56K, 07/25- 71K,', 'remarks': 'VOSA STATES 56K, 67K, 68K, 71K, 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': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9082ea7e-5299-4d1f-a762-69d52b52600e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120631151, 'registration': 'EN12HHR', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.0 ecoFLEX S 3dr', 'mileage': 71895, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-06', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN12HHR/2026-03-20/image/f44fd701-da3b-4605-9c39-e8be88920847_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/96eaa269-ed3a-41c1-ab00-f01e5d3ead51_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/ad4fab75-4549-441b-abd1-36f698b95a15_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/e7b9025a-2565-4f65-a4a1-9f0853b67ef0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/f46a4cf6-3010-46b6-8afe-0659dd1f95ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/e838ddf2-f169-46bb-83cc-f11af71b17ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/c35eeccb-f535-467d-a3fe-e65a5b7a9ba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/62e41715-d730-4c88-8e25-e2cc06068dc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN12HHR/2026-03-20/image/c47ca411-4a09-4d9d-b5c5-7fab226e777d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/13- 3K, 07/14- 5K, 06/17- ??, 06/18- 28K, 06/19- 34K, 07/20- 37K, 07/21- 49K, 06/22- 56K, 07/25- 71K,', 'remarks': 'VOSA STATES 56K, 67K, 68K, 71K, 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': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9082ea7e-5299-4d1f-a762-69d52b52600e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77c32467-f2ea-559b-9c02-105b086b5c9d with identifier: 120631151
2026-03-24 10:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77c32467-f2ea-559b-9c02-105b086b5c9d with scrape type 2
2026-03-24 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77c32467-f2ea-559b-9c02-105b086b5c9d with scrape type 2
2026-03-24 10:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 77c32467-f2ea-559b-9c02-105b086b5c9d, identifier: 120631151
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120631647, 'registration': 'CU65ZZJ', 'account': 'JOH109', 'make': 'FORD', 'model': 'C-MAX DIESEL ESTATE', 'derivative': '1.5 TDCi Zetec 5dr', 'mileage': 90678, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/396639b7-0fea-49b9-a05b-624a9fd48f93_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/ffba6f83-b86b-4ab4-8201-093f1eecae2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/cc4c270f-4bd4-488c-9022-81237785e7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/5d918e50-bb5a-49ca-96be-2cf565c2b0c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/171b2e7e-7f3a-4aa9-ab1f-41711eceffdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/bf21a1c9-513c-488d-86d5-5e6ac0727a65_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/4295094e-8166-4b40-a7d0-af395fd9d86a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/46585a3e-8389-4455-9e56-64091661b084_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/88e86e4a-76ab-467b-af34-dfe027d27352_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/16- 12K, 04/17- 23K, 04/18- 31K, 04/19- 39K, 06/20- 49K, 04/21- 52K, 07/22- 62K, 07/23- 72K, 07/24- 81K, 07/25- 88K', 'remarks': 'OUTSTANDING RECALL VOSA STATES 62K, 72K, 81K, 88K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'John Grose Group', '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/1a0d933a-0385-465b-bb37-78581761d7f2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120631647, 'registration': 'CU65ZZJ', 'account': 'JOH109', 'make': 'FORD', 'model': 'C-MAX DIESEL ESTATE', 'derivative': '1.5 TDCi Zetec 5dr', 'mileage': 90678, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-09-04', 'fuel': 'Diesel', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/396639b7-0fea-49b9-a05b-624a9fd48f93_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/ffba6f83-b86b-4ab4-8201-093f1eecae2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/cc4c270f-4bd4-488c-9022-81237785e7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/5d918e50-bb5a-49ca-96be-2cf565c2b0c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/171b2e7e-7f3a-4aa9-ab1f-41711eceffdb_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/bf21a1c9-513c-488d-86d5-5e6ac0727a65_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/4295094e-8166-4b40-a7d0-af395fd9d86a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/46585a3e-8389-4455-9e56-64091661b084_removebg.jpg?w=600', 'https://abimg003.imgix.net/CU65ZZJ/2026-03-20/image/88e86e4a-76ab-467b-af34-dfe027d27352_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/16- 12K, 04/17- 23K, 04/18- 31K, 04/19- 39K, 06/20- 49K, 04/21- 52K, 07/22- 62K, 07/23- 72K, 07/24- 81K, 07/25- 88K', 'remarks': 'OUTSTANDING RECALL VOSA STATES 62K, 72K, 81K, 88K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'John Grose Group', '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/1a0d933a-0385-465b-bb37-78581761d7f2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3703e9c-3fcf-5262-a9e0-a786bac5f778 with identifier: 120631647
2026-03-24 10:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3703e9c-3fcf-5262-a9e0-a786bac5f778 with scrape type 2
2026-03-24 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3703e9c-3fcf-5262-a9e0-a786bac5f778 with scrape type 2
2026-03-24 10:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e3703e9c-3fcf-5262-a9e0-a786bac5f778, identifier: 120631647
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120619890, 'registration': 'LL11LWX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI Match 5dr DSG', 'mileage': 73227, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2011-05-25', 'fuel': 'Petrol', 'motExpiry': '2026-10-16', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL11LWX/2026-03-20/image/b1243ac0-1a42-44d7-8a6b-d34f0df28fcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/cac6a1d4-6f13-4d0d-bd92-799877f04b81_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/dee16885-364b-41c8-807b-bd9f034f9d9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/9438576b-e010-496e-9910-0356a64b2d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/09eb2263-28a5-410b-93a9-49ab9fd860ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/e38a7f14-71ab-4e16-83c4-feda75876657_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/d3aff331-82f5-4a1b-b4aa-d4480902c4fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/ae9f6bfe-e51e-47a4-9434-d22d7ddbc048_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/11-3K, 11/14-20K, 10/18-39K, 08/20-47K, 09/21-50K, 10/22-54K, 09/23-59K, 05/25-68K', 'remarks': 'VOSA STATES 54K, 60K, 66K, 71K, 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': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7aa5218d-fba3-4eb9-99e9-9dc30c621791.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120619890, 'registration': 'LL11LWX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI Match 5dr DSG', 'mileage': 73227, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2011-05-25', 'fuel': 'Petrol', 'motExpiry': '2026-10-16', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL11LWX/2026-03-20/image/b1243ac0-1a42-44d7-8a6b-d34f0df28fcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/cac6a1d4-6f13-4d0d-bd92-799877f04b81_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/dee16885-364b-41c8-807b-bd9f034f9d9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/9438576b-e010-496e-9910-0356a64b2d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/09eb2263-28a5-410b-93a9-49ab9fd860ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/e38a7f14-71ab-4e16-83c4-feda75876657_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/d3aff331-82f5-4a1b-b4aa-d4480902c4fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL11LWX/2026-03-20/image/ae9f6bfe-e51e-47a4-9434-d22d7ddbc048_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/11-3K, 11/14-20K, 10/18-39K, 08/20-47K, 09/21-50K, 10/22-54K, 09/23-59K, 05/25-68K', 'remarks': 'VOSA STATES 54K, 60K, 66K, 71K, 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': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7aa5218d-fba3-4eb9-99e9-9dc30c621791.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a4fe81c-1902-5501-afdb-969b82f61157 with identifier: 120619890
2026-03-24 10:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a4fe81c-1902-5501-afdb-969b82f61157 with scrape type 2
2026-03-24 10:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a4fe81c-1902-5501-afdb-969b82f61157 with scrape type 2
2026-03-24 10:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0a4fe81c-1902-5501-afdb-969b82f61157, identifier: 120619890
2026-03-24 10:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120596958?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aeeaac48-40d8-569a-8ba6-6e44bc6332c5 with identifier: 120631053
2026-03-24 10:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aeeaac48-40d8-569a-8ba6-6e44bc6332c5 with identifier: 120631053
2026-03-24 10:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aeeaac48-40d8-569a-8ba6-6e44bc6332c5 with identifier: 120631053 to the API
2026-03-24 10:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120631053?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'aeeaac48-40d8-569a-8ba6-6e44bc6332c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SG14KKM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120631053',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 84370,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.2 SE 5dr',
'transmission': 'manual',
'trim': '1.2 SE 5dr',
'vin': None,
'year': 2014}
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631053%27 HTTP/1.1" 200 None
2026-03-24 10:01:47 [astonbarclay.gb] INFO: Saving data for 120631053: {'created_time': 1774011711.228976, 'last_price_update_time': 1774346507.27841, 'auction_closing_time': 1774432800.0}
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631053') HTTP/1.1" 204 0
2026-03-24 10:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 77c32467-f2ea-559b-9c02-105b086b5c9d with identifier: 120631151
2026-03-24 10:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 77c32467-f2ea-559b-9c02-105b086b5c9d with identifier: 120631151
2026-03-24 10:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 77c32467-f2ea-559b-9c02-105b086b5c9d with identifier: 120631151 to the API
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120631151?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '77c32467-f2ea-559b-9c02-105b086b5c9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN12HHR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120631151',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 71895,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.0 ecoFLEX S 3dr',
'transmission': 'manual',
'trim': '1.0 ecoFLEX S 3dr',
'vin': None,
'year': 2012}
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631151%27 HTTP/1.1" 200 None
2026-03-24 10:01:47 [astonbarclay.gb] INFO: Saving data for 120631151: {'created_time': 1774011731.143154, 'last_price_update_time': 1774346507.904317, 'auction_closing_time': 1774432800.0}
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631151') HTTP/1.1" 204 0
2026-03-24 10:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e3703e9c-3fcf-5262-a9e0-a786bac5f778 with identifier: 120631647
2026-03-24 10:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e3703e9c-3fcf-5262-a9e0-a786bac5f778 with identifier: 120631647
2026-03-24 10:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e3703e9c-3fcf-5262-a9e0-a786bac5f778 with identifier: 120631647 to the API
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120631647?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e3703e9c-3fcf-5262-a9e0-a786bac5f778',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CU65ZZJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120631647',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'C-MAX DIESEL ESTATE',
'odometer': 90678,
'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': 'John Grose Group',
'title': 'FORD C-MAX DIESEL ESTATE 1.5 TDCi Zetec 5dr',
'transmission': 'manual',
'trim': '1.5 TDCi Zetec 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631647%27 HTTP/1.1" 200 None
2026-03-24 10:01:48 [astonbarclay.gb] INFO: Saving data for 120631647: {'auction_closing_time': 1774432800.0, 'created_time': 1774011695.011554, 'last_price_update_time': 1774346508.3126}
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631647') HTTP/1.1" 204 0
2026-03-24 10:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0a4fe81c-1902-5501-afdb-969b82f61157 with identifier: 120619890
2026-03-24 10:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0a4fe81c-1902-5501-afdb-969b82f61157 with identifier: 120619890
2026-03-24 10:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0a4fe81c-1902-5501-afdb-969b82f61157 with identifier: 120619890 to the API
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120619890?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '0a4fe81c-1902-5501-afdb-969b82f61157',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL11LWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120619890',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 73227,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-05-25',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.4 TSI Match 5dr DSG',
'transmission': 'automatic',
'trim': '1.4 TSI Match 5dr DSG',
'vin': None,
'year': 2011}
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120619890%27 HTTP/1.1" 200 None
2026-03-24 10:01:48 [astonbarclay.gb] INFO: Saving data for 120619890: {'auction_closing_time': 1774432800.0, 'created_time': 1774000883.008754, 'last_price_update_time': 1774346508.852137}
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120619890') HTTP/1.1" 204 0
2026-03-24 10:01:48 [astonbarclay.gb] INFO: Found listing with ID: 119431738
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119431738%27 HTTP/1.1" 200 None
2026-03-24 10:01:48 [astonbarclay.gb] INFO: Scrape type for 119431738: 0
2026-03-24 10:01:48 [astonbarclay.gb] INFO: Found listing with ID: 120639870
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120639870%27 HTTP/1.1" 200 None
2026-03-24 10:01:48 [astonbarclay.gb] INFO: Scrape type for 120639870: 2
2026-03-24 10: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-24 10:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120654283?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120365355?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120102055?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:48 [astonbarclay.gb] INFO: Found listing with ID: 118463621
2026-03-24 10:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118463621%27 HTTP/1.1" 200 None
2026-03-24 10:01:48 [astonbarclay.gb] INFO: Scrape type for 118463621: 2
2026-03-24 10:01:48 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/VA15SFK/2026-03-17/image/6c4e728e-6b0b-4aed-98fb-84f841e850fb_removebg.jpg?w=600>
2026-03-24 10:01:48 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/LJ21TBX/2026-03-16/image/835144c4-e1d5-4982-bad4-1d28d61b40d8_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10: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-24 10: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-24 10: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-24 10:01:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120596958, 'registration': 'DU61KCO', 'account': 'SMC012', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.5 Sport 5dr', 'mileage': 59639, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-09-13', 'fuel': 'Petrol', 'motExpiry': '2026-10-28', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU61KCO/2026-03-21/image/d9d92886-5ea1-495a-a92e-6e0069a73b22_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/51aeeebf-c57c-41e6-bb2b-3b0284560984_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/95801458-3d64-4aa8-b02d-cf96105df0e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/d923635f-507e-4fbb-b9a3-b53c259803df_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/d6ea6f05-4514-4ee8-b0fe-1bab1ce5dc62_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/4aeb093e-0625-4120-a199-548d947d5159_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/3ae3b730-ddaa-4690-b858-f2738edae374_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/f8fd282a-1d8d-4b4e-afca-2d7e46c049fc_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/21 ??10/24 ??', 'remarks': 'VOSA STATES 47K - 51K- 55K- 58K- 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': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d28cfd4a-3bde-4bb0-adfd-e30e8091e738.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120596958, 'registration': 'DU61KCO', 'account': 'SMC012', 'make': 'MAZDA', 'model': 'MAZDA2 HATCHBACK', 'derivative': '1.5 Sport 5dr', 'mileage': 59639, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-09-13', 'fuel': 'Petrol', 'motExpiry': '2026-10-28', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU61KCO/2026-03-21/image/d9d92886-5ea1-495a-a92e-6e0069a73b22_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/51aeeebf-c57c-41e6-bb2b-3b0284560984_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/95801458-3d64-4aa8-b02d-cf96105df0e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/d923635f-507e-4fbb-b9a3-b53c259803df_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/d6ea6f05-4514-4ee8-b0fe-1bab1ce5dc62_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/4aeb093e-0625-4120-a199-548d947d5159_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/3ae3b730-ddaa-4690-b858-f2738edae374_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU61KCO/2026-03-21/image/f8fd282a-1d8d-4b4e-afca-2d7e46c049fc_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 10/21 ??10/24 ??', 'remarks': 'VOSA STATES 47K - 51K- 55K- 58K- 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': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d28cfd4a-3bde-4bb0-adfd-e30e8091e738.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de2bcf8b-eff7-5ef9-a440-df6640148b0e with identifier: 120596958
2026-03-24 10:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de2bcf8b-eff7-5ef9-a440-df6640148b0e with scrape type 2
2026-03-24 10:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de2bcf8b-eff7-5ef9-a440-df6640148b0e with scrape type 2
2026-03-24 10:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: de2bcf8b-eff7-5ef9-a440-df6640148b0e, identifier: 120596958
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 119467880
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119467880%27 HTTP/1.1" 200 None
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Scrape type for 119467880: 0
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 119761940
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119761940%27 HTTP/1.1" 200 None
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Scrape type for 119761940: 0
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 119937938
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119937938%27 HTTP/1.1" 200 None
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Scrape type for 119937938: 2
2026-03-24 10:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: de2bcf8b-eff7-5ef9-a440-df6640148b0e with identifier: 120596958
2026-03-24 10:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: de2bcf8b-eff7-5ef9-a440-df6640148b0e with identifier: 120596958
2026-03-24 10:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: de2bcf8b-eff7-5ef9-a440-df6640148b0e with identifier: 120596958 to the API
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120596958?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'de2bcf8b-eff7-5ef9-a440-df6640148b0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DU61KCO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120596958',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MAZDA',
'model': 'MAZDA2 HATCHBACK',
'odometer': 59639,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-13',
'seller_name': 'SMC Group',
'title': 'MAZDA MAZDA2 HATCHBACK 1.5 Sport 5dr',
'transmission': 'manual',
'trim': '1.5 Sport 5dr',
'vin': None,
'year': 2011}
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120596958%27 HTTP/1.1" 200 None
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Saving data for 120596958: {'auction_closing_time': 1774432800.0, 'created_time': 1774011728.356721, 'last_price_update_time': 1774346509.474056}
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596958') HTTP/1.1" 204 0
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Found listing with ID: 119453456
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119453456%27 HTTP/1.1" 200 None
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Scrape type for 119453456: 2
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120654283, 'registration': 'YF61VLB', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '120d Sport 5dr', 'mileage': 91000, 'mileageWarranty': False, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-02-03', 'fuel': 'Diesel', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF61VLB/2026-03-21/image/1a0bbac2-ea54-40e4-a306-270671028450_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/04e12b8b-c2f7-4d4e-a9b9-e9d5d4f9a76b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/1d8a5913-93bf-47a0-9cff-d9fe49526a4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/a3a6f4d1-1564-4a2d-aef7-785439db1bba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/067e4402-536a-4925-b0d0-b33221684a1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/cd14349c-06ca-4c1a-8024-70592f398ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/67609ce6-3e36-4ff6-a238-f3b54c412826_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/48691035-7394-4ae3-ad4c-428e5d99ee65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/0d8c2aeb-cb0f-4103-9aa9-2ed83134c016_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/3eb834ed-7359-471c-8930-3857f1c41340_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service digital 09/13 36K- 10/13 38K - 10/14 55K- 01/15 59K-', 'remarks': 'VOSA STATES 85K, 87K, 89K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d992438-333c-4d54-ac23-a1f8d15e8b62.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120654283, 'registration': 'YF61VLB', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '120d Sport 5dr', 'mileage': 91000, 'mileageWarranty': False, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-02-03', 'fuel': 'Diesel', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF61VLB/2026-03-21/image/1a0bbac2-ea54-40e4-a306-270671028450_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/04e12b8b-c2f7-4d4e-a9b9-e9d5d4f9a76b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/1d8a5913-93bf-47a0-9cff-d9fe49526a4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/a3a6f4d1-1564-4a2d-aef7-785439db1bba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/067e4402-536a-4925-b0d0-b33221684a1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/cd14349c-06ca-4c1a-8024-70592f398ad7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/67609ce6-3e36-4ff6-a238-f3b54c412826_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/48691035-7394-4ae3-ad4c-428e5d99ee65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/0d8c2aeb-cb0f-4103-9aa9-2ed83134c016_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF61VLB/2026-03-21/image/3eb834ed-7359-471c-8930-3857f1c41340_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service digital 09/13 36K- 10/13 38K - 10/14 55K- 01/15 59K-', 'remarks': 'VOSA STATES 85K, 87K, 89K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d992438-333c-4d54-ac23-a1f8d15e8b62.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db9b6082-af4a-5bed-b16b-d5e98bd20a06 with identifier: 120654283
2026-03-24 10:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db9b6082-af4a-5bed-b16b-d5e98bd20a06 with scrape type 2
2026-03-24 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db9b6082-af4a-5bed-b16b-d5e98bd20a06 with scrape type 2
2026-03-24 10:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db9b6082-af4a-5bed-b16b-d5e98bd20a06, identifier: 120654283
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120365355, 'registration': 'RX63FGP', 'account': 'CAR001', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i M Sport 3dr Step Auto', 'mileage': 71080, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-09-03', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RX63FGP/2026-03-12/image/09a28098-1621-4b71-beab-f9ed601c46cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/163c9a6c-c35d-487d-b7f2-5fbff6111ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/926686a1-7845-4f62-adcf-f0842fc41728_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/d5c6ad90-fe98-470c-b7ed-e8eed340f4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/096586c3-5d28-4af7-bd23-d08c4dfcb449_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/346fba3b-5570-4ca1-925c-cc4092802bc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/bcccdc48-a39b-4a0f-9184-4e07137eee78_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 60K, 63K, 66K, 69K', 'virtual': False, 'seller': 'CarGiant', '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/dc8e5d5f-3fe7-4828-8d87-26fd3fbf591d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120365355, 'registration': 'RX63FGP', 'account': 'CAR001', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i M Sport 3dr Step Auto', 'mileage': 71080, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-09-03', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 3, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RX63FGP/2026-03-12/image/09a28098-1621-4b71-beab-f9ed601c46cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/163c9a6c-c35d-487d-b7f2-5fbff6111ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/926686a1-7845-4f62-adcf-f0842fc41728_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/d5c6ad90-fe98-470c-b7ed-e8eed340f4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/096586c3-5d28-4af7-bd23-d08c4dfcb449_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/346fba3b-5570-4ca1-925c-cc4092802bc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RX63FGP/2026-03-12/image/bcccdc48-a39b-4a0f-9184-4e07137eee78_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 60K, 63K, 66K, 69K', 'virtual': False, 'seller': 'CarGiant', '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/dc8e5d5f-3fe7-4828-8d87-26fd3fbf591d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4f9d191-027f-50cd-a435-5d67a03c9e43 with identifier: 120365355
2026-03-24 10:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4f9d191-027f-50cd-a435-5d67a03c9e43 with scrape type 2
2026-03-24 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4f9d191-027f-50cd-a435-5d67a03c9e43 with scrape type 2
2026-03-24 10:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d4f9d191-027f-50cd-a435-5d67a03c9e43, identifier: 120365355
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120102055, 'registration': 'BJ21HRW', 'account': 'CAR001', 'make': 'SEAT', 'model': 'LEON ESTATE', 'derivative': '1.4 eHybrid FR Sport 5dr DSG', 'mileage': 89021, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-06-02', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/fe34ae79-703c-40b0-a5c4-1e030615c361_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/835d3ca4-82c3-462c-89a2-693d19fc9d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/45a3b2ed-85dd-4efc-a304-ae89fcab467b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/0b2a980a-67df-4394-bf60-c91856ee2a2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/d702099f-7b46-4626-9aee-f7cbd7fc1985_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/954c88b4-4aea-4988-9c05-200a4436ede9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/555023c2-7136-4620-a5d8-3b57e6206ef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/d95be945-25c1-4e05-b3ca-57599d02fbb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/cb6933f4-9fda-4f55-8288-27694ac482d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/ff7ff140-827d-457d-af65-ac01ec8d3f24_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 64K- 81K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 27, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/da8b65fe-3614-44d8-9f65-351ce8ef043d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120102055, 'registration': 'BJ21HRW', 'account': 'CAR001', 'make': 'SEAT', 'model': 'LEON ESTATE', 'derivative': '1.4 eHybrid FR Sport 5dr DSG', 'mileage': 89021, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-06-02', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/fe34ae79-703c-40b0-a5c4-1e030615c361_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/835d3ca4-82c3-462c-89a2-693d19fc9d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/45a3b2ed-85dd-4efc-a304-ae89fcab467b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/0b2a980a-67df-4394-bf60-c91856ee2a2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/d702099f-7b46-4626-9aee-f7cbd7fc1985_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/954c88b4-4aea-4988-9c05-200a4436ede9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/555023c2-7136-4620-a5d8-3b57e6206ef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/d95be945-25c1-4e05-b3ca-57599d02fbb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/cb6933f4-9fda-4f55-8288-27694ac482d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ21HRW/2026-03-03/image/ff7ff140-827d-457d-af65-ac01ec8d3f24_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 64K- 81K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 27, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/da8b65fe-3614-44d8-9f65-351ce8ef043d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d6007c-d61e-5152-be45-36a8de40e064 with identifier: 120102055
2026-03-24 10:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d6007c-d61e-5152-be45-36a8de40e064 with scrape type 2
2026-03-24 10:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d6007c-d61e-5152-be45-36a8de40e064 with scrape type 2
2026-03-24 10:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 48d6007c-d61e-5152-be45-36a8de40e064, identifier: 120102055
2026-03-24 10:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db9b6082-af4a-5bed-b16b-d5e98bd20a06 with identifier: 120654283
2026-03-24 10:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db9b6082-af4a-5bed-b16b-d5e98bd20a06 with identifier: 120654283
2026-03-24 10:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: db9b6082-af4a-5bed-b16b-d5e98bd20a06 with identifier: 120654283 to the API
2026-03-24 10:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120654283?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'db9b6082-af4a-5bed-b16b-d5e98bd20a06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF61VLB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120654283',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 91000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-02-03',
'seller_name': 'Manamanx Ltd',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 120d Sport 5dr',
'transmission': 'manual',
'trim': '120d Sport 5dr',
'vin': None,
'year': 2012}
2026-03-24 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120654283%27 HTTP/1.1" 200 None
2026-03-24 10:01:50 [astonbarclay.gb] INFO: Saving data for 120654283: {'auction_closing_time': 1774432800.0, 'created_time': 1774034156.070716, 'last_price_update_time': 1774346510.576074}
2026-03-24 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654283') HTTP/1.1" 204 0
2026-03-24 10:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d4f9d191-027f-50cd-a435-5d67a03c9e43 with identifier: 120365355
2026-03-24 10:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d4f9d191-027f-50cd-a435-5d67a03c9e43 with identifier: 120365355
2026-03-24 10:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d4f9d191-027f-50cd-a435-5d67a03c9e43 with identifier: 120365355 to the API
2026-03-24 10:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120365355?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd4f9d191-027f-50cd-a435-5d67a03c9e43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RX63FGP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120365355',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 71080,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-03',
'seller_name': 'CarGiant',
'title': 'BMW 1 SERIES HATCHBACK 116i M Sport 3dr Step Auto',
'transmission': 'automatic',
'trim': '116i M Sport 3dr Step Auto',
'vin': None,
'year': 2013}
2026-03-24 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120365355%27 HTTP/1.1" 200 None
2026-03-24 10:01:50 [astonbarclay.gb] INFO: Saving data for 120365355: {'auction_closing_time': 1774432800.0, 'created_time': 1773403787.264223, 'last_price_update_time': 1774346510.967804}
2026-03-24 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120365355') HTTP/1.1" 204 0
2026-03-24 10:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 48d6007c-d61e-5152-be45-36a8de40e064 with identifier: 120102055
2026-03-24 10:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 48d6007c-d61e-5152-be45-36a8de40e064 with identifier: 120102055
2026-03-24 10:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 48d6007c-d61e-5152-be45-36a8de40e064 with identifier: 120102055 to the API
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120102055?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 27,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '48d6007c-d61e-5152-be45-36a8de40e064',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ21HRW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120102055',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'LEON ESTATE',
'odometer': 89021,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-02',
'seller_name': 'CarGiant',
'title': 'SEAT LEON ESTATE 1.4 eHybrid FR Sport 5dr DSG',
'transmission': 'automatic',
'trim': '1.4 eHybrid FR Sport 5dr DSG',
'vin': None,
'year': 2021}
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120102055%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Saving data for 120102055: {'auction_closing_time': 1774432800.0, 'created_time': 1773403869.896528, 'last_price_update_time': 1774346511.480808}
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120102055') HTTP/1.1" 204 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 119453437
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119453437%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 119453437: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 118950379
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118950379%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 118950379: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 118608407
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118608407%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 118608407: 2
2026-03-24 10:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120646777?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120654336?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 119879468
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119879468%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 119879468: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 117864929
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117864929%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 117864929: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 117831410
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831410%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 117831410: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 116643554
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116643554%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 116643554: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 116896106
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116896106%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 116896106: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 119370810
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119370810%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 119370810: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120055031
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055031%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120055031: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120010523
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120010523%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120010523: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 119641868
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641868%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 119641868: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120372054
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120372054%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120372054: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 119333923
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119333923%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 119333923: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120127097
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120127097%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120127097: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120310450
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120310450%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120310450: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 119770956
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119770956%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 119770956: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 119879313
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119879313%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 119879313: 0
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120639844
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639844%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120639844: 2
2026-03-24 10:01:51 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/LJ21TBX/2026-03-16/image/835144c4-e1d5-4982-bad4-1d28d61b40d8_removebg.jpg?w=600>
2026-03-24 10:01:51 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/d48cc61b-1c3a-4b86-b80b-66d5d828a2ff_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119970335?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120639784
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639784%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120639784: 2
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Found listing with ID: 120639812
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639812%27 HTTP/1.1" 200 None
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Scrape type for 120639812: 2
2026-03-24 10:01:51 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/EN17JNZ/2026-02-24/image/d48cc61b-1c3a-4b86-b80b-66d5d828a2ff_removebg.jpg?w=600>
2026-03-24 10:01:51 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/image-unavailable.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120646777, 'registration': 'WG65ORN', 'account': 'STA058', 'make': 'CITROEN', 'model': 'C4 CACTUS HATCHBACK', 'derivative': '1.2 PureTech [82] Flair 5dr', 'mileage': 92835, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-10-30', 'fuel': 'Petrol', 'motExpiry': '2025-10-29', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WG65ORN/2026-03-23/image/b67228fc-97d9-4838-9cdc-5ab8462d03d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/230f2ebb-8ee6-4123-b234-d62ee38be3c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/f07fa575-4843-45ef-9856-2fd511f195f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/88082b71-2692-46c2-a1ec-a58e5b5175f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/10b3595b-4e1d-4e31-9417-203b97382227_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/02553ef7-7c3d-4cd6-92a0-5080fa2589f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/6e3b5996-ead1-4458-801d-c597ad1ba269_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/2bf2fafb-e321-4b67-9dcb-31d699adf745_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/7af03491-7749-41ef-b47a-fa6dc5ddb114_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 54K- 65K- 75K- 85K-', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dac2f7cb-3d27-4750-a89c-d95c92183df7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120646777, 'registration': 'WG65ORN', 'account': 'STA058', 'make': 'CITROEN', 'model': 'C4 CACTUS HATCHBACK', 'derivative': '1.2 PureTech [82] Flair 5dr', 'mileage': 92835, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-10-30', 'fuel': 'Petrol', 'motExpiry': '2025-10-29', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WG65ORN/2026-03-23/image/b67228fc-97d9-4838-9cdc-5ab8462d03d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/230f2ebb-8ee6-4123-b234-d62ee38be3c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/f07fa575-4843-45ef-9856-2fd511f195f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/88082b71-2692-46c2-a1ec-a58e5b5175f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/10b3595b-4e1d-4e31-9417-203b97382227_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/02553ef7-7c3d-4cd6-92a0-5080fa2589f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/6e3b5996-ead1-4458-801d-c597ad1ba269_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/2bf2fafb-e321-4b67-9dcb-31d699adf745_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG65ORN/2026-03-23/image/7af03491-7749-41ef-b47a-fa6dc5ddb114_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 54K- 65K- 75K- 85K-', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dac2f7cb-3d27-4750-a89c-d95c92183df7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fe4771e-fbba-5677-9aba-ae79f42025d8 with identifier: 120646777
2026-03-24 10:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fe4771e-fbba-5677-9aba-ae79f42025d8 with scrape type 2
2026-03-24 10:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fe4771e-fbba-5677-9aba-ae79f42025d8 with scrape type 2
2026-03-24 10:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3fe4771e-fbba-5677-9aba-ae79f42025d8, identifier: 120646777
2026-03-24 10:01:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120654336, 'registration': 'HJ18AZW', 'account': 'MAN037', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT DIESEL ESTATE', 'derivative': '3.0 SDV6 HSE Dynamic 5dr Auto', 'mileage': 61308, 'mileageWarranty': False, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-13', 'fuel': 'Diesel', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/b8d57ea3-dc43-4ba4-a0cb-b772b4afc81c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/2186b319-f735-4b1b-b2cc-6ab24caeecf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/05146ac8-7b46-4d79-a010-bc9544dec9e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/dd09f41d-8f73-47f4-b32a-8d28c00b1639_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/6bcb4641-52d9-4b9b-9ace-cf8b5ad64f5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/fb15331d-682f-49f6-881d-b2071ab5d828_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/eb9fe224-a7c7-4e0a-8d61-a6523947cab9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/2a7e0818-825b-4a05-bbea-b0b2d28f035c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/ad4bf488-4eeb-4d96-b36d-c4729e67b962_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 06/19-7K, 06/20-18K, 06/21-25K, 06/22-35K, 07/236-44K, 01/24-48K', 'remarks': 'VOSA STATES 39K, 49K, 55K, 61K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b500d829-684a-442f-802c-a9ed27b241fc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120654336, 'registration': 'HJ18AZW', 'account': 'MAN037', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT DIESEL ESTATE', 'derivative': '3.0 SDV6 HSE Dynamic 5dr Auto', 'mileage': 61308, 'mileageWarranty': False, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-13', 'fuel': 'Diesel', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/b8d57ea3-dc43-4ba4-a0cb-b772b4afc81c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/2186b319-f735-4b1b-b2cc-6ab24caeecf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/05146ac8-7b46-4d79-a010-bc9544dec9e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/dd09f41d-8f73-47f4-b32a-8d28c00b1639_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/6bcb4641-52d9-4b9b-9ace-cf8b5ad64f5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/fb15331d-682f-49f6-881d-b2071ab5d828_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/eb9fe224-a7c7-4e0a-8d61-a6523947cab9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/2a7e0818-825b-4a05-bbea-b0b2d28f035c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ18AZW/2026-03-20/image/ad4bf488-4eeb-4d96-b36d-c4729e67b962_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 06/19-7K, 06/20-18K, 06/21-25K, 06/22-35K, 07/236-44K, 01/24-48K', 'remarks': 'VOSA STATES 39K, 49K, 55K, 61K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 185, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b500d829-684a-442f-802c-a9ed27b241fc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c2eea21-5566-5527-a0f2-00181ff3a446 with identifier: 120654336
2026-03-24 10:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c2eea21-5566-5527-a0f2-00181ff3a446 with scrape type 2
2026-03-24 10:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c2eea21-5566-5527-a0f2-00181ff3a446 with scrape type 2
2026-03-24 10:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8c2eea21-5566-5527-a0f2-00181ff3a446, identifier: 120654336
2026-03-24 10:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3fe4771e-fbba-5677-9aba-ae79f42025d8 with identifier: 120646777
2026-03-24 10:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3fe4771e-fbba-5677-9aba-ae79f42025d8 with identifier: 120646777
2026-03-24 10:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3fe4771e-fbba-5677-9aba-ae79f42025d8 with identifier: 120646777 to the API
2026-03-24 10:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120646777?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3fe4771e-fbba-5677-9aba-ae79f42025d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WG65ORN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120646777',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C4 CACTUS HATCHBACK',
'odometer': 92835,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-30',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'CITROEN C4 CACTUS HATCHBACK 1.2 PureTech [82] Flair 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech [82] Flair 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120646777%27 HTTP/1.1" 200 None
2026-03-24 10:01:52 [astonbarclay.gb] INFO: Saving data for 120646777: {'auction_closing_time': 1774432800.0, 'created_time': 1774011662.615524, 'last_price_update_time': 1774346512.869421}
2026-03-24 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120646777') HTTP/1.1" 204 0
2026-03-24 10:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8c2eea21-5566-5527-a0f2-00181ff3a446 with identifier: 120654336
2026-03-24 10:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8c2eea21-5566-5527-a0f2-00181ff3a446 with identifier: 120654336
2026-03-24 10:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8c2eea21-5566-5527-a0f2-00181ff3a446 with identifier: 120654336 to the API
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120654336?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 185,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8c2eea21-5566-5527-a0f2-00181ff3a446',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HJ18AZW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120654336',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT DIESEL ESTATE',
'odometer': 61308,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-13',
'seller_name': 'Manamanx Ltd',
'title': 'LAND ROVER RANGE ROVER SPORT DIESEL ESTATE 3.0 SDV6 HSE Dynamic 5dr '
'Auto',
'transmission': 'automatic',
'trim': '3.0 SDV6 HSE Dynamic 5dr Auto',
'vin': None,
'year': 2018}
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120654336%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Saving data for 120654336: {'auction_closing_time': 1774432800.0, 'created_time': 1774034137.612155, 'last_price_update_time': 1774346513.578645}
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654336') HTTP/1.1" 204 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120062552
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120062552%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120062552: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 119641521
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641521%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 119641521: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120344753
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120344753%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120344753: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120228997
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120228997%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120228997: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120450571
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120450571%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120450571: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120411982
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411982%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120411982: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120472824
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120472824%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120472824: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 119581013
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119581013%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 119581013: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 119398005
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119398005%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 119398005: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 119642095
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119642095%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 119642095: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 115946044
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27115946044%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 115946044: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120052843
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120052843%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120052843: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120442728
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442728%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120442728: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 119579221
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119579221%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 119579221: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120059610
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120059610%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120059610: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 119516991
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119516991%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 119516991: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120392758
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120392758%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120392758: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 120542837
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542837%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 120542837: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 119196461
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119196461%27 HTTP/1.1" 200 None
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Scrape type for 119196461: 0
2026-03-24 10:01:53 [astonbarclay.gb] INFO: Found listing with ID: 119508668
2026-03-24 10:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119508668%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119508668: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119755396
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119755396%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119755396: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119856739
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119856739%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119856739: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119553413
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119553413%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119553413: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120484142
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484142%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120484142: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119193826
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119193826%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119193826: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120262236
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120262236%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120262236: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120109434
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120109434%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120109434: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119205512
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119205512%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119205512: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120478572
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120478572%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120478572: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119641208
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641208%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119641208: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120478557
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120478557%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120478557: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120147059
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120147059%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120147059: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 114751989
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114751989%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 114751989: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120417153
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417153%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120417153: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120473916
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473916%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120473916: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120462426
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120462426%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120462426: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120483011
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120483011%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120483011: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 114098261
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114098261%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 114098261: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120040757
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120040757%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120040757: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119857387
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119857387%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119857387: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120151632
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120151632%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120151632: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120059826
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120059826%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120059826: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119373461
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119373461%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119373461: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120063704
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120063704%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120063704: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120055940
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055940%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120055940: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119756094
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119756094%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119756094: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120331407
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120331407%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120331407: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120406515
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406515%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120406515: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120411831
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411831%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120411831: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119971952
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119971952%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119971952: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119915892
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119915892%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119915892: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 118823152
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118823152%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 118823152: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120056131
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056131%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120056131: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 117741373
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117741373%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 117741373: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120368795
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368795%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120368795: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119325860
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119325860%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119325860: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120683481
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683481%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120683481: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120683497
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683497%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120683497: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120683511
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683511%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120683511: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119333381
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119333381%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119333381: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119857926
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119857926%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119857926: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120539350
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120539350%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 120539350: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 119850906
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119850906%27 HTTP/1.1" 200 None
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Scrape type for 119850906: 0
2026-03-24 10:01:54 [astonbarclay.gb] INFO: Found listing with ID: 120244319
2026-03-24 10:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120244319%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120244319: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120445257
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120445257%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120445257: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120519906
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120519906%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120519906: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119853698
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119853698%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119853698: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119798644
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119798644%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119798644: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119651208
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119651208%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119651208: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119797897
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119797897%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119797897: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119821506
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119821506%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119821506: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120400092
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120400092%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120400092: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120264238
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264238%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120264238: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119967315
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119967315%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119967315: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120659850
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659850%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120659850: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120659859
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659859%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120659859: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120659877
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659877%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120659877: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120683624
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683624%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120683624: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119965853
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119965853%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119965853: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119677026
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119677026%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119677026: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119334400
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119334400%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119334400: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 119833119
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119833119%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 119833119: 2
2026-03-24 10:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120621555?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120320597
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120320597%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120320597: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 118813061
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118813061%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 118813061: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120553389
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553389%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120553389: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120090828
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120090828%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120090828: 2
2026-03-24 10:01:55 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/image-unavailable.png>
2026-03-24 10:01:55 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:55 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119970335, 'registration': 'YO17HHS', 'account': 'CAP001', 'make': 'BMW', 'model': '3 SERIES DIESEL TOURING', 'derivative': '320d EfficientDynamics Plus 5dr', 'mileage': 132048, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-08-11', 'fuel': 'Diesel', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YO17HHS/2026-02-26/image/4e15265c-0e38-46b9-81ab-a32c914a1e9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/e4bc935a-1f20-46b3-819b-d357d1fae3ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/fbb5b940-e40a-4103-8ca0-21bcbb6d10fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/ddbbdd91-f9ad-4bd9-b501-316c48df8b5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/c1c04d4f-e7ff-4400-84af-d25568e38d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/3a0abbf1-2ce7-4911-b401-bb4148075851_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/f22a268a-8c1a-4d5a-b09b-142dba199592_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/d53b2af4-356c-4800-8783-79913b457c95_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/8ab90dfd-57b8-4cab-a3aa-a2f71a0cc2df_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/5db67b07-b972-47d7-8ae8-5af69f907205_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/9a77ce7d-a1cf-42bf-a7bf-d2c70f42919a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/24009554-33a5-4422-90c9-0b8525810825_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/18 20K - 03/19 39K - 07/19 47K - 01/20 57K - 11/21 74K', 'remarks': 'NO V5HPI SHOWING 1 FORMER KEEPERS - vosa@ 83k, 98k, 114k, 127k - spare key in office', 'virtual': False, 'seller': 'Independent Dealer', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/460d1636-fe7e-480b-96f9-25b2e2f59421.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119970335, 'registration': 'YO17HHS', 'account': 'CAP001', 'make': 'BMW', 'model': '3 SERIES DIESEL TOURING', 'derivative': '320d EfficientDynamics Plus 5dr', 'mileage': 132048, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-08-11', 'fuel': 'Diesel', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YO17HHS/2026-02-26/image/4e15265c-0e38-46b9-81ab-a32c914a1e9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/e4bc935a-1f20-46b3-819b-d357d1fae3ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/fbb5b940-e40a-4103-8ca0-21bcbb6d10fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/ddbbdd91-f9ad-4bd9-b501-316c48df8b5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/c1c04d4f-e7ff-4400-84af-d25568e38d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/3a0abbf1-2ce7-4911-b401-bb4148075851_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/f22a268a-8c1a-4d5a-b09b-142dba199592_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/d53b2af4-356c-4800-8783-79913b457c95_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/8ab90dfd-57b8-4cab-a3aa-a2f71a0cc2df_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/5db67b07-b972-47d7-8ae8-5af69f907205_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/9a77ce7d-a1cf-42bf-a7bf-d2c70f42919a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO17HHS/2026-02-26/image/24009554-33a5-4422-90c9-0b8525810825_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/18 20K - 03/19 39K - 07/19 47K - 01/20 57K - 11/21 74K', 'remarks': 'NO V5HPI SHOWING 1 FORMER KEEPERS - vosa@ 83k, 98k, 114k, 127k - spare key in office', 'virtual': False, 'seller': 'Independent Dealer', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/460d1636-fe7e-480b-96f9-25b2e2f59421.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aea5b3a1-4c66-56a1-ae31-d46393ea3a3c with identifier: 119970335
2026-03-24 10:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aea5b3a1-4c66-56a1-ae31-d46393ea3a3c with scrape type 2
2026-03-24 10:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aea5b3a1-4c66-56a1-ae31-d46393ea3a3c with scrape type 2
2026-03-24 10:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aea5b3a1-4c66-56a1-ae31-d46393ea3a3c, identifier: 119970335
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120351754
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120351754%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120351754: 0
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Found listing with ID: 120091035
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120091035%27 HTTP/1.1" 200 None
2026-03-24 10:01:55 [astonbarclay.gb] INFO: Scrape type for 120091035: 2
2026-03-24 10:01:55 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aea5b3a1-4c66-56a1-ae31-d46393ea3a3c with identifier: 119970335
2026-03-24 10:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aea5b3a1-4c66-56a1-ae31-d46393ea3a3c with identifier: 119970335
2026-03-24 10:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aea5b3a1-4c66-56a1-ae31-d46393ea3a3c with identifier: 119970335 to the API
2026-03-24 10:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119970335?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'aea5b3a1-4c66-56a1-ae31-d46393ea3a3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YO17HHS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119970335',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '3 SERIES DIESEL TOURING',
'odometer': 132048,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-11',
'seller_name': 'Independent Dealer',
'title': 'BMW 3 SERIES DIESEL TOURING 320d EfficientDynamics Plus 5dr',
'transmission': 'manual',
'trim': '320d EfficientDynamics Plus 5dr',
'vin': None,
'year': 2017}
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119970335%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Saving data for 119970335: {'auction_closing_time': 1774432800.0, 'created_time': 1773403453.485725, 'last_price_update_time': 1774346516.273461}
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119970335') HTTP/1.1" 204 0
2026-03-24 10:01:56 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120474302
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120474302%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120474302: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120473180
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473180%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120473180: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120473240
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473240%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120473240: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120262388
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120262388%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120262388: 2
2026-03-24 10:01:56 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:56 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/116795694?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120441640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120460739?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120621555, 'registration': 'SW13UFS', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.4 TSI ACT BlueGT 3dr DSG', 'mileage': 110435, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-04-18', 'fuel': 'Petrol', 'motExpiry': '2026-07-11', 'doors': 3, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SW13UFS/2026-03-20/image/2f75e167-be0f-430f-b4e8-066560b9f02c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/5559d6b8-fcc5-4bab-9138-0c9943d41d14_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/3cb37a53-e20d-4529-8ee7-7f31e75ecdeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/3fcdb946-decd-4b46-9dc2-d01279a54143_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/46cb7717-c4fb-4aed-990f-8267d2713771_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/91ff7db4-f58e-45b1-b010-7cd443d14c44_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/ea5bc379-b6fb-4249-936c-d7c915c40655_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/d77842b9-7d12-4ec8-9e01-1bf41ea1211e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/689f9841-7636-4361-b3c8-18904a849631_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/14-2K, 04/15-3K, 10/15-4K, 09/16-15K, 07/17-25K, ??-34K, 07/19-45K, 07/20-52K, 06/21-61K, 06/22-71K, 06/23-82K, 06/24-93K, 07/25-105K', 'remarks': 'VOSA STATES 71K, 82K, 93K, 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': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/341145d0-5880-42ae-86a7-0da481551cd3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120621555, 'registration': 'SW13UFS', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.4 TSI ACT BlueGT 3dr DSG', 'mileage': 110435, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-04-18', 'fuel': 'Petrol', 'motExpiry': '2026-07-11', 'doors': 3, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SW13UFS/2026-03-20/image/2f75e167-be0f-430f-b4e8-066560b9f02c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/5559d6b8-fcc5-4bab-9138-0c9943d41d14_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/3cb37a53-e20d-4529-8ee7-7f31e75ecdeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/3fcdb946-decd-4b46-9dc2-d01279a54143_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/46cb7717-c4fb-4aed-990f-8267d2713771_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/91ff7db4-f58e-45b1-b010-7cd443d14c44_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/ea5bc379-b6fb-4249-936c-d7c915c40655_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/d77842b9-7d12-4ec8-9e01-1bf41ea1211e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW13UFS/2026-03-20/image/689f9841-7636-4361-b3c8-18904a849631_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/14-2K, 04/15-3K, 10/15-4K, 09/16-15K, 07/17-25K, ??-34K, 07/19-45K, 07/20-52K, 06/21-61K, 06/22-71K, 06/23-82K, 06/24-93K, 07/25-105K', 'remarks': 'VOSA STATES 71K, 82K, 93K, 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': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/341145d0-5880-42ae-86a7-0da481551cd3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bb82c80-f71b-586a-8d8f-89a6ad873033 with identifier: 120621555
2026-03-24 10:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bb82c80-f71b-586a-8d8f-89a6ad873033 with scrape type 2
2026-03-24 10:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bb82c80-f71b-586a-8d8f-89a6ad873033 with scrape type 2
2026-03-24 10:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3bb82c80-f71b-586a-8d8f-89a6ad873033, identifier: 120621555
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 119345464
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119345464%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 119345464: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120377822
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120377822%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120377822: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120463366
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120463366%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120463366: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 119798473
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119798473%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 119798473: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 119772104
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119772104%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 119772104: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 119760430
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119760430%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 119760430: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120485149
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120485149%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120485149: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120169224
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120169224%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120169224: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 119772022
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119772022%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 119772022: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 114638344
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114638344%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 114638344: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 120122180
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120122180%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 120122180: 0
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Found listing with ID: 117831399
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831399%27 HTTP/1.1" 200 None
2026-03-24 10:01:56 [astonbarclay.gb] INFO: Scrape type for 117831399: 2
2026-03-24 10:01:56 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3bb82c80-f71b-586a-8d8f-89a6ad873033 with identifier: 120621555
2026-03-24 10:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3bb82c80-f71b-586a-8d8f-89a6ad873033 with identifier: 120621555
2026-03-24 10:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3bb82c80-f71b-586a-8d8f-89a6ad873033 with identifier: 120621555 to the API
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120621555?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3bb82c80-f71b-586a-8d8f-89a6ad873033',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SW13UFS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120621555',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 110435,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-18',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.4 TSI ACT BlueGT 3dr DSG',
'transmission': 'automatic',
'trim': '1.4 TSI ACT BlueGT 3dr DSG',
'vin': None,
'year': 2013}
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621555%27 HTTP/1.1" 200 None
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Saving data for 120621555: {'auction_closing_time': 1774432800.0, 'created_time': 1774000871.522409, 'last_price_update_time': 1774346517.535676}
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120621555') HTTP/1.1" 204 0
2026-03-24 10:01:57 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 119504828
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119504828%27 HTTP/1.1" 200 None
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Scrape type for 119504828: 0
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 117831433
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831433%27 HTTP/1.1" 200 None
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Scrape type for 117831433: 0
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120371622
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371622%27 HTTP/1.1" 200 None
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Scrape type for 120371622: 0
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120161932
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120161932%27 HTTP/1.1" 200 None
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Scrape type for 120161932: 0
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 114387843
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114387843%27 HTTP/1.1" 200 None
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Scrape type for 114387843: 0
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Found listing with ID: 120719417
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719417%27 HTTP/1.1" 200 None
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Scrape type for 120719417: 1
2026-03-24 10:01:57 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 116795694, 'registration': 'KO16PVU', 'account': 'ECF001', 'make': 'VOLKSWAGEN', 'model': 'PASSAT DIESEL SALOON', 'derivative': '1.6 TDI S 4dr', 'mileage': 83199, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-07-11', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 4, 'engineSize': 1598, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KO16PVU/2025-10-30/image/81727e20-00f4-4c07-bcaa-e76b93fd0305_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/0f943270-fc4c-4c67-9036-a9d09bfd675d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/87a19b86-676d-48eb-977d-79aeb2abce0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/573e5e81-82a6-4391-bbd7-bbf095fc621f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/d59489ef-8431-47fa-8518-c8a49176f394_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/003aa896-663e-4540-854d-44b176e71260_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/f8dbdca8-e463-4442-a19a-930ea6e4b457_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/17-20K, 09/18-40K, 11/19-53K, 05/22-64K.', 'remarks': 'NO V5-FORMER KEEPERS UNKNOWN. VOSA STATES MILES@ 65K, 69K, 75K, 82K. SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4a659103-a854-4c6f-86c3-047747703b87.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 116795694, 'registration': 'KO16PVU', 'account': 'ECF001', 'make': 'VOLKSWAGEN', 'model': 'PASSAT DIESEL SALOON', 'derivative': '1.6 TDI S 4dr', 'mileage': 83199, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-07-11', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 4, 'engineSize': 1598, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KO16PVU/2025-10-30/image/81727e20-00f4-4c07-bcaa-e76b93fd0305_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/0f943270-fc4c-4c67-9036-a9d09bfd675d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/87a19b86-676d-48eb-977d-79aeb2abce0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/573e5e81-82a6-4391-bbd7-bbf095fc621f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/d59489ef-8431-47fa-8518-c8a49176f394_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/003aa896-663e-4540-854d-44b176e71260_removebg.jpg?w=600', 'https://abimg003.imgix.net/KO16PVU/2025-10-30/image/f8dbdca8-e463-4442-a19a-930ea6e4b457_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/17-20K, 09/18-40K, 11/19-53K, 05/22-64K.', 'remarks': 'NO V5-FORMER KEEPERS UNKNOWN. VOSA STATES MILES@ 65K, 69K, 75K, 82K. SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4a659103-a854-4c6f-86c3-047747703b87.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4a7d77d-d4ff-5acf-9631-5f3a0da2a7dc with identifier: 116795694
2026-03-24 10:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4a7d77d-d4ff-5acf-9631-5f3a0da2a7dc with scrape type 2
2026-03-24 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4a7d77d-d4ff-5acf-9631-5f3a0da2a7dc with scrape type 2
2026-03-24 10:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c4a7d77d-d4ff-5acf-9631-5f3a0da2a7dc, identifier: 116795694
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120441640, 'registration': 'OY16EBF', 'account': 'ECF001', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 SE Tech 5dr Auto', 'mileage': 78426, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-11-11', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/OY16EBF/2026-03-14/image/567b532b-c1f0-421a-b477-a1e52a0b32d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/fe6edbd0-4121-4edb-81de-7f0b4e12e134_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/bafa5a6d-174f-400e-bf17-17fabd27fa51_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/b02c78d5-e32a-463e-80e1-52e34cf60432_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/97c03868-5fed-4fe4-a132-25d72ecf476d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/3644c4e5-ade0-4f26-bed4-31a8b12dac70_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/c13a45e1-e1b9-4eb7-a8df-89b92fbe1556_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/34c04ee6-501b-4ded-9692-c2e5fbbd9645_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/59c0be08-81a8-4614-8a93-bbbc0d024c08_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/20-35K, 03/21-42K, 03/22-??', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 56K, 62K, 70K, 73K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Local Dealer Group', '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/fd5e8ed6-4f06-43f5-8c59-efcfa900f3be.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120441640, 'registration': 'OY16EBF', 'account': 'ECF001', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 SE Tech 5dr Auto', 'mileage': 78426, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-11-11', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/OY16EBF/2026-03-14/image/567b532b-c1f0-421a-b477-a1e52a0b32d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/fe6edbd0-4121-4edb-81de-7f0b4e12e134_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/bafa5a6d-174f-400e-bf17-17fabd27fa51_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/b02c78d5-e32a-463e-80e1-52e34cf60432_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/97c03868-5fed-4fe4-a132-25d72ecf476d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/3644c4e5-ade0-4f26-bed4-31a8b12dac70_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/c13a45e1-e1b9-4eb7-a8df-89b92fbe1556_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/34c04ee6-501b-4ded-9692-c2e5fbbd9645_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY16EBF/2026-03-14/image/59c0be08-81a8-4614-8a93-bbbc0d024c08_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/20-35K, 03/21-42K, 03/22-??', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 56K, 62K, 70K, 73K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Local Dealer Group', '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/fd5e8ed6-4f06-43f5-8c59-efcfa900f3be.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2758b978-3a23-537b-a24d-03a283f58c94 with identifier: 120441640
2026-03-24 10:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2758b978-3a23-537b-a24d-03a283f58c94 with scrape type 2
2026-03-24 10:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2758b978-3a23-537b-a24d-03a283f58c94 with scrape type 2
2026-03-24 10:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2758b978-3a23-537b-a24d-03a283f58c94, identifier: 120441640
2026-03-24 10:01:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120460739, 'registration': 'J2BPV', 'account': 'STA058', 'make': 'PORSCHE', 'model': '718 CAYMAN COUPE', 'derivative': '2.0 2dr PDK', 'mileage': 43412, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-07-29', 'doors': 2, 'engineSize': 1988, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/J2BPV/2026-03-16/image/d0113759-79a3-4036-84cd-6f0ced0ee248_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/864c702d-06df-4551-95f5-694c4ea3491d_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/98bba120-6beb-4130-ad23-31535342455c_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/bba5e469-2552-44e0-9790-8252456265d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/c3a157ff-ee86-4093-bf43-94c5d0453987_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/1b3c78db-0c03-480c-9887-5051a3d63f98_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/4d473817-58a8-4acd-b3e3-f0c1cf62ed77_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/6f67cbcf-6d2f-4b32-8079-a20f89bc9e07_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', '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 - NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 10K- 11K- 33K- 41K', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fe8c0044-a901-4ca7-a7d6-73fb830effbc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120460739, 'registration': 'J2BPV', 'account': 'STA058', 'make': 'PORSCHE', 'model': '718 CAYMAN COUPE', 'derivative': '2.0 2dr PDK', 'mileage': 43412, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-07-29', 'doors': 2, 'engineSize': 1988, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/J2BPV/2026-03-16/image/d0113759-79a3-4036-84cd-6f0ced0ee248_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/864c702d-06df-4551-95f5-694c4ea3491d_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/98bba120-6beb-4130-ad23-31535342455c_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/bba5e469-2552-44e0-9790-8252456265d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/c3a157ff-ee86-4093-bf43-94c5d0453987_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/1b3c78db-0c03-480c-9887-5051a3d63f98_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/4d473817-58a8-4acd-b3e3-f0c1cf62ed77_removebg.jpg?w=600', 'https://abimg003.imgix.net/J2BPV/2026-03-16/image/6f67cbcf-6d2f-4b32-8079-a20f89bc9e07_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', '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 - NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 10K- 11K- 33K- 41K', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fe8c0044-a901-4ca7-a7d6-73fb830effbc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db994ef3-c92b-5e02-bbae-a4a52e28dd97 with identifier: 120460739
2026-03-24 10:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db994ef3-c92b-5e02-bbae-a4a52e28dd97 with scrape type 2
2026-03-24 10:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db994ef3-c92b-5e02-bbae-a4a52e28dd97 with scrape type 2
2026-03-24 10:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db994ef3-c92b-5e02-bbae-a4a52e28dd97, identifier: 120460739
2026-03-24 10:01:58 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-24 10:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120639921?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118987563?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119411938?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c4a7d77d-d4ff-5acf-9631-5f3a0da2a7dc with identifier: 116795694
2026-03-24 10:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c4a7d77d-d4ff-5acf-9631-5f3a0da2a7dc with identifier: 116795694
2026-03-24 10:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c4a7d77d-d4ff-5acf-9631-5f3a0da2a7dc with identifier: 116795694 to the API
2026-03-24 10:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/116795694?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'c4a7d77d-d4ff-5acf-9631-5f3a0da2a7dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KO16PVU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/116795694',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'PASSAT DIESEL SALOON',
'odometer': 83199,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-11',
'seller_name': 'Local Dealer Group',
'title': 'VOLKSWAGEN PASSAT DIESEL SALOON 1.6 TDI S 4dr',
'transmission': 'manual',
'trim': '1.6 TDI S 4dr',
'vin': None,
'year': 2016}
2026-03-24 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116795694%27 HTTP/1.1" 200 None
2026-03-24 10:01:58 [astonbarclay.gb] INFO: Saving data for 116795694: {'auction_closing_time': 1774432800.0, 'created_time': 1774011659.475389, 'last_price_update_time': 1774346518.801591}
2026-03-24 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='116795694') HTTP/1.1" 204 0
2026-03-24 10:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2758b978-3a23-537b-a24d-03a283f58c94 with identifier: 120441640
2026-03-24 10:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2758b978-3a23-537b-a24d-03a283f58c94 with identifier: 120441640
2026-03-24 10:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2758b978-3a23-537b-a24d-03a283f58c94 with identifier: 120441640 to the API
2026-03-24 10:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120441640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2758b978-3a23-537b-a24d-03a283f58c94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY16EBF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120441640',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 78426,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-09',
'seller_name': 'Local Dealer Group',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.0 TD4 180 SE Tech 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 180 SE Tech 5dr Auto',
'vin': None,
'year': 2016}
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120441640%27 HTTP/1.1" 200 None
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Saving data for 120441640: {'auction_closing_time': 1774432800.0, 'created_time': 1773687822.395075, 'last_price_update_time': 1774346519.22242}
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120441640') HTTP/1.1" 204 0
2026-03-24 10:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db994ef3-c92b-5e02-bbae-a4a52e28dd97 with identifier: 120460739
2026-03-24 10:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db994ef3-c92b-5e02-bbae-a4a52e28dd97 with identifier: 120460739
2026-03-24 10:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: db994ef3-c92b-5e02-bbae-a4a52e28dd97 with identifier: 120460739 to the API
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120460739?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'db994ef3-c92b-5e02-bbae-a4a52e28dd97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'J2BPV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120460739',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PORSCHE',
'model': '718 CAYMAN COUPE',
'odometer': 43412,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-28',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'PORSCHE 718 CAYMAN COUPE 2.0 2dr PDK',
'transmission': 'automatic',
'trim': '2.0 2dr PDK',
'vin': None,
'year': 2017}
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120460739%27 HTTP/1.1" 200 None
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Saving data for 120460739: {'auction_closing_time': 1774432800.0, 'created_time': 1773655330.788251, 'last_price_update_time': 1774346519.661483}
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120460739') HTTP/1.1" 204 0
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 119909652
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119909652%27 HTTP/1.1" 200 None
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Scrape type for 119909652: 0
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 117750130
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27117750130%27 HTTP/1.1" 200 None
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Scrape type for 117750130: 0
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120719449
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120719449%27 HTTP/1.1" 200 None
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120719449: 1
2026-03-24 10:01:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120125892?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Found listing with ID: 120719461
2026-03-24 10:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120719461%27 HTTP/1.1" 200 None
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Scrape type for 120719461: 1
2026-03-24 10:01:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120639921, 'registration': 'MA18YJV', 'account': 'MOT075', 'make': 'RENAULT', 'model': 'KADJAR HATCHBACK', 'derivative': '1.2 TCE Dynamique S Nav 5dr', 'mileage': 75006, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-29', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA18YJV/2026-03-20/image/37b00487-729d-473a-87d6-e9048a2f857d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/a83a9b21-ac75-463e-962d-b7b3e3f0dd31_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/35362a7e-8e69-4bc7-869a-0ec24a0c4fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/0e2419a4-3118-4308-8825-56605cb9fb7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/48dd33ff-96b1-45a8-9a4e-18c2a3761347_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/450bea1e-4143-48b4-8ba4-b63d4c987508_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/e398d03c-0135-46df-905c-5fab91d7c99f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/8361f74c-2448-44ff-9a98-156988e9f76c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/06d2e478-3900-419b-847c-38ddcac91e3c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 40K, 46K, 52K, 64K, 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': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/36e7ee2f-66a1-47e9-8ae1-b67e445def25.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120639921, 'registration': 'MA18YJV', 'account': 'MOT075', 'make': 'RENAULT', 'model': 'KADJAR HATCHBACK', 'derivative': '1.2 TCE Dynamique S Nav 5dr', 'mileage': 75006, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-29', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MA18YJV/2026-03-20/image/37b00487-729d-473a-87d6-e9048a2f857d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/a83a9b21-ac75-463e-962d-b7b3e3f0dd31_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/35362a7e-8e69-4bc7-869a-0ec24a0c4fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/0e2419a4-3118-4308-8825-56605cb9fb7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/48dd33ff-96b1-45a8-9a4e-18c2a3761347_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/450bea1e-4143-48b4-8ba4-b63d4c987508_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/e398d03c-0135-46df-905c-5fab91d7c99f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/8361f74c-2448-44ff-9a98-156988e9f76c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MA18YJV/2026-03-20/image/06d2e478-3900-419b-847c-38ddcac91e3c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 40K, 46K, 52K, 64K, 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': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/36e7ee2f-66a1-47e9-8ae1-b67e445def25.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 484f6953-e3d2-52c8-a354-2a26c2194099 with identifier: 120639921
2026-03-24 10:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 484f6953-e3d2-52c8-a354-2a26c2194099 with scrape type 2
2026-03-24 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 484f6953-e3d2-52c8-a354-2a26c2194099 with scrape type 2
2026-03-24 10:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 484f6953-e3d2-52c8-a354-2a26c2194099, identifier: 120639921
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118987563, 'registration': 'RF24DWJ', 'account': 'LIQ001', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 207 HEV 3 5dr Auto', 'mileage': 3107, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-07-01', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/f4e6e825-ea84-49d8-99ed-486be6ab8ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/34a3320a-90f9-4b34-bb68-47f7da05a604_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/8a9363b3-c5d9-429d-b252-8a65efc361c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/d9ffb2a4-1ee4-430d-a2ee-a09dcbd62eb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/6d1e4766-b599-488e-93e8-d6e3ccacf967_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/dd02a87e-ee05-442b-af9e-7ea70560304b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/e6cc83c5-0b09-47f9-84cc-1aacf34d9341_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/3b6eb84b-4e15-4ab4-a698-080703db0286_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/4a0edd96-e222-49f8-bce0-cfef603acef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/c7d87bc9-c5b9-4ecb-b593-2baa9b0de3c0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Liquid Fleet', '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/3c9a9832-cfed-408a-91dd-a75cb28c3416.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:01:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118987563, 'registration': 'RF24DWJ', 'account': 'LIQ001', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 207 HEV 3 5dr Auto', 'mileage': 3107, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-07-01', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/f4e6e825-ea84-49d8-99ed-486be6ab8ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/34a3320a-90f9-4b34-bb68-47f7da05a604_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/8a9363b3-c5d9-429d-b252-8a65efc361c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/d9ffb2a4-1ee4-430d-a2ee-a09dcbd62eb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/6d1e4766-b599-488e-93e8-d6e3ccacf967_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/dd02a87e-ee05-442b-af9e-7ea70560304b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/e6cc83c5-0b09-47f9-84cc-1aacf34d9341_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/3b6eb84b-4e15-4ab4-a698-080703db0286_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/4a0edd96-e222-49f8-bce0-cfef603acef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/c7d87bc9-c5b9-4ecb-b593-2baa9b0de3c0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Liquid Fleet', '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/3c9a9832-cfed-408a-91dd-a75cb28c3416.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ac6ae8-6887-5358-8ff2-74f09043a4df with identifier: 118987563
2026-03-24 10:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ac6ae8-6887-5358-8ff2-74f09043a4df with scrape type 2
2026-03-24 10:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42ac6ae8-6887-5358-8ff2-74f09043a4df with scrape type 2
2026-03-24 10:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 42ac6ae8-6887-5358-8ff2-74f09043a4df, identifier: 118987563
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119411938, 'registration': 'YH25BZW', 'account': 'LIQ001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T Acenta Premium 5dr', 'mileage': 17362, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-03-06', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH25BZW/2026-03-06/image/a5ef1a2b-8798-4e01-a695-4f9f1859e32d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/c55e8664-c4c0-4398-8689-406566c72290_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/5f3ba4d4-10e2-49ed-910f-95869f275214_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/fe45063a-8eca-47a1-b611-5da9d0fd3f26_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/a6a3c27f-fce9-484f-93ac-2dff0a6cbf95_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/9115f7df-e5ab-4c21-a102-c3704b4b4eba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/7d2db1a6-fd1d-4cd0-a0e4-73dcbe7f7c08_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/92ff55f1-566b-46e2-a92f-aabb2a5d0fdf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/8fc29eb4-dd37-41a5-bd35-dd5c1dd1e318_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/005ec420-c497-4136-9ac0-248827d1b722_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Entertainment Screen Tarnished but functional SPARE KEY', 'virtual': False, 'seller': 'Liquid Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9fb5bee2-3396-4c4d-a548-3da92fd9ca1f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119411938, 'registration': 'YH25BZW', 'account': 'LIQ001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T Acenta Premium 5dr', 'mileage': 17362, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-03-06', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH25BZW/2026-03-06/image/a5ef1a2b-8798-4e01-a695-4f9f1859e32d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/c55e8664-c4c0-4398-8689-406566c72290_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/5f3ba4d4-10e2-49ed-910f-95869f275214_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/fe45063a-8eca-47a1-b611-5da9d0fd3f26_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/a6a3c27f-fce9-484f-93ac-2dff0a6cbf95_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/9115f7df-e5ab-4c21-a102-c3704b4b4eba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/7d2db1a6-fd1d-4cd0-a0e4-73dcbe7f7c08_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/92ff55f1-566b-46e2-a92f-aabb2a5d0fdf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/8fc29eb4-dd37-41a5-bd35-dd5c1dd1e318_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH25BZW/2026-03-06/image/005ec420-c497-4136-9ac0-248827d1b722_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Entertainment Screen Tarnished but functional SPARE KEY', 'virtual': False, 'seller': 'Liquid Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9fb5bee2-3396-4c4d-a548-3da92fd9ca1f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67e46f56-2810-531d-827e-ebfc35d43732 with identifier: 119411938
2026-03-24 10:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67e46f56-2810-531d-827e-ebfc35d43732 with scrape type 2
2026-03-24 10:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67e46f56-2810-531d-827e-ebfc35d43732 with scrape type 2
2026-03-24 10:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 67e46f56-2810-531d-827e-ebfc35d43732, identifier: 119411938
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120244888
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120244888%27 HTTP/1.1" 200 None
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Scrape type for 120244888: 0
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Found listing with ID: 119907155
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119907155%27 HTTP/1.1" 200 None
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Scrape type for 119907155: 0
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120411946
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120411946%27 HTTP/1.1" 200 None
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Scrape type for 120411946: 0
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Found listing with ID: 120411841
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120411841%27 HTTP/1.1" 200 None
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Scrape type for 120411841: 0
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Found listing with ID: 119646645
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119646645%27 HTTP/1.1" 200 None
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Scrape type for 119646645: 2
2026-03-24 10:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 484f6953-e3d2-52c8-a354-2a26c2194099 with identifier: 120639921
2026-03-24 10:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 484f6953-e3d2-52c8-a354-2a26c2194099 with identifier: 120639921
2026-03-24 10:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 484f6953-e3d2-52c8-a354-2a26c2194099 with identifier: 120639921 to the API
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120639921?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '484f6953-e3d2-52c8-a354-2a26c2194099',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MA18YJV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120639921',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'KADJAR HATCHBACK',
'odometer': 75006,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-30',
'seller_name': 'MotoNovo Finance',
'title': 'RENAULT KADJAR HATCHBACK 1.2 TCE Dynamique S Nav 5dr',
'transmission': 'manual',
'trim': '1.2 TCE Dynamique S Nav 5dr',
'vin': None,
'year': 2018}
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120639921%27 HTTP/1.1" 200 None
2026-03-24 10:02:00 [astonbarclay.gb] INFO: Saving data for 120639921: {'auction_closing_time': 1774432800.0, 'created_time': 1774011725.57873, 'last_price_update_time': 1774346520.571232}
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120639921') HTTP/1.1" 204 0
2026-03-24 10:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 42ac6ae8-6887-5358-8ff2-74f09043a4df with identifier: 118987563
2026-03-24 10:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 42ac6ae8-6887-5358-8ff2-74f09043a4df with identifier: 118987563
2026-03-24 10:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 42ac6ae8-6887-5358-8ff2-74f09043a4df with identifier: 118987563 to the API
2026-03-24 10:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118987563?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '42ac6ae8-6887-5358-8ff2-74f09043a4df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF24DWJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118987563',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 3107,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-01',
'seller_name': 'Liquid Fleet',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi 207 HEV 3 5dr Auto',
'transmission': 'automatic',
'trim': '1.6T GDi 207 HEV 3 5dr Auto',
'vin': None,
'year': 2024}
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118987563%27 HTTP/1.1" 200 None
2026-03-24 10:02:01 [astonbarclay.gb] INFO: Saving data for 118987563: {'auction_closing_time': 1774519200.0, 'created_time': 1773214901.335442, 'last_price_update_time': 1774346521.134129}
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118987563') HTTP/1.1" 204 0
2026-03-24 10:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 67e46f56-2810-531d-827e-ebfc35d43732 with identifier: 119411938
2026-03-24 10:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 67e46f56-2810-531d-827e-ebfc35d43732 with identifier: 119411938
2026-03-24 10:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 67e46f56-2810-531d-827e-ebfc35d43732 with identifier: 119411938 to the API
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119411938?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '67e46f56-2810-531d-827e-ebfc35d43732',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YH25BZW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119411938',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 17362,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-06',
'seller_name': 'Liquid Fleet',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T Acenta Premium 5dr',
'vin': None,
'year': 2025}
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119411938%27 HTTP/1.1" 200 None
2026-03-24 10:02:01 [astonbarclay.gb] INFO: Saving data for 119411938: {'auction_closing_time': 1774519200.0, 'created_time': 1773214996.889271, 'last_price_update_time': 1774346521.602871}
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119411938') HTTP/1.1" 204 0
2026-03-24 10:02:01 [astonbarclay.gb] INFO: Found listing with ID: 120264322
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264322%27 HTTP/1.1" 200 None
2026-03-24 10:02:01 [astonbarclay.gb] INFO: Scrape type for 120264322: 2
2026-03-24 10:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119498921?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118758309?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120125892, 'registration': 'LN18OUE', 'account': 'STE131', 'make': 'VAUXHALL', 'model': 'GRANDLAND X HATCHBACK', 'derivative': '1.2 Turbo Sport Nav 5dr Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN18OUE/2026-03-20/image/550d29b6-01f7-42a6-8897-2c975a1efed8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/420dd8a7-078a-4d12-9052-22d9dd2060ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/ca6a6966-c920-4a43-b110-c345531574dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/06fbd736-ba33-4651-bbfd-725c0d23d1d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/2bb965f5-1019-4362-acf7-c6e2bce737bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/704cd4eb-4a70-4cb4-9a9d-ea00cc126f96_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/00b4c44d-89c0-45e4-b279-b05b1bc5af8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/ff50c516-b55d-4b32-b90f-dc36647ca229_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/3fa94208-ddd8-4b43-a525-e796ebeba9c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/172e20d5-3c0f-4ba9-8ab1-9eb766b74034_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/9f2ff35e-a9a4-49bd-b654-282aca801ff1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/099e4c99-f839-4a71-82fe-a5a1509e1008.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120125892, 'registration': 'LN18OUE', 'account': 'STE131', 'make': 'VAUXHALL', 'model': 'GRANDLAND X HATCHBACK', 'derivative': '1.2 Turbo Sport Nav 5dr Auto', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN18OUE/2026-03-20/image/550d29b6-01f7-42a6-8897-2c975a1efed8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/420dd8a7-078a-4d12-9052-22d9dd2060ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/ca6a6966-c920-4a43-b110-c345531574dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/06fbd736-ba33-4651-bbfd-725c0d23d1d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/2bb965f5-1019-4362-acf7-c6e2bce737bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/704cd4eb-4a70-4cb4-9a9d-ea00cc126f96_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/00b4c44d-89c0-45e4-b279-b05b1bc5af8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/ff50c516-b55d-4b32-b90f-dc36647ca229_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/3fa94208-ddd8-4b43-a525-e796ebeba9c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/172e20d5-3c0f-4ba9-8ab1-9eb766b74034_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN18OUE/2026-03-20/image/9f2ff35e-a9a4-49bd-b654-282aca801ff1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/099e4c99-f839-4a71-82fe-a5a1509e1008.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22fd2a1f-7fb9-5af0-afa0-fa33fc4e2977 with identifier: 120125892
2026-03-24 10:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22fd2a1f-7fb9-5af0-afa0-fa33fc4e2977 with scrape type 2
2026-03-24 10:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22fd2a1f-7fb9-5af0-afa0-fa33fc4e2977 with scrape type 2
2026-03-24 10:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 22fd2a1f-7fb9-5af0-afa0-fa33fc4e2977, identifier: 120125892
2026-03-24 10:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 22fd2a1f-7fb9-5af0-afa0-fa33fc4e2977 with identifier: 120125892
2026-03-24 10:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 22fd2a1f-7fb9-5af0-afa0-fa33fc4e2977 with identifier: 120125892
2026-03-24 10:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 22fd2a1f-7fb9-5af0-afa0-fa33fc4e2977 with identifier: 120125892 to the API
2026-03-24 10:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120125892?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '22fd2a1f-7fb9-5af0-afa0-fa33fc4e2977',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN18OUE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120125892',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'GRANDLAND X HATCHBACK',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-29',
'seller_name': 'Stellantis Financial Services UK',
'title': 'VAUXHALL GRANDLAND X HATCHBACK 1.2 Turbo Sport Nav 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Sport Nav 5dr Auto',
'vin': None,
'year': 2018}
2026-03-24 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120125892%27 HTTP/1.1" 200 None
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Saving data for 120125892: {'auction_closing_time': 1774432800.0, 'created_time': 1774011741.578135, 'last_price_update_time': 1774346522.862151}
2026-03-24 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120125892') HTTP/1.1" 204 0
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120411669
2026-03-24 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120411669%27 HTTP/1.1" 200 None
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Scrape type for 120411669: 0
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Found listing with ID: 119972654
2026-03-24 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119972654%27 HTTP/1.1" 200 None
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Scrape type for 119972654: 0
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120442684
2026-03-24 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120442684%27 HTTP/1.1" 200 None
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Scrape type for 120442684: 0
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120411555
2026-03-24 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120411555%27 HTTP/1.1" 200 None
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Scrape type for 120411555: 0
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120299755
2026-03-24 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120299755%27 HTTP/1.1" 200 None
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Scrape type for 120299755: 0
2026-03-24 10:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120331566
2026-03-24 10:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120331566%27 HTTP/1.1" 200 None
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Scrape type for 120331566: 1
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120206389
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206389%27 HTTP/1.1" 200 None
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Scrape type for 120206389: 1
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119498921, 'registration': 'RO74CVV', 'account': 'KIN032', 'make': 'MERCEDES-BENZ', 'model': 'EQA HATCHBACK', 'derivative': 'EQA 250+ 140kW Sport Executive 70.5kWh 5dr Auto', 'mileage': 16109, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-19', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RO74CVV/2026-02-25/image/73dcde00-8763-41c4-a2f3-75a6caf784f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/e712f156-9684-4f8f-88b1-81ea85954c5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/7f246f0a-ab95-4021-8b44-4edd2b29d778_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/ed012b05-56eb-4754-801f-be3f39125d28_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/950c49af-e87f-4dd3-ac0f-31cc2a696d28_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/42e56429-1b4f-4dae-9813-cadd52537420_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/ab597ce9-e7fa-4168-a662-61ffcfd6a5c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/83be1935-a86d-4178-8d99-6377439d12c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/ad63aaa4-81c4-486f-b73b-25e2d3f2b521_removebg.jpg?w=600'], 'colour': 'Solid - Polar white', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/25 12k', 'remarks': 'SPARE KEY / Artico man-made leather - Black', '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/7e3990d3-c282-4fac-9e2e-9f66c94fbf48.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119498921, 'registration': 'RO74CVV', 'account': 'KIN032', 'make': 'MERCEDES-BENZ', 'model': 'EQA HATCHBACK', 'derivative': 'EQA 250+ 140kW Sport Executive 70.5kWh 5dr Auto', 'mileage': 16109, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-19', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RO74CVV/2026-02-25/image/73dcde00-8763-41c4-a2f3-75a6caf784f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/e712f156-9684-4f8f-88b1-81ea85954c5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/7f246f0a-ab95-4021-8b44-4edd2b29d778_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/ed012b05-56eb-4754-801f-be3f39125d28_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/950c49af-e87f-4dd3-ac0f-31cc2a696d28_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/42e56429-1b4f-4dae-9813-cadd52537420_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/ab597ce9-e7fa-4168-a662-61ffcfd6a5c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/83be1935-a86d-4178-8d99-6377439d12c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO74CVV/2026-02-25/image/ad63aaa4-81c4-486f-b73b-25e2d3f2b521_removebg.jpg?w=600'], 'colour': 'Solid - Polar white', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/25 12k', 'remarks': 'SPARE KEY / Artico man-made leather - Black', '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/7e3990d3-c282-4fac-9e2e-9f66c94fbf48.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50bba46b-880e-5fc9-be03-f90742cc92f6 with identifier: 119498921
2026-03-24 10:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50bba46b-880e-5fc9-be03-f90742cc92f6 with scrape type 2
2026-03-24 10:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50bba46b-880e-5fc9-be03-f90742cc92f6 with scrape type 2
2026-03-24 10:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 50bba46b-880e-5fc9-be03-f90742cc92f6, identifier: 119498921
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118758309, 'registration': 'RO25CXJ', 'account': 'LIQ001', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 207 HEV 3 5dr Auto', 'mileage': 17536, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-27', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/f9f73b88-b32d-42b4-b35f-40217ecfef77_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/654904c6-006b-4443-8e36-ef4960d0bf08_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/77121acc-cec2-45b6-ae23-b1d521d61cfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/3e865efc-285a-49a7-b7fa-fe72defdc40f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/9c1a6ec0-5c08-46e3-982a-9cd8a9e381f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/9acf0383-703d-4d30-baca-dd2c028217f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/a37f44a2-d4bf-4349-9c8a-3f6c2fefb115_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/741d2974-68b1-48b7-82b0-67f35527b40b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/d02d73fb-e745-485b-8dbf-667176246305_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/2dab7e37-e6cc-47bf-b182-30fe64a83cd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/06f070ca-e4f8-4ba4-94cf-8de70b3945b3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/25-10K,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Liquid Fleet', '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/91f42e49-5519-41b2-bd63-61bec0dece59.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118758309, 'registration': 'RO25CXJ', 'account': 'LIQ001', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 207 HEV 3 5dr Auto', 'mileage': 17536, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-27', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/f9f73b88-b32d-42b4-b35f-40217ecfef77_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/654904c6-006b-4443-8e36-ef4960d0bf08_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/77121acc-cec2-45b6-ae23-b1d521d61cfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/3e865efc-285a-49a7-b7fa-fe72defdc40f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/9c1a6ec0-5c08-46e3-982a-9cd8a9e381f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/9acf0383-703d-4d30-baca-dd2c028217f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/a37f44a2-d4bf-4349-9c8a-3f6c2fefb115_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/741d2974-68b1-48b7-82b0-67f35527b40b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/d02d73fb-e745-485b-8dbf-667176246305_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/2dab7e37-e6cc-47bf-b182-30fe64a83cd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/06f070ca-e4f8-4ba4-94cf-8de70b3945b3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/25-10K,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Liquid Fleet', '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/91f42e49-5519-41b2-bd63-61bec0dece59.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 606e4219-34f8-5183-bce2-2e048d54be6e with identifier: 118758309
2026-03-24 10:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 606e4219-34f8-5183-bce2-2e048d54be6e with scrape type 2
2026-03-24 10:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 606e4219-34f8-5183-bce2-2e048d54be6e with scrape type 2
2026-03-24 10:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 606e4219-34f8-5183-bce2-2e048d54be6e, identifier: 118758309
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120206247
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206247%27 HTTP/1.1" 200 None
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Scrape type for 120206247: 1
2026-03-24 10:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 50bba46b-880e-5fc9-be03-f90742cc92f6 with identifier: 119498921
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Solid+-+Polar+white HTTP/1.1" 200 None
2026-03-24 10:02:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 50bba46b-880e-5fc9-be03-f90742cc92f6 with identifier: 119498921
2026-03-24 10:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 50bba46b-880e-5fc9-be03-f90742cc92f6 with identifier: 119498921 to the API
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119498921?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Solid',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '50bba46b-880e-5fc9-be03-f90742cc92f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RO74CVV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119498921',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'EQA HATCHBACK',
'odometer': 16109,
'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': 'Kinto',
'title': 'MERCEDES-BENZ EQA HATCHBACK EQA 250+ 140kW Sport Executive 70.5kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': 'EQA 250+ 140kW Sport Executive 70.5kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119498921%27 HTTP/1.1" 200 None
2026-03-24 10:02:03 [astonbarclay.gb] INFO: Saving data for 119498921: {'auction_closing_time': 1774519200.0, 'created_time': 1773215003.638077, 'last_price_update_time': 1774346523.800024}
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119498921') HTTP/1.1" 204 0
2026-03-24 10:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 606e4219-34f8-5183-bce2-2e048d54be6e with identifier: 118758309
2026-03-24 10:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 606e4219-34f8-5183-bce2-2e048d54be6e with identifier: 118758309
2026-03-24 10:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 606e4219-34f8-5183-bce2-2e048d54be6e with identifier: 118758309 to the API
2026-03-24 10:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118758309?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '606e4219-34f8-5183-bce2-2e048d54be6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RO25CXJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118758309',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 17536,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-27',
'seller_name': 'Liquid Fleet',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi 207 HEV 3 5dr Auto',
'transmission': 'automatic',
'trim': '1.6T GDi 207 HEV 3 5dr Auto',
'vin': None,
'year': 2025}
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118758309%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Saving data for 118758309: {'auction_closing_time': 1774519200.0, 'created_time': 1773214963.323137, 'last_price_update_time': 1774346524.52199}
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118758309') HTTP/1.1" 204 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120213806
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120213806%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120213806: 1
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120196523
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120196523%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120196523: 1
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120686647
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120686647%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120686647: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120683714
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120683714%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120683714: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120521730
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120521730%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120521730: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120679756
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120679756%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120679756: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120691127
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120691127%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120691127: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 119858691
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119858691%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 119858691: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120694672
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120694672%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120694672: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120696245
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120696245%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120696245: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120685926
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120685926%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120685926: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120696092
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120696092%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120696092: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120299965
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120299965%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120299965: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120201662
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120201662%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120201662: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120714333
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120714333%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120714333: 1
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120471162
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120471162%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120471162: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120627439
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120627439%27 HTTP/1.1" 200 None
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Scrape type for 120627439: 0
2026-03-24 10:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120206294
2026-03-24 10:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120206294%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120206294: 1
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120132720
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120132720%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120132720: 0
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120691055
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120691055%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120691055: 0
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120050893
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120050893%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120050893: 1
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 119783370
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119783370%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 119783370: 1
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120714496
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120714496%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120714496: 1
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120283908
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120283908%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120283908: 1
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120467659
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120467659%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120467659: 1
2026-03-24 10:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120262388?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120309460
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120309460%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120309460: 1
2026-03-24 10:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120331636
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120331636%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120331636: 1
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120225098
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120225098%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120225098: 1
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120715102
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120715102%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120715102: 1
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 119244033
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119244033%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 119244033: 0
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120715223
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120715223%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120715223: 1
2026-03-24 10:02:05 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120262388, 'registration': 'PN64FOU', 'account': 'GAT003', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Airdream VTR+ 5dr', 'mileage': 109790, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PN64FOU/2026-03-11/image/e5645deb-8c78-4278-a1ec-29e303f5c8be_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/9372095b-947b-43ee-902f-5c0ef45541ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/d45183d7-52bd-480d-889e-7bb3a59615c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/a88987f9-fc11-4889-80da-811014421731_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/807a54a4-23ae-4d96-9386-09f80edf7bcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/cf8a714f-189c-4821-93b7-6f03dab9aeb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/7de60cc9-e02a-430d-b23f-1bcfa582dbf3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/15-10k 11/16-18k 11/17-28k 11/18-38k 11/19-50k 12/20-55k 12/21-60k , 12/22-69k ,12/23-78k', 'remarks': 'vosa @ 26k 36k 48k 54k 58k 67k 76k 89k 104k', 'virtual': False, 'seller': 'Gateway Peugeot', '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/fc60510a-c000-45ca-b406-2604b2ffacc8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120262388, 'registration': 'PN64FOU', 'account': 'GAT003', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Airdream VTR+ 5dr', 'mileage': 109790, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PN64FOU/2026-03-11/image/e5645deb-8c78-4278-a1ec-29e303f5c8be_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/9372095b-947b-43ee-902f-5c0ef45541ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/d45183d7-52bd-480d-889e-7bb3a59615c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/a88987f9-fc11-4889-80da-811014421731_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/807a54a4-23ae-4d96-9386-09f80edf7bcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/cf8a714f-189c-4821-93b7-6f03dab9aeb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN64FOU/2026-03-11/image/7de60cc9-e02a-430d-b23f-1bcfa582dbf3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/15-10k 11/16-18k 11/17-28k 11/18-38k 11/19-50k 12/20-55k 12/21-60k , 12/22-69k ,12/23-78k', 'remarks': 'vosa @ 26k 36k 48k 54k 58k 67k 76k 89k 104k', 'virtual': False, 'seller': 'Gateway Peugeot', '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/fc60510a-c000-45ca-b406-2604b2ffacc8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb2353b7-5a29-51ff-95ab-6a228e76d0ac with identifier: 120262388
2026-03-24 10:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb2353b7-5a29-51ff-95ab-6a228e76d0ac with scrape type 2
2026-03-24 10:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb2353b7-5a29-51ff-95ab-6a228e76d0ac with scrape type 2
2026-03-24 10:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cb2353b7-5a29-51ff-95ab-6a228e76d0ac, identifier: 120262388
2026-03-24 10:02:05 [scrapy.extensions.logstats] INFO: Crawled 95 pages (at 56 pages/min), scraped 80 items (at 55 items/min)
2026-03-24 10:02:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 182MiB
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120627860
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120627860%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120627860: 0
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Found listing with ID: 120022329
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120022329%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Scrape type for 120022329: 1
2026-03-24 10:02:05 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cb2353b7-5a29-51ff-95ab-6a228e76d0ac with identifier: 120262388
2026-03-24 10:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cb2353b7-5a29-51ff-95ab-6a228e76d0ac with identifier: 120262388
2026-03-24 10:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cb2353b7-5a29-51ff-95ab-6a228e76d0ac with identifier: 120262388 to the API
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120262388?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cb2353b7-5a29-51ff-95ab-6a228e76d0ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PN64FOU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120262388',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'CITROEN',
'model': 'C4 PICASSO DIESEL ESTATE',
'odometer': 109790,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-30',
'seller_name': 'Gateway Peugeot',
'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': 2014}
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120262388%27 HTTP/1.1" 200 None
2026-03-24 10:02:05 [astonbarclay.gb] INFO: Saving data for 120262388: {'auction_closing_time': 1774519200.0, 'created_time': 1773402175.914748, 'last_price_update_time': 1774346525.992227}
2026-03-24 10:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120262388') HTTP/1.1" 204 0
2026-03-24 10:02:06 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119937938?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119453456?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118608407?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120627305?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 118872805
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118872805%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 118872805: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120469224
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120469224%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120469224: 1
2026-03-24 10:02:06 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119833119?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120639870?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:06 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120581723
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120581723%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120581723: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120162821
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120162821%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120162821: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120539218
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120539218%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120539218: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 119362345
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119362345%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 119362345: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 118345369
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118345369%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 118345369: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120694718
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694718%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120694718: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120574575
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120574575%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120574575: 1
2026-03-24 10:02:06 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:06 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120413800
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120413800%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120413800: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120261899
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120261899%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120261899: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120338114
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120338114%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120338114: 1
2026-03-24 10:02:06 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:06 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120687560
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687560%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120687560: 0
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Found listing with ID: 120292385
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120292385%27 HTTP/1.1" 200 None
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Scrape type for 120292385: 1
2026-03-24 10:02:06 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119937938, 'registration': 'EK73FHU', 'account': 'ZEN009', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Excel 5dr CVT [Panoramic Roof]', 'mileage': 22838, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK73FHU/2026-03-04/image/2bb1cc64-ed2d-4f25-96fe-811afa00d2a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/da926b2f-3267-41e8-8f3b-10083f973e1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/f1800d85-b67b-4554-859c-7d4c186cae60_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/269bd52f-f1d1-4cc4-aa81-eab892f336a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/332e7708-b26c-4655-9ff0-a28a322337ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/080b0fac-edf5-41b1-a6ff-cdde12fe6db9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/7a4bc915-02a3-448d-ad84-b02c166649f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/7bfd59af-c6ea-4bf1-b383-32aec75d4af5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/e3c7ee2d-5f2b-4977-aa70-63efe4b5b870_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5e5cf944-64c4-4f23-93de-2d6c7a391cf8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119937938, 'registration': 'EK73FHU', 'account': 'ZEN009', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid Excel 5dr CVT [Panoramic Roof]', 'mileage': 22838, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-09-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK73FHU/2026-03-04/image/2bb1cc64-ed2d-4f25-96fe-811afa00d2a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/da926b2f-3267-41e8-8f3b-10083f973e1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/f1800d85-b67b-4554-859c-7d4c186cae60_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/269bd52f-f1d1-4cc4-aa81-eab892f336a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/332e7708-b26c-4655-9ff0-a28a322337ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/080b0fac-edf5-41b1-a6ff-cdde12fe6db9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/7a4bc915-02a3-448d-ad84-b02c166649f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/7bfd59af-c6ea-4bf1-b383-32aec75d4af5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK73FHU/2026-03-04/image/e3c7ee2d-5f2b-4977-aa70-63efe4b5b870_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 98, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5e5cf944-64c4-4f23-93de-2d6c7a391cf8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d809677-43a3-5f26-b35c-6d72547626f8 with identifier: 119937938
2026-03-24 10:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d809677-43a3-5f26-b35c-6d72547626f8 with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d809677-43a3-5f26-b35c-6d72547626f8 with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d809677-43a3-5f26-b35c-6d72547626f8, identifier: 119937938
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119453456, 'registration': 'RF72KYJ', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 65525, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-08-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/0c646b82-ef0f-4f1a-9f73-418d190fa93c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/b5db7478-5cb3-4fb7-9342-5f6d8252a9b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/207b46f0-2880-4b44-a39b-7f98a345b0da_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/7fe722e7-6f83-4281-a95c-44c4c6427c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/41d2c736-0a29-409d-bddd-76957bdaeb28_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/4b0b9107-4635-4d6f-ace9-0bf57924136c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/5588a530-be34-40a9-b116-107317f9fbc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/08c8fa67-0881-427d-9fba-599f14666c61_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/24 21K 08/25 49K', 'remarks': 'Ex-Private Hire SPARE KEY', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d87e1af6-85fd-474f-ac06-cf5d9f594694.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119453456, 'registration': 'RF72KYJ', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 65525, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-08-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/0c646b82-ef0f-4f1a-9f73-418d190fa93c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/b5db7478-5cb3-4fb7-9342-5f6d8252a9b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/207b46f0-2880-4b44-a39b-7f98a345b0da_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/7fe722e7-6f83-4281-a95c-44c4c6427c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/41d2c736-0a29-409d-bddd-76957bdaeb28_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/4b0b9107-4635-4d6f-ace9-0bf57924136c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/5588a530-be34-40a9-b116-107317f9fbc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KYJ/2026-02-16/image/08c8fa67-0881-427d-9fba-599f14666c61_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/24 21K 08/25 49K', 'remarks': 'Ex-Private Hire SPARE KEY', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d87e1af6-85fd-474f-ac06-cf5d9f594694.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6255030-2445-5e8d-92a5-85fb31e6c981 with identifier: 119453456
2026-03-24 10:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6255030-2445-5e8d-92a5-85fb31e6c981 with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6255030-2445-5e8d-92a5-85fb31e6c981 with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d6255030-2445-5e8d-92a5-85fb31e6c981, identifier: 119453456
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118608407, 'registration': 'WM72FUB', 'account': 'KIN032', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 77035, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM72FUB/2026-01-16/image/61647afe-28e3-4ba4-9076-08d061380e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/f6c4a387-499a-4e3c-bc10-0063d409df5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/70188c08-be1d-4eb8-a8e0-bb54ebf6b042_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/330e0bdf-f020-4bef-b1ee-6f2eb54454b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/a3b8aa7e-3499-4776-955c-0f69c8f48221_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/7e9f84e3-7746-4c8e-b324-f5cecf66c1d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/c01f2f81-8c21-4a8f-8d72-75a7bacd6033_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/d4c3556e-04c9-42ce-9ab4-99816e594c6e_removebg.jpg?w=600'], 'colour': 'Pearl white', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25-55k,', 'remarks': 'SPARE KEY / Premium engineered material - Black seat', '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/f2fd105b-aec8-486f-b6ab-3011105edfa5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118608407, 'registration': 'WM72FUB', 'account': 'KIN032', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 77035, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM72FUB/2026-01-16/image/61647afe-28e3-4ba4-9076-08d061380e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/f6c4a387-499a-4e3c-bc10-0063d409df5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/70188c08-be1d-4eb8-a8e0-bb54ebf6b042_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/330e0bdf-f020-4bef-b1ee-6f2eb54454b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/a3b8aa7e-3499-4776-955c-0f69c8f48221_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/7e9f84e3-7746-4c8e-b324-f5cecf66c1d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/c01f2f81-8c21-4a8f-8d72-75a7bacd6033_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72FUB/2026-01-16/image/d4c3556e-04c9-42ce-9ab4-99816e594c6e_removebg.jpg?w=600'], 'colour': 'Pearl white', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25-55k,', 'remarks': 'SPARE KEY / Premium engineered material - Black seat', '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/f2fd105b-aec8-486f-b6ab-3011105edfa5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbf40770-8da0-5178-b660-8c33c9f9570f with identifier: 118608407
2026-03-24 10:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbf40770-8da0-5178-b660-8c33c9f9570f with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbf40770-8da0-5178-b660-8c33c9f9570f with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dbf40770-8da0-5178-b660-8c33c9f9570f, identifier: 118608407
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120627305, 'registration': 'WF14JZX', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL ESTATE', 'derivative': 'C220 CDI AMG Sport Edition 5dr Auto [Premium Plus]', 'mileage': 128825, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WF14JZX/2026-03-20/image/e174edf0-7673-4c83-bc13-56d6efb97852_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/f3dbd6e6-e50d-4f70-bf69-742f59a7efe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/59f866f1-5647-4139-b288-7c806d47a901_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/6f604805-d89a-49dd-a5b8-4cd13a12bb9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/1bd5e0e6-8ad6-4707-a634-9815d34e6336_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/271bd0d5-8da1-4fdb-9953-2ace34d321cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/1fff35a8-43b7-430b-8783-1f159b148a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/88890a60-f4e3-4628-9dbe-c4c53472c7b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/03030a90-5562-40a4-877a-5c7f91923290_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/7876d292-c26f-477f-aa90-0ff52e01f5f5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/16- 20K, 02/17- 35K, 01/18- 43K, 01/19- 55K, 01/20- 69K, 05/21- 78K, 06/22- 90K, 07/23- 100K, 07/24- 110K, 07/25- 121K', 'remarks': 'VOSA STATES 95K, 105K, 114K, 126K, 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': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a1eff9d-6949-4836-bbaa-caefb6a11c05.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120627305, 'registration': 'WF14JZX', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL ESTATE', 'derivative': 'C220 CDI AMG Sport Edition 5dr Auto [Premium Plus]', 'mileage': 128825, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 2143, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WF14JZX/2026-03-20/image/e174edf0-7673-4c83-bc13-56d6efb97852_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/f3dbd6e6-e50d-4f70-bf69-742f59a7efe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/59f866f1-5647-4139-b288-7c806d47a901_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/6f604805-d89a-49dd-a5b8-4cd13a12bb9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/1bd5e0e6-8ad6-4707-a634-9815d34e6336_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/271bd0d5-8da1-4fdb-9953-2ace34d321cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/1fff35a8-43b7-430b-8783-1f159b148a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/88890a60-f4e3-4628-9dbe-c4c53472c7b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/03030a90-5562-40a4-877a-5c7f91923290_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF14JZX/2026-03-20/image/7876d292-c26f-477f-aa90-0ff52e01f5f5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/16- 20K, 02/17- 35K, 01/18- 43K, 01/19- 55K, 01/20- 69K, 05/21- 78K, 06/22- 90K, 07/23- 100K, 07/24- 110K, 07/25- 121K', 'remarks': 'VOSA STATES 95K, 105K, 114K, 126K, 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': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a1eff9d-6949-4836-bbaa-caefb6a11c05.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd6425e1-c92d-5f4c-8a09-be295d336eb6 with identifier: 120627305
2026-03-24 10:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd6425e1-c92d-5f4c-8a09-be295d336eb6 with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd6425e1-c92d-5f4c-8a09-be295d336eb6 with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cd6425e1-c92d-5f4c-8a09-be295d336eb6, identifier: 120627305
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119833119, 'registration': 'VO19ERU', 'account': 'ART006', 'make': 'VAUXHALL', 'model': 'INSIGNIA GRAND SPORT', 'derivative': '1.5T SRi Vx-line Nav 5dr', 'mileage': 88212, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO19ERU/2026-02-24/image/0a31b710-285e-42f9-a640-a87c8b7d5d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/97c40f6a-18da-498d-9b4a-5cd7de1efbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/c6c1126d-3e41-40a0-8f47-07a2ac60d44b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/38a1e47c-a760-4e4f-9dd8-f9ba292a60e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/357c8f61-a958-4ea9-a140-753e09c631f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/aa57a981-4e5c-4b5e-957b-5c21ba573561_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/a88349a2-d220-40f9-968e-821dea669b68_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/671b38c5-f409-423f-97b1-1d048fd68851_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 08/22-45K 04/23-53K 03/24-64K 03/25-76K', 'remarks': 'vosa @ 41k 52k 64k 76k SPAR 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': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bf887c76-d294-4408-b394-a4e6de43ee26.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119833119, 'registration': 'VO19ERU', 'account': 'ART006', 'make': 'VAUXHALL', 'model': 'INSIGNIA GRAND SPORT', 'derivative': '1.5T SRi Vx-line Nav 5dr', 'mileage': 88212, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO19ERU/2026-02-24/image/0a31b710-285e-42f9-a640-a87c8b7d5d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/97c40f6a-18da-498d-9b4a-5cd7de1efbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/c6c1126d-3e41-40a0-8f47-07a2ac60d44b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/38a1e47c-a760-4e4f-9dd8-f9ba292a60e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/357c8f61-a958-4ea9-a140-753e09c631f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/aa57a981-4e5c-4b5e-957b-5c21ba573561_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/a88349a2-d220-40f9-968e-821dea669b68_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO19ERU/2026-02-24/image/671b38c5-f409-423f-97b1-1d048fd68851_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 08/22-45K 04/23-53K 03/24-64K 03/25-76K', 'remarks': 'vosa @ 41k 52k 64k 76k SPAR 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': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bf887c76-d294-4408-b394-a4e6de43ee26.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87e28609-dba3-524b-8219-62193efcc8a8 with identifier: 119833119
2026-03-24 10:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87e28609-dba3-524b-8219-62193efcc8a8 with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87e28609-dba3-524b-8219-62193efcc8a8 with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 87e28609-dba3-524b-8219-62193efcc8a8, identifier: 119833119
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120639870, 'registration': 'CX67XPK', 'account': 'ART002', 'make': 'VAUXHALL', 'model': 'MERIVA ESTATE', 'derivative': '1.4i 16V Life 5dr', 'mileage': 79766, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 17k, 23k, 41k, 56k, 68k, 79k,', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120639870, 'registration': 'CX67XPK', 'account': 'ART002', 'make': 'VAUXHALL', 'model': 'MERIVA ESTATE', 'derivative': '1.4i 16V Life 5dr', 'mileage': 79766, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-26', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 17k, 23k, 41k, 56k, 68k, 79k,', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a101371e-dfed-523f-930b-efaf52d3c289 with identifier: 120639870
2026-03-24 10:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a101371e-dfed-523f-930b-efaf52d3c289 with scrape type 2
2026-03-24 10:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a101371e-dfed-523f-930b-efaf52d3c289 with scrape type 2
2026-03-24 10:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a101371e-dfed-523f-930b-efaf52d3c289, identifier: 120639870
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Found listing with ID: 118276839
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118276839%27 HTTP/1.1" 200 None
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Scrape type for 118276839: 0
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120694526
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694526%27 HTTP/1.1" 200 None
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Scrape type for 120694526: 0
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120061633
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120061633%27 HTTP/1.1" 200 None
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Scrape type for 120061633: 0
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120614132
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120614132%27 HTTP/1.1" 200 None
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Scrape type for 120614132: 0
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120594710
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120594710%27 HTTP/1.1" 200 None
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Scrape type for 120594710: 0
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120542115
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542115%27 HTTP/1.1" 200 None
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Scrape type for 120542115: 1
2026-03-24 10:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d809677-43a3-5f26-b35c-6d72547626f8 with identifier: 119937938
2026-03-24 10:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d809677-43a3-5f26-b35c-6d72547626f8 with identifier: 119937938
2026-03-24 10:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d809677-43a3-5f26-b35c-6d72547626f8 with identifier: 119937938 to the API
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119937938?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 98,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '3d809677-43a3-5f26-b35c-6d72547626f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EK73FHU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119937938',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 22838,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-26',
'seller_name': 'Zenith',
'title': 'TOYOTA YARIS HATCHBACK 1.5 Hybrid Excel 5dr CVT [Panoramic Roof]',
'transmission': 'automatic',
'trim': '1.5 Hybrid Excel 5dr CVT [Panoramic Roof]',
'vin': None,
'year': 2023}
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119937938%27 HTTP/1.1" 200 None
2026-03-24 10:02:07 [astonbarclay.gb] INFO: Saving data for 119937938: {'auction_closing_time': 1774519200.0, 'created_time': 1773214952.441086, 'last_price_update_time': 1774346527.752127}
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119937938') HTTP/1.1" 204 0
2026-03-24 10:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d6255030-2445-5e8d-92a5-85fb31e6c981 with identifier: 119453456
2026-03-24 10:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d6255030-2445-5e8d-92a5-85fb31e6c981 with identifier: 119453456
2026-03-24 10:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d6255030-2445-5e8d-92a5-85fb31e6c981 with identifier: 119453456 to the API
2026-03-24 10:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119453456?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'd6255030-2445-5e8d-92a5-85fb31e6c981',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF72KYJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119453456',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 65525,
'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-24 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119453456%27 HTTP/1.1" 200 None
2026-03-24 10:02:08 [astonbarclay.gb] INFO: Saving data for 119453456: {'auction_closing_time': 1774519200.0, 'created_time': 1773403303.990671, 'last_price_update_time': 1774346528.268196}
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119453456') HTTP/1.1" 204 0
2026-03-24 10:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dbf40770-8da0-5178-b660-8c33c9f9570f with identifier: 118608407
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Pearl+white HTTP/1.1" 200 None
2026-03-24 10:02:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dbf40770-8da0-5178-b660-8c33c9f9570f with identifier: 118608407
2026-03-24 10:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dbf40770-8da0-5178-b660-8c33c9f9570f with identifier: 118608407 to the API
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118608407?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Pearl white',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'dbf40770-8da0-5178-b660-8c33c9f9570f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WM72FUB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118608407',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 77035,
'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': 'Kinto',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118608407%27 HTTP/1.1" 200 None
2026-03-24 10:02:08 [astonbarclay.gb] INFO: Saving data for 118608407: {'auction_closing_time': 1774519200.0, 'created_time': 1773402117.77044, 'last_price_update_time': 1774346528.757717}
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118608407') HTTP/1.1" 204 0
2026-03-24 10:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cd6425e1-c92d-5f4c-8a09-be295d336eb6 with identifier: 120627305
2026-03-24 10:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cd6425e1-c92d-5f4c-8a09-be295d336eb6 with identifier: 120627305
2026-03-24 10:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cd6425e1-c92d-5f4c-8a09-be295d336eb6 with identifier: 120627305 to the API
2026-03-24 10:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120627305?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cd6425e1-c92d-5f4c-8a09-be295d336eb6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WF14JZX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120627305',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL ESTATE',
'odometer': 128825,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-31',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ C CLASS DIESEL ESTATE C220 CDI AMG Sport Edition 5dr '
'Auto [Premium Plus]',
'transmission': 'automatic',
'trim': 'C220 CDI AMG Sport Edition 5dr Auto [Premium Plus]',
'vin': None,
'year': 2014}
2026-03-24 10:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120627305%27 HTTP/1.1" 200 None
2026-03-24 10:02:09 [astonbarclay.gb] INFO: Saving data for 120627305: {'auction_closing_time': 1774432800.0, 'created_time': 1774000863.592137, 'last_price_update_time': 1774346529.956447}
2026-03-24 10:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120627305') HTTP/1.1" 204 0
2026-03-24 10:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 87e28609-dba3-524b-8219-62193efcc8a8 with identifier: 119833119
2026-03-24 10:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 87e28609-dba3-524b-8219-62193efcc8a8 with identifier: 119833119
2026-03-24 10:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 87e28609-dba3-524b-8219-62193efcc8a8 with identifier: 119833119 to the API
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119833119?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '87e28609-dba3-524b-8219-62193efcc8a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VO19ERU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119833119',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'INSIGNIA GRAND SPORT',
'odometer': 88212,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-31',
'seller_name': 'Arthurs Motor Group',
'title': 'VAUXHALL INSIGNIA GRAND SPORT 1.5T SRi Vx-line Nav 5dr',
'transmission': 'manual',
'trim': '1.5T SRi Vx-line Nav 5dr',
'vin': None,
'year': 2019}
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119833119%27 HTTP/1.1" 200 None
2026-03-24 10:02:10 [astonbarclay.gb] INFO: Saving data for 119833119: {'auction_closing_time': 1774519200.0, 'created_time': 1773402931.748697, 'last_price_update_time': 1774346530.587478}
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119833119') HTTP/1.1" 204 0
2026-03-24 10:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a101371e-dfed-523f-930b-efaf52d3c289 with identifier: 120639870
2026-03-24 10:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a101371e-dfed-523f-930b-efaf52d3c289 with identifier: 120639870
2026-03-24 10:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a101371e-dfed-523f-930b-efaf52d3c289 with identifier: 120639870 to the API
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120639870?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a101371e-dfed-523f-930b-efaf52d3c289',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CX67XPK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120639870',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'MERIVA ESTATE',
'odometer': 79766,
'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': 'Arthurs Motor Group',
'title': 'VAUXHALL MERIVA ESTATE 1.4i 16V Life 5dr',
'transmission': 'manual',
'trim': '1.4i 16V Life 5dr',
'vin': None,
'year': 2017}
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639870%27 HTTP/1.1" 200 None
2026-03-24 10:02:10 [astonbarclay.gb] INFO: Saving data for 120639870: {'auction_closing_time': 1774519200.0, 'created_time': 1774011727.580827, 'last_price_update_time': 1774346530.968173}
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120639870') HTTP/1.1" 204 0
2026-03-24 10:02:10 [astonbarclay.gb] INFO: Found listing with ID: 119877912
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119877912%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 119877912: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119687761
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119687761%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 119687761: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119388788
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119388788%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 119388788: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120690393
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120690393%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120690393: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120206283
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120206283%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120206283: 1
2026-03-24 10:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120091035?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119286395
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119286395%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 119286395: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120017370
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120017370%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120017370: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119669852
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119669852%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 119669852: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120412056
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120412056%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120412056: 1
2026-03-24 10: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-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120630361
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120630361%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120630361: 2
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120507267
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120507267%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120507267: 1
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120091035, 'registration': 'DG65LVP', 'account': 'CHE004', 'make': 'NISSAN', 'model': 'PULSAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 123447, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-09-28', 'fuel': 'Diesel', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG65LVP/2026-03-04/image/e00faa64-1aeb-4e6a-bc43-05794176c992_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/7e2dd812-bc83-458a-b5b8-091f16765f00_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/a7458dcc-cb1a-4433-ad68-541951b5409c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/948536b2-2339-4bf3-8d64-5d2ca278ba6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/fdaba362-727e-45c4-823d-31f9be35a107_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/1312f7dd-a96c-4d60-8237-fae97f9302e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/a1450bab-129c-4bde-85ad-2e97681c3ce4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/18-5K 01/19-28K 07/19-40K 02/20-59K 08/20-67K 03/21-80K', 'remarks': 'vosa @ 6k 32k 57k 80k 92k 99k 106k 114k 120k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0620634b-3cdc-428e-a154-1775567b0a34.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120091035, 'registration': 'DG65LVP', 'account': 'CHE004', 'make': 'NISSAN', 'model': 'PULSAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 123447, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-09-28', 'fuel': 'Diesel', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG65LVP/2026-03-04/image/e00faa64-1aeb-4e6a-bc43-05794176c992_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/7e2dd812-bc83-458a-b5b8-091f16765f00_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/a7458dcc-cb1a-4433-ad68-541951b5409c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/948536b2-2339-4bf3-8d64-5d2ca278ba6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/fdaba362-727e-45c4-823d-31f9be35a107_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/1312f7dd-a96c-4d60-8237-fae97f9302e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65LVP/2026-03-04/image/a1450bab-129c-4bde-85ad-2e97681c3ce4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/18-5K 01/19-28K 07/19-40K 02/20-59K 08/20-67K 03/21-80K', 'remarks': 'vosa @ 6k 32k 57k 80k 92k 99k 106k 114k 120k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0620634b-3cdc-428e-a154-1775567b0a34.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51548ef9-df87-560f-9070-44452955164c with identifier: 120091035
2026-03-24 10:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51548ef9-df87-560f-9070-44452955164c with scrape type 2
2026-03-24 10:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51548ef9-df87-560f-9070-44452955164c with scrape type 2
2026-03-24 10:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 51548ef9-df87-560f-9070-44452955164c, identifier: 120091035
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120108624
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120108624%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120108624: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119393289
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119393289%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 119393289: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120201122
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120201122%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120201122: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120238552
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120238552%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120238552: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119629584
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119629584%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 119629584: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119516479
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119516479%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 119516479: 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120507514
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120507514%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Scrape type for 120507514: 1
2026-03-24 10:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 51548ef9-df87-560f-9070-44452955164c with identifier: 120091035
2026-03-24 10:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 51548ef9-df87-560f-9070-44452955164c with identifier: 120091035
2026-03-24 10:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 51548ef9-df87-560f-9070-44452955164c with identifier: 120091035 to the API
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120091035?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 94,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '51548ef9-df87-560f-9070-44452955164c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG65LVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120091035',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'NISSAN',
'model': 'PULSAR DIESEL HATCHBACK',
'odometer': 123447,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-28',
'seller_name': 'Local Dealer Group',
'title': 'NISSAN PULSAR DIESEL HATCHBACK 1.5 dCi Tekna 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Tekna 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120091035%27 HTTP/1.1" 200 None
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Saving data for 120091035: {'auction_closing_time': 1774519200.0, 'created_time': 1773402925.078433, 'last_price_update_time': 1774346531.802789}
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120091035') HTTP/1.1" 204 0
2026-03-24 10:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119650779
2026-03-24 10:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119650779%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 119650779: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120714411
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714411%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120714411: 1
2026-03-24 10:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120639812?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120264322?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719449?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120090828?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120563695
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120563695%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120563695: 1
2026-03-24 10:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120693833
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693833%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120693833: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 118039211
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118039211%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 118039211: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120695982
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695982%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120695982: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120680815
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680815%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120680815: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 117599766
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117599766%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 117599766: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120365696
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120365696%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120365696: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120223015
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120223015%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120223015: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120477595
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120477595%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120477595: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 118942407
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118942407%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 118942407: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 119505160
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119505160%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 119505160: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 119317331
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119317331%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 119317331: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 118950235
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118950235%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 118950235: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 118721473
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118721473%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 118721473: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120406397
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406397%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120406397: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 119619964
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119619964%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 119619964: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120593684
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120593684%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120593684: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 117209530
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117209530%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 117209530: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120533775
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120533775%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120533775: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 118489215
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118489215%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 118489215: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 119075795
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119075795%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 119075795: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 118344012
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118344012%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 118344012: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 116883375
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116883375%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 116883375: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 119908197
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119908197%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 119908197: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 119607413
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119607413%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 119607413: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 119721273
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119721273%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 119721273: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 118514672
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118514672%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 118514672: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120517415
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120517415%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 120517415: 0
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 116645412
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116645412%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 116645412: 2
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Found listing with ID: 118991105
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118991105%27 HTTP/1.1" 200 None
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Scrape type for 118991105: 2
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120639812, 'registration': 'GX65WUL', 'account': 'ART002', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 82822, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-09-23', 'fuel': 'Petrol', 'motExpiry': '2026-10-13', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 27k, 41k, 48k, 54k, 61k, 67k, 75k, 82k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120639812, 'registration': 'GX65WUL', 'account': 'ART002', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 82822, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-09-23', 'fuel': 'Petrol', 'motExpiry': '2026-10-13', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 27k, 41k, 48k, 54k, 61k, 67k, 75k, 82k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a0543bf-68ac-5d94-b3ae-92ab0371451e with identifier: 120639812
2026-03-24 10:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a0543bf-68ac-5d94-b3ae-92ab0371451e with scrape type 2
2026-03-24 10:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a0543bf-68ac-5d94-b3ae-92ab0371451e with scrape type 2
2026-03-24 10:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a0543bf-68ac-5d94-b3ae-92ab0371451e, identifier: 120639812
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120264322, 'registration': 'BF69GNN', 'account': 'KEN008', 'make': 'CITROEN', 'model': 'GRAND C4 SPACETOURER ESTATE', 'derivative': '1.2 PureTech 130 Flair 5dr', 'mileage': 60431, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BF69GNN/2026-03-11/image/fbd89894-1ac9-4812-b01d-74013d274653_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/afe79fa2-8655-41da-bc3c-1650252263aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/5bc8a9ca-8a21-4771-8314-b8a506f273fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/46ecc747-2e96-4d00-8eeb-cc802362bcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/4b1d0d84-dd33-4ac5-adaa-118bb9c30449_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/a49addd6-2bc4-48b3-958e-b72b63372f4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/aeeffe9c-a087-4432-b67c-294e516f1ca9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/4eead592-4a80-4777-bb00-566408ecdf97_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/97751287-93de-4c60-8c7c-196326985808_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/01f95b9f-59dc-4b8e-8e98-68a3a3e162b5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/20-5K 10/21-9K 10/22-16K, 10/23-31K , 09/24-43K', 'remarks': 'vosa @ 16k 30k 43k 53k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Ken Jervis Kia', '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/2e18f66d-673e-4b99-bc32-56a006739c23.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120264322, 'registration': 'BF69GNN', 'account': 'KEN008', 'make': 'CITROEN', 'model': 'GRAND C4 SPACETOURER ESTATE', 'derivative': '1.2 PureTech 130 Flair 5dr', 'mileage': 60431, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BF69GNN/2026-03-11/image/fbd89894-1ac9-4812-b01d-74013d274653_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/afe79fa2-8655-41da-bc3c-1650252263aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/5bc8a9ca-8a21-4771-8314-b8a506f273fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/46ecc747-2e96-4d00-8eeb-cc802362bcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/4b1d0d84-dd33-4ac5-adaa-118bb9c30449_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/a49addd6-2bc4-48b3-958e-b72b63372f4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/aeeffe9c-a087-4432-b67c-294e516f1ca9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/4eead592-4a80-4777-bb00-566408ecdf97_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/97751287-93de-4c60-8c7c-196326985808_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF69GNN/2026-03-11/image/01f95b9f-59dc-4b8e-8e98-68a3a3e162b5_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/20-5K 10/21-9K 10/22-16K, 10/23-31K , 09/24-43K', 'remarks': 'vosa @ 16k 30k 43k 53k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Ken Jervis Kia', '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/2e18f66d-673e-4b99-bc32-56a006739c23.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46c439a5-4dd5-5a8d-9216-fd825ad225e9 with identifier: 120264322
2026-03-24 10:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46c439a5-4dd5-5a8d-9216-fd825ad225e9 with scrape type 2
2026-03-24 10:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46c439a5-4dd5-5a8d-9216-fd825ad225e9 with scrape type 2
2026-03-24 10:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 46c439a5-4dd5-5a8d-9216-fd825ad225e9, identifier: 120264322
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719449, 'registration': 'FD66AGO', 'account': 'KEN008', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 VVT-i X-Pure 5dr', 'mileage': 85000, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-11-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 20k 25k 32k 43k 56k 68k 80k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719449, 'registration': 'FD66AGO', 'account': 'KEN008', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 VVT-i X-Pure 5dr', 'mileage': 85000, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-11-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-06', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 20k 25k 32k 43k 56k 68k 80k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3523d236-0ff0-53d3-88e5-f8186f49e930 with identifier: 120719449
2026-03-24 10:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3523d236-0ff0-53d3-88e5-f8186f49e930 with scrape type 1
2026-03-24 10:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3523d236-0ff0-53d3-88e5-f8186f49e930
2026-03-24 10:02:12 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3523d236-0ff0-53d3-88e5-f8186f49e930
2026-03-24 10:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3523d236-0ff0-53d3-88e5-f8186f49e930, identifier: 120719449
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120090828, 'registration': 'DT16WZS', 'account': 'CHE004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.0T 12V ecoFLEX SRi Nav 5dr', 'mileage': 107582, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-09-04', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DT16WZS/2026-03-03/image/de2a5163-f3a5-4c85-a7c4-00ef6936bd40_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/c893ccd6-023a-459e-a715-405caa734966_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/8044c672-891f-4a8a-a0e8-70abd0300118_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/e40aa831-1d91-420c-991f-61bd2993035d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/cb86481a-b5b3-4a9a-b933-2f62de8adbd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/1726f934-d9e3-44ee-b293-c909db0695e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/55cf2622-12be-4926-95b9-6ddb62916c10_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/887dbd64-f3c3-407b-9b33-efbf2b482747_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/909f4f87-8737-4390-aa58-3ac48f106490_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/c70209fd-ef17-409e-83aa-060bf1b5edc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/1dedaf0e-bf1b-4da0-84c1-e2b08ff56f23_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/ff235ee7-dff1-4123-b2d9-af19aec273c9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/1-14K 09/18-32K 06/19-44K 10/21-66K 08/22-?', 'remarks': 'vosa @ 44k 57k 66k 74k 82k 91k 102k', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b76d3e32-ff27-4903-b9b3-d5fcc5d82ae3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120090828, 'registration': 'DT16WZS', 'account': 'CHE004', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.0T 12V ecoFLEX SRi Nav 5dr', 'mileage': 107582, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2016-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-09-04', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DT16WZS/2026-03-03/image/de2a5163-f3a5-4c85-a7c4-00ef6936bd40_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/c893ccd6-023a-459e-a715-405caa734966_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/8044c672-891f-4a8a-a0e8-70abd0300118_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/e40aa831-1d91-420c-991f-61bd2993035d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/cb86481a-b5b3-4a9a-b933-2f62de8adbd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/1726f934-d9e3-44ee-b293-c909db0695e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/55cf2622-12be-4926-95b9-6ddb62916c10_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/887dbd64-f3c3-407b-9b33-efbf2b482747_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/909f4f87-8737-4390-aa58-3ac48f106490_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/c70209fd-ef17-409e-83aa-060bf1b5edc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/1dedaf0e-bf1b-4da0-84c1-e2b08ff56f23_removebg.jpg?w=600', 'https://abimg003.imgix.net/DT16WZS/2026-03-03/image/ff235ee7-dff1-4123-b2d9-af19aec273c9_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/1-14K 09/18-32K 06/19-44K 10/21-66K 08/22-?', 'remarks': 'vosa @ 44k 57k 66k 74k 82k 91k 102k', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b76d3e32-ff27-4903-b9b3-d5fcc5d82ae3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b85ad872-570d-5687-a263-82981b5437a3 with identifier: 120090828
2026-03-24 10:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b85ad872-570d-5687-a263-82981b5437a3 with scrape type 2
2026-03-24 10:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b85ad872-570d-5687-a263-82981b5437a3 with scrape type 2
2026-03-24 10:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b85ad872-570d-5687-a263-82981b5437a3, identifier: 120090828
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 118594241
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118594241%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 118594241: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120129124
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120129124%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 120129124: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120264057
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120264057%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 120264057: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120114758
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120114758%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 120114758: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120098736
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120098736%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 120098736: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120300713
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120300713%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 120300713: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 119930099
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119930099%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 119930099: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120297730
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120297730%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 120297730: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120043895
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120043895%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 120043895: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 117402269
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27117402269%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 117402269: 0
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120364358
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120364358%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Scrape type for 120364358: 2
2026-03-24 10:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a0543bf-68ac-5d94-b3ae-92ab0371451e with identifier: 120639812
2026-03-24 10:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a0543bf-68ac-5d94-b3ae-92ab0371451e with identifier: 120639812
2026-03-24 10:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8a0543bf-68ac-5d94-b3ae-92ab0371451e with identifier: 120639812 to the API
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120639812?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8a0543bf-68ac-5d94-b3ae-92ab0371451e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GX65WUL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120639812',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'FOCUS ESTATE',
'odometer': 82822,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-23',
'seller_name': 'Arthurs Motor Group',
'title': 'FORD FOCUS ESTATE 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120639812%27 HTTP/1.1" 200 None
2026-03-24 10:02:13 [astonbarclay.gb] INFO: Saving data for 120639812: {'auction_closing_time': 1774519200.0, 'created_time': 1774011698.064967, 'last_price_update_time': 1774346533.906211}
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120639812') HTTP/1.1" 204 0
2026-03-24 10:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 46c439a5-4dd5-5a8d-9216-fd825ad225e9 with identifier: 120264322
2026-03-24 10:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 46c439a5-4dd5-5a8d-9216-fd825ad225e9 with identifier: 120264322
2026-03-24 10:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 46c439a5-4dd5-5a8d-9216-fd825ad225e9 with identifier: 120264322 to the API
2026-03-24 10:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120264322?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-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '46c439a5-4dd5-5a8d-9216-fd825ad225e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF69GNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120264322',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'CITROEN',
'model': 'GRAND C4 SPACETOURER ESTATE',
'odometer': 60431,
'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': 'Ken Jervis Kia',
'title': 'CITROEN GRAND C4 SPACETOURER ESTATE 1.2 PureTech 130 Flair 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 Flair 5dr',
'vin': None,
'year': 2019}
2026-03-24 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120264322%27 HTTP/1.1" 200 None
2026-03-24 10:02:14 [astonbarclay.gb] INFO: Saving data for 120264322: {'auction_closing_time': 1774519200.0, 'created_time': 1773402202.132463, 'last_price_update_time': 1774346534.482305}
2026-03-24 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120264322') HTTP/1.1" 204 0
2026-03-24 10:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3523d236-0ff0-53d3-88e5-f8186f49e930 with identifier: 120719449
2026-03-24 10:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3523d236-0ff0-53d3-88e5-f8186f49e930 with identifier: 120719449
2026-03-24 10:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3523d236-0ff0-53d3-88e5-f8186f49e930 with identifier: 120719449 to the API
2026-03-24 10:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719449?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 95,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3523d236-0ff0-53d3-88e5-f8186f49e930',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FD66AGO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719449',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK SPECIAL EDITIONS',
'odometer': 85000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-07',
'seller_name': 'Ken Jervis Kia',
'title': 'TOYOTA AYGO HATCHBACK SPECIAL EDITIONS 1.0 VVT-i X-Pure 5dr',
'transmission': 'manual',
'trim': '1.0 VVT-i X-Pure 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120719449%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Saving data for 120719449: {'created_time': 1774346535.18718, 'last_price_update_time': 1774346535.187195, 'auction_closing_time': 1774519200.0}
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719449') HTTP/1.1" 204 0
2026-03-24 10:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b85ad872-570d-5687-a263-82981b5437a3 with identifier: 120090828
2026-03-24 10:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b85ad872-570d-5687-a263-82981b5437a3 with identifier: 120090828
2026-03-24 10:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b85ad872-570d-5687-a263-82981b5437a3 with identifier: 120090828 to the API
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120090828?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b85ad872-570d-5687-a263-82981b5437a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DT16WZS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120090828',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 107582,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-29',
'seller_name': 'Local Dealer Group',
'title': 'VAUXHALL ASTRA HATCHBACK 1.0T 12V ecoFLEX SRi Nav 5dr',
'transmission': 'manual',
'trim': '1.0T 12V ecoFLEX SRi Nav 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120090828%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Saving data for 120090828: {'auction_closing_time': 1774519200.0, 'created_time': 1773402933.174858, 'last_price_update_time': 1774346535.764864}
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120090828') HTTP/1.1" 204 0
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120530920
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120530920%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120530920: 0
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120402526
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120402526%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120402526: 0
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120617164
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120617164%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120617164: 0
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120581417
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120581417%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120581417: 0
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120192862
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120192862%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120192862: 2
2026-03-24 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119646645?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117831399?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719417?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120582459
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120582459%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120582459: 0
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120024515
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120024515%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120024515: 2
2026-03-24 10:02:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120406763
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120406763%27 HTTP/1.1" 200 None
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Scrape type for 120406763: 0
2026-03-24 10:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120654113
2026-03-24 10:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120654113%27 HTTP/1.1" 200 None
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120654113: 2
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120408135
2026-03-24 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120408135%27 HTTP/1.1" 200 None
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120408135: 2
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119646645, 'registration': 'BT72PMY', 'account': 'KIN032', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'RWD 5dr Auto', 'mileage': 70958, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-29', 'fuel': 'Electric', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT72PMY/2026-03-12/image/917f3c7b-9298-4d3d-a679-4f07f20e8482_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/0a6733dd-802e-4c0a-8b3b-ce281a54cd28_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/da8c546e-955e-4183-ac97-dbac912a44b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/3c989ad6-112c-4c67-9b97-bdd92ee5c308_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/f0607e55-4904-48b7-9a7d-bb5397fc5eae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/02770533-287b-4a47-a701-18b27f398ac2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/8cbb4b7e-5704-4f2f-83c6-3f875cc7d1fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/eb0d69d9-9362-42b5-9282-ccad2619222d_removebg.jpg?w=600'], 'colour': 'Multi coat - Pearl white', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '/ Base autopilot / Premium engineered material - Black seat', '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/1ae96c3e-27af-4fdd-b3f4-6623e7517abd.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119646645, 'registration': 'BT72PMY', 'account': 'KIN032', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'RWD 5dr Auto', 'mileage': 70958, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-29', 'fuel': 'Electric', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT72PMY/2026-03-12/image/917f3c7b-9298-4d3d-a679-4f07f20e8482_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/0a6733dd-802e-4c0a-8b3b-ce281a54cd28_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/da8c546e-955e-4183-ac97-dbac912a44b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/3c989ad6-112c-4c67-9b97-bdd92ee5c308_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/f0607e55-4904-48b7-9a7d-bb5397fc5eae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/02770533-287b-4a47-a701-18b27f398ac2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/8cbb4b7e-5704-4f2f-83c6-3f875cc7d1fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72PMY/2026-03-12/image/eb0d69d9-9362-42b5-9282-ccad2619222d_removebg.jpg?w=600'], 'colour': 'Multi coat - Pearl white', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '/ Base autopilot / Premium engineered material - Black seat', '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/1ae96c3e-27af-4fdd-b3f4-6623e7517abd.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7330a12d-6bad-513b-90b3-08a1f51e0361 with identifier: 119646645
2026-03-24 10:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7330a12d-6bad-513b-90b3-08a1f51e0361 with scrape type 2
2026-03-24 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7330a12d-6bad-513b-90b3-08a1f51e0361 with scrape type 2
2026-03-24 10:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7330a12d-6bad-513b-90b3-08a1f51e0361, identifier: 119646645
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117831399, 'registration': 'RJ72ZBT', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 79396, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-06-11', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/f7009c5f-0304-49fe-bd94-e171b5b3864d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/cbb22978-24b9-4c15-9b7e-d7a2aa020288_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/97c04d19-085e-43ec-a631-0bf72fa76aef_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/2d4a6e2d-5fb1-4950-9a51-4af4b15c0205_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/ffefc1eb-6a8b-418e-8656-9589af78b246_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/aee92b28-5b79-4e90-936b-aa03f07ecf90_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/b5a7285b-98c0-467d-ac4e-c9bfecbee0fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/10f8953a-03c7-4e32-b929-e5891c4f677e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24-28K 04/25-60K', 'remarks': 'Ex-Private Hire, SPARE KEY, VOSA STATES 14K 28K 35K 49K 64K', '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/f417c2f9-fc82-4a54-8a2f-b9e38e3693eb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117831399, 'registration': 'RJ72ZBT', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 79396, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-06-11', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/f7009c5f-0304-49fe-bd94-e171b5b3864d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/cbb22978-24b9-4c15-9b7e-d7a2aa020288_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/97c04d19-085e-43ec-a631-0bf72fa76aef_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/2d4a6e2d-5fb1-4950-9a51-4af4b15c0205_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/ffefc1eb-6a8b-418e-8656-9589af78b246_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/aee92b28-5b79-4e90-936b-aa03f07ecf90_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/b5a7285b-98c0-467d-ac4e-c9bfecbee0fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72ZBT/2025-12-16/image/10f8953a-03c7-4e32-b929-e5891c4f677e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/24-28K 04/25-60K', 'remarks': 'Ex-Private Hire, SPARE KEY, VOSA STATES 14K 28K 35K 49K 64K', '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/f417c2f9-fc82-4a54-8a2f-b9e38e3693eb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c2ddaeb-030d-5951-9187-941903b0379b with identifier: 117831399
2026-03-24 10:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c2ddaeb-030d-5951-9187-941903b0379b with scrape type 2
2026-03-24 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c2ddaeb-030d-5951-9187-941903b0379b with scrape type 2
2026-03-24 10:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c2ddaeb-030d-5951-9187-941903b0379b, identifier: 117831399
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719417, 'registration': 'VU63GYA', 'account': 'KEN008', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL SALOON', 'derivative': '2.0 CDTi Design 4dr', 'mileage': 94000, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-16', 'doors': 4, 'engineSize': 1956, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 31k 33k 38k 45k 51k 55k 64k 73k 81k 89k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719417, 'registration': 'VU63GYA', 'account': 'KEN008', 'make': 'VAUXHALL', 'model': 'INSIGNIA DIESEL SALOON', 'derivative': '2.0 CDTi Design 4dr', 'mileage': 94000, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-16', 'doors': 4, 'engineSize': 1956, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 31k 33k 38k 45k 51k 55k 64k 73k 81k 89k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00ee2f01-633f-509e-af34-f8988748f4ba with identifier: 120719417
2026-03-24 10:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00ee2f01-633f-509e-af34-f8988748f4ba with scrape type 1
2026-03-24 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 00ee2f01-633f-509e-af34-f8988748f4ba
2026-03-24 10:02:16 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 00ee2f01-633f-509e-af34-f8988748f4ba
2026-03-24 10:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 00ee2f01-633f-509e-af34-f8988748f4ba, identifier: 120719417
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120439927
2026-03-24 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120439927%27 HTTP/1.1" 200 None
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120439927: 0
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120442309
2026-03-24 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120442309%27 HTTP/1.1" 200 None
2026-03-24 10:02:16 [astonbarclay.gb] INFO: Scrape type for 120442309: 2
2026-03-24 10:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7330a12d-6bad-513b-90b3-08a1f51e0361 with identifier: 119646645
2026-03-24 10:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:02:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Multi+coat+-+Pearl+white HTTP/1.1" 200 None
2026-03-24 10:02:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7330a12d-6bad-513b-90b3-08a1f51e0361 with identifier: 119646645
2026-03-24 10:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7330a12d-6bad-513b-90b3-08a1f51e0361 with identifier: 119646645 to the API
2026-03-24 10:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119646645?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Multi coat',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '7330a12d-6bad-513b-90b3-08a1f51e0361',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT72PMY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119646645',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 70958,
'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': 'Kinto',
'title': 'TESLA MODEL Y HATCHBACK RWD 5dr Auto',
'transmission': 'automatic',
'trim': 'RWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 10:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119646645%27 HTTP/1.1" 200 None
2026-03-24 10:02:17 [astonbarclay.gb] INFO: Saving data for 119646645: {'auction_closing_time': 1774519200.0, 'created_time': 1773402140.920723, 'last_price_update_time': 1774346537.277781}
2026-03-24 10:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119646645') HTTP/1.1" 204 0
2026-03-24 10:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c2ddaeb-030d-5951-9187-941903b0379b with identifier: 117831399
2026-03-24 10:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c2ddaeb-030d-5951-9187-941903b0379b with identifier: 117831399
2026-03-24 10:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c2ddaeb-030d-5951-9187-941903b0379b with identifier: 117831399 to the API
2026-03-24 10:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117831399?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '2c2ddaeb-030d-5951-9187-941903b0379b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ72ZBT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117831399',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 79396,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-24 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831399%27 HTTP/1.1" 200 None
2026-03-24 10:02:18 [astonbarclay.gb] INFO: Saving data for 117831399: {'auction_closing_time': 1774519200.0, 'created_time': 1773403697.441785, 'last_price_update_time': 1774346538.141434}
2026-03-24 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117831399') HTTP/1.1" 204 0
2026-03-24 10:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 00ee2f01-633f-509e-af34-f8988748f4ba with identifier: 120719417
2026-03-24 10:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 00ee2f01-633f-509e-af34-f8988748f4ba with identifier: 120719417
2026-03-24 10:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 00ee2f01-633f-509e-af34-f8988748f4ba with identifier: 120719417 to the API
2026-03-24 10:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719417?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '00ee2f01-633f-509e-af34-f8988748f4ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VU63GYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719417',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'INSIGNIA DIESEL SALOON',
'odometer': 94000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-30',
'seller_name': 'Ken Jervis Kia',
'title': 'VAUXHALL INSIGNIA DIESEL SALOON 2.0 CDTi Design 4dr',
'transmission': 'manual',
'trim': '2.0 CDTi Design 4dr',
'vin': None,
'year': 2013}
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719417%27 HTTP/1.1" 200 None
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Saving data for 120719417: {'created_time': 1774346539.753712, 'last_price_update_time': 1774346539.753724, 'auction_closing_time': 1774519200.0}
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719417') HTTP/1.1" 204 0
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120302568
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120302568%27 HTTP/1.1" 200 None
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Scrape type for 120302568: 2
2026-03-24 10:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715223?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715102?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120584837?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120443760
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443760%27 HTTP/1.1" 200 None
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Scrape type for 120443760: 2
2026-03-24 10:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120302654
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120302654%27 HTTP/1.1" 200 None
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Scrape type for 120302654: 2
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120220640
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120220640%27 HTTP/1.1" 200 None
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Scrape type for 120220640: 2
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120406739
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406739%27 HTTP/1.1" 200 None
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Scrape type for 120406739: 2
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120617192
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617192%27 HTTP/1.1" 200 None
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Scrape type for 120617192: 0
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120581824
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120581824%27 HTTP/1.1" 200 None
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Scrape type for 120581824: 0
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120657468
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657468%27 HTTP/1.1" 200 None
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Scrape type for 120657468: 0
2026-03-24 10:02:19 [astonbarclay.gb] INFO: Found listing with ID: 120476757
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476757%27 HTTP/1.1" 200 None
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Scrape type for 120476757: 0
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120438207
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120438207%27 HTTP/1.1" 200 None
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Scrape type for 120438207: 2
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120684601
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684601%27 HTTP/1.1" 200 None
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Scrape type for 120684601: 0
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120476214
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476214%27 HTTP/1.1" 200 None
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Scrape type for 120476214: 1
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120022329, 'registration': 'SG22POJ', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 32073, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-11', 'fuel': 'Electric', 'motExpiry': '2026-03-10', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/SG22POJ/2026-03-16/image/2889232f-11bb-429f-8be4-b01634bba23a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c58b674f-ae31-4485-a28c-2e37cec4e2b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/734c799d-695b-4198-b8f7-97b97e16d38e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/9d4a7287-aa10-4a76-a9fc-5146e66e49c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c7117262-c528-4ff6-a5dd-06536be64c16_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/1a5e183d-6b78-48c3-9ec4-25b42d5aff27_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/0c54dd09-fe5d-4cf8-80fc-d76d8f8c72dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c446ba02-f40d-4056-a5d3-640facded875_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/b91a7c6f-69b5-4cba-b2dd-ff7305475c0a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1084** VOSA STATES 26K, 31K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2364d3d3-ef0f-495e-9901-ffd3cfe1e2df.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120022329, 'registration': 'SG22POJ', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 32073, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-11', 'fuel': 'Electric', 'motExpiry': '2026-03-10', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/SG22POJ/2026-03-16/image/2889232f-11bb-429f-8be4-b01634bba23a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c58b674f-ae31-4485-a28c-2e37cec4e2b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/734c799d-695b-4198-b8f7-97b97e16d38e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/9d4a7287-aa10-4a76-a9fc-5146e66e49c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c7117262-c528-4ff6-a5dd-06536be64c16_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/1a5e183d-6b78-48c3-9ec4-25b42d5aff27_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/0c54dd09-fe5d-4cf8-80fc-d76d8f8c72dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c446ba02-f40d-4056-a5d3-640facded875_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/b91a7c6f-69b5-4cba-b2dd-ff7305475c0a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1084** VOSA STATES 26K, 31K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2364d3d3-ef0f-495e-9901-ffd3cfe1e2df.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cda6986d-347c-5187-9809-077214de79e8 with identifier: 120022329
2026-03-24 10:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cda6986d-347c-5187-9809-077214de79e8 with scrape type 1
2026-03-24 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F2889232f-11bb-429f-8be4-b01634bba23a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/2889232f-11bb-429f-8be4-b01634bba23a_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715223, 'registration': 'MV16YUE', 'account': 'WBA001', 'make': 'FIAT', 'model': 'PUNTO HATCHBACK', 'derivative': '1.2 Easy+ 5dr', 'mileage': 82343, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 19K, 26K, 33K, 44K, 55K, 65K, 76K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715223, 'registration': 'MV16YUE', 'account': 'WBA001', 'make': 'FIAT', 'model': 'PUNTO HATCHBACK', 'derivative': '1.2 Easy+ 5dr', 'mileage': 82343, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 19K, 26K, 33K, 44K, 55K, 65K, 76K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 124, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd289eba-f9d0-5d2e-8ff1-f896fa91ac22 with identifier: 120715223
2026-03-24 10:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd289eba-f9d0-5d2e-8ff1-f896fa91ac22 with scrape type 1
2026-03-24 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item fd289eba-f9d0-5d2e-8ff1-f896fa91ac22
2026-03-24 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item fd289eba-f9d0-5d2e-8ff1-f896fa91ac22
2026-03-24 10:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fd289eba-f9d0-5d2e-8ff1-f896fa91ac22, identifier: 120715223
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715102, 'registration': 'GV66CZM', 'account': 'WBA001', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 58467, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 574}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-12-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 18K, 26K, 33K, 39K, 47K, 53K, 58K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715102, 'registration': 'GV66CZM', 'account': 'WBA001', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 58467, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 574}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-12-29', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 18K, 26K, 33K, 39K, 47K, 53K, 58K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f102873e-1681-579b-abc4-ff3f07c4e676 with identifier: 120715102
2026-03-24 10:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f102873e-1681-579b-abc4-ff3f07c4e676 with scrape type 1
2026-03-24 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item f102873e-1681-579b-abc4-ff3f07c4e676
2026-03-24 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item f102873e-1681-579b-abc4-ff3f07c4e676
2026-03-24 10:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f102873e-1681-579b-abc4-ff3f07c4e676, identifier: 120715102
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120467659, 'registration': 'YG70XVW', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '2.0 Hybrid Dynamic 5dr CVT [Leather/JBL]', 'mileage': 40944, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 574}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-01-05', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e8e0fc8a-6fc0-4d36-aa0b-f780f637ef18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/c981652d-110d-4d9c-ad43-fe9cfc007f9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/245e2fae-8474-4a68-8b59-b4a7746fc115_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e2946c04-7435-464e-a8fe-e31f29598d3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/763b29e9-c11a-492b-ade5-0c8373c9a0ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/81d2b9e5-6394-4e51-8af7-3372136e3974_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/46c35aab-8ada-4428-b64a-6a59d981f774_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/9b06789e-9f29-4ffb-b3e8-b966451d761f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/b09f14f7-ee0b-4164-bb9a-f1724faeed14_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/22- 11K, 07/23- 18K, 10/24- 28K, 12/25- 39K BOOK- NO SERVICE', 'remarks': '**1101** VOSA STATES 22K, 29K, 39K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/71e638d5-1096-4f60-bd7f-b2feefec673a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120467659, 'registration': 'YG70XVW', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '2.0 Hybrid Dynamic 5dr CVT [Leather/JBL]', 'mileage': 40944, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 574}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-01-05', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e8e0fc8a-6fc0-4d36-aa0b-f780f637ef18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/c981652d-110d-4d9c-ad43-fe9cfc007f9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/245e2fae-8474-4a68-8b59-b4a7746fc115_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e2946c04-7435-464e-a8fe-e31f29598d3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/763b29e9-c11a-492b-ade5-0c8373c9a0ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/81d2b9e5-6394-4e51-8af7-3372136e3974_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/46c35aab-8ada-4428-b64a-6a59d981f774_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/9b06789e-9f29-4ffb-b3e8-b966451d761f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/b09f14f7-ee0b-4164-bb9a-f1724faeed14_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/22- 11K, 07/23- 18K, 10/24- 28K, 12/25- 39K BOOK- NO SERVICE', 'remarks': '**1101** VOSA STATES 22K, 29K, 39K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/71e638d5-1096-4f60-bd7f-b2feefec673a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd3f6d4c-b4d1-5a93-89a2-d3c856b20301 with identifier: 120467659
2026-03-24 10:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301 with scrape type 1
2026-03-24 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252Fe8e0fc8a-6fc0-4d36-aa0b-f780f637ef18_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e8e0fc8a-6fc0-4d36-aa0b-f780f637ef18_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120584837, 'registration': 'OV65ZJE', 'account': 'WBA004', 'make': 'BMW', 'model': 'I3 HATCHBACK', 'derivative': '125kW 5dr Auto', 'mileage': 47299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-11-30', 'fuel': 'Electric', 'motExpiry': '2026-07-06', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/2748e3a7-95b7-45d2-ac98-2bbc46defb60_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/e3121092-77d1-44db-8174-2ec00a709ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/9fff74db-ffbf-4200-bb94-5b50bb8c1950_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/64c28b1d-ea6b-44b3-9fca-f21100f85ad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/30427052-4fdb-49c7-9c3d-a813b47dc29c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/719e1a93-e2a8-4e51-9b65-58e683db42d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/0cd1caf5-0e78-4a09-b7b7-9c251b956924_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/a94274b5-c891-41b5-bc85-35b76e0baa22_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/b776b7f0-97d4-46cf-86a4-31f4b414eba5_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/a985e131-d127-4295-9c82-597cd7a2e583_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/98a8e680-bd36-4e21-92b4-6e6d810dcc0c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/19- 24K, 10/21- 27K, 10/23- 36K', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 28K, 34K, 39K, 45K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ac6bab0f-a92c-43a4-beb0-bd65cf941bbd.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120584837, 'registration': 'OV65ZJE', 'account': 'WBA004', 'make': 'BMW', 'model': 'I3 HATCHBACK', 'derivative': '125kW 5dr Auto', 'mileage': 47299, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-11-30', 'fuel': 'Electric', 'motExpiry': '2026-07-06', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/2748e3a7-95b7-45d2-ac98-2bbc46defb60_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/e3121092-77d1-44db-8174-2ec00a709ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/9fff74db-ffbf-4200-bb94-5b50bb8c1950_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/64c28b1d-ea6b-44b3-9fca-f21100f85ad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/30427052-4fdb-49c7-9c3d-a813b47dc29c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/719e1a93-e2a8-4e51-9b65-58e683db42d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/0cd1caf5-0e78-4a09-b7b7-9c251b956924_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/a94274b5-c891-41b5-bc85-35b76e0baa22_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/b776b7f0-97d4-46cf-86a4-31f4b414eba5_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/a985e131-d127-4295-9c82-597cd7a2e583_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV65ZJE/2026-03-19/image/98a8e680-bd36-4e21-92b4-6e6d810dcc0c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/19- 24K, 10/21- 27K, 10/23- 36K', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 28K, 34K, 39K, 45K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ac6bab0f-a92c-43a4-beb0-bd65cf941bbd.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72daddcb-e45a-5d64-a896-2261c5fe927a with identifier: 120584837
2026-03-24 10:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72daddcb-e45a-5d64-a896-2261c5fe927a with scrape type 2
2026-03-24 10:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72daddcb-e45a-5d64-a896-2261c5fe927a with scrape type 2
2026-03-24 10:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 72daddcb-e45a-5d64-a896-2261c5fe927a, identifier: 120584837
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120337279
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120337279%27 HTTP/1.1" 200 None
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Scrape type for 120337279: 0
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120476170
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476170%27 HTTP/1.1" 200 None
2026-03-24 10:02:20 [astonbarclay.gb] INFO: Scrape type for 120476170: 1
2026-03-24 10:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fd289eba-f9d0-5d2e-8ff1-f896fa91ac22 with identifier: 120715223
2026-03-24 10:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fd289eba-f9d0-5d2e-8ff1-f896fa91ac22 with identifier: 120715223
2026-03-24 10:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fd289eba-f9d0-5d2e-8ff1-f896fa91ac22 with identifier: 120715223 to the API
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715223?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 124,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'fd289eba-f9d0-5d2e-8ff1-f896fa91ac22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV16YUE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715223',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FIAT',
'model': 'PUNTO HATCHBACK',
'odometer': 82343,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-25',
'seller_name': 'UKCGR',
'title': 'FIAT PUNTO HATCHBACK 1.2 Easy+ 5dr',
'transmission': 'manual',
'trim': '1.2 Easy+ 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120715223%27 HTTP/1.1" 200 None
2026-03-24 10:02:21 [astonbarclay.gb] INFO: Saving data for 120715223: {'created_time': 1774346541.057723, 'last_price_update_time': 1774346541.057735, 'auction_closing_time': 1774604700.0}
2026-03-24 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715223') HTTP/1.1" 204 0
2026-03-24 10:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f102873e-1681-579b-abc4-ff3f07c4e676 with identifier: 120715102
2026-03-24 10:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f102873e-1681-579b-abc4-ff3f07c4e676 with identifier: 120715102
2026-03-24 10:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f102873e-1681-579b-abc4-ff3f07c4e676 with identifier: 120715102 to the API
2026-03-24 10:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715102?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'f102873e-1681-579b-abc4-ff3f07c4e676',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV66CZM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715102',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 58467,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-29',
'seller_name': 'UKCGR',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715102%27 HTTP/1.1" 200 None
2026-03-24 10:02:28 [astonbarclay.gb] INFO: Saving data for 120715102: {'created_time': 1774346548.737099, 'last_price_update_time': 1774346548.737112, 'auction_closing_time': 1774604700.0}
2026-03-24 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715102') HTTP/1.1" 204 0
2026-03-24 10:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 72daddcb-e45a-5d64-a896-2261c5fe927a with identifier: 120584837
2026-03-24 10:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 72daddcb-e45a-5d64-a896-2261c5fe927a with identifier: 120584837
2026-03-24 10:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 72daddcb-e45a-5d64-a896-2261c5fe927a with identifier: 120584837 to the API
2026-03-24 10:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120584837?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Electric',
'id': '72daddcb-e45a-5d64-a896-2261c5fe927a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OV65ZJE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120584837',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'I3 HATCHBACK',
'odometer': 47299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-30',
'seller_name': 'UKCGR - Trade',
'title': 'BMW I3 HATCHBACK 125kW 5dr Auto',
'transmission': 'automatic',
'trim': '125kW 5dr Auto',
'vin': None,
'year': 2015}
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584837%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Saving data for 120584837: {'auction_closing_time': 1774432800.0, 'created_time': 1773914551.49751, 'last_price_update_time': 1774346549.190905}
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120584837') HTTP/1.1" 204 0
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252Fc58b674f-ae31-4485-a28c-2e37cec4e2b7_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c58b674f-ae31-4485-a28c-2e37cec4e2b7_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252Fc981652d-110d-4d9c-ad43-fe9cfc007f9d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/c981652d-110d-4d9c-ad43-fe9cfc007f9d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120598564
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120598564%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120598564: 0
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120600680
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120600680%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120600680: 0
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120476160
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476160%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120476160: 1
2026-03-24 10:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F734c799d-695b-4198-b8f7-97b97e16d38e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/734c799d-695b-4198-b8f7-97b97e16d38e_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F245e2fae-8474-4a68-8b59-b4a7746fc115_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/245e2fae-8474-4a68-8b59-b4a7746fc115_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120225098?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120717264
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120717264%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120717264: 1
2026-03-24 10:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F9d4a7287-aa10-4a76-a9fc-5146e66e49c3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/9d4a7287-aa10-4a76-a9fc-5146e66e49c3_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252Fe2946c04-7435-464e-a8fe-e31f29598d3e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e2946c04-7435-464e-a8fe-e31f29598d3e_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120693399
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693399%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120693399: 0
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120313737
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120313737%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120313737: 0
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120674999
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674999%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120674999: 1
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252Fc7117262-c528-4ff6-a5dd-06536be64c16_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c7117262-c528-4ff6-a5dd-06536be64c16_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F763b29e9-c11a-492b-ade5-0c8373c9a0ca_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/763b29e9-c11a-492b-ade5-0c8373c9a0ca_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120600138
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120600138%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Scrape type for 120600138: 1
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F1a5e183d-6b78-48c3-9ec4-25b42d5aff27_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/1a5e183d-6b78-48c3-9ec4-25b42d5aff27_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F81d2b9e5-6394-4e51-8af7-3372136e3974_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/81d2b9e5-6394-4e51-8af7-3372136e3974_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120309460, 'registration': 'MK22AOY', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh S Line 5dr Auto', 'mileage': 37933, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-09', 'fuel': 'Electric', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK22AOY/2026-03-11/image/4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/f78be7cc-e56d-409a-b0df-930f70fc3f21_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/68b87b6c-7e87-4de9-82e1-6950f79cf65b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/d89a1e52-9761-4252-8588-bbffdd5d1644_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/ccab89ed-af0c-4a3c-9819-5b5a8657b0fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/74e6cbf6-c08b-454a-8914-a4af617c81f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/0f915a1e-8166-499b-b1ef-2a1c7f28799b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/6907bac4-4718-4cd1-9ce9-fb42e494723c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/fd4164f3-acc9-424f-b4d4-403993224a03_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-19K, 02/26-37K,', 'remarks': '**1024** VOSA STATES 28K, 37K, \t Metallic Paint\tTwin Leather 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/e2443396-4afe-4951-a4a5-692ffe197157.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120309460, 'registration': 'MK22AOY', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh S Line 5dr Auto', 'mileage': 37933, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-09', 'fuel': 'Electric', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK22AOY/2026-03-11/image/4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/f78be7cc-e56d-409a-b0df-930f70fc3f21_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/68b87b6c-7e87-4de9-82e1-6950f79cf65b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/d89a1e52-9761-4252-8588-bbffdd5d1644_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/ccab89ed-af0c-4a3c-9819-5b5a8657b0fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/74e6cbf6-c08b-454a-8914-a4af617c81f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/0f915a1e-8166-499b-b1ef-2a1c7f28799b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/6907bac4-4718-4cd1-9ce9-fb42e494723c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/fd4164f3-acc9-424f-b4d4-403993224a03_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-19K, 02/26-37K,', 'remarks': '**1024** VOSA STATES 28K, 37K, \t Metallic Paint\tTwin Leather 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/e2443396-4afe-4951-a4a5-692ffe197157.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0826490-c2da-5b3c-abe3-7e99584aa5cf with identifier: 120309460
2026-03-24 10:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0826490-c2da-5b3c-abe3-7e99584aa5cf with scrape type 1
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120225098, 'registration': 'WM72MZY', 'account': 'ZEN002', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '178kW Evolve 87kWh 22kWCh 5dr Auto', 'mileage': 23082, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-13', 'fuel': 'Electric', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM72MZY/2026-03-17/image/8527a7ac-f929-41e7-9eb6-7bb49ed68d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/f160b17f-d16f-45b8-bcbd-1362638ffa5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/bf36dc4d-738a-4d46-81de-4dfd5fbc38d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/2c8473bd-1971-4da6-a3b9-ed63f723081b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/3f8648c4-9c16-4ae4-bfcf-a064a802eaff_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/dc8a57cc-7a9b-43d2-a961-8f95c2e02190_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/94077d24-8bd0-4d77-b0d4-1cf05e74ed42_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/df9f8b23-9145-48a5-b1ee-c09361d10e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/176dab55-2c38-4d4e-86f9-39baab79ed77_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/23-6K, 12/25-21K,', 'remarks': '**1072** VOSA STATES 21K SPARE KEY \t Pearl Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/31026490-4b08-4947-a840-01841d7052c0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120225098, 'registration': 'WM72MZY', 'account': 'ZEN002', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '178kW Evolve 87kWh 22kWCh 5dr Auto', 'mileage': 23082, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-13', 'fuel': 'Electric', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM72MZY/2026-03-17/image/8527a7ac-f929-41e7-9eb6-7bb49ed68d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/f160b17f-d16f-45b8-bcbd-1362638ffa5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/bf36dc4d-738a-4d46-81de-4dfd5fbc38d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/2c8473bd-1971-4da6-a3b9-ed63f723081b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/3f8648c4-9c16-4ae4-bfcf-a064a802eaff_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/dc8a57cc-7a9b-43d2-a961-8f95c2e02190_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/94077d24-8bd0-4d77-b0d4-1cf05e74ed42_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/df9f8b23-9145-48a5-b1ee-c09361d10e12_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/176dab55-2c38-4d4e-86f9-39baab79ed77_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 12/23-6K, 12/25-21K,', 'remarks': '**1072** VOSA STATES 21K SPARE KEY \t Pearl Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/31026490-4b08-4947-a840-01841d7052c0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50730a16-7357-59e6-89b4-22397721b6ef with identifier: 120225098
2026-03-24 10:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50730a16-7357-59e6-89b4-22397721b6ef with scrape type 1
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 50730a16-7357-59e6-89b4-22397721b6ef
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM72MZY%252F2026-03-17%252Fimage%252F8527a7ac-f929-41e7-9eb6-7bb49ed68d31_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM72MZY/2026-03-17/image/8527a7ac-f929-41e7-9eb6-7bb49ed68d31_removebg.jpg?w=600 already downloaded
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM72MZY%252F2026-03-17%252Fimage%252Ff160b17f-d16f-45b8-bcbd-1362638ffa5a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM72MZY/2026-03-17/image/f160b17f-d16f-45b8-bcbd-1362638ffa5a_removebg.jpg?w=600 already downloaded
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM72MZY%252F2026-03-17%252Fimage%252Fbf36dc4d-738a-4d46-81de-4dfd5fbc38d9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM72MZY/2026-03-17/image/bf36dc4d-738a-4d46-81de-4dfd5fbc38d9_removebg.jpg?w=600 already downloaded
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM72MZY%252F2026-03-17%252Fimage%252F2c8473bd-1971-4da6-a3b9-ed63f723081b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM72MZY/2026-03-17/image/2c8473bd-1971-4da6-a3b9-ed63f723081b_removebg.jpg?w=600 already downloaded
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM72MZY%252F2026-03-17%252Fimage%252F3f8648c4-9c16-4ae4-bfcf-a064a802eaff_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM72MZY/2026-03-17/image/3f8648c4-9c16-4ae4-bfcf-a064a802eaff_removebg.jpg?w=600 already downloaded
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM72MZY%252F2026-03-17%252Fimage%252Fdc8a57cc-7a9b-43d2-a961-8f95c2e02190_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM72MZY/2026-03-17/image/dc8a57cc-7a9b-43d2-a961-8f95c2e02190_removebg.jpg?w=600 already downloaded
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM72MZY%252F2026-03-17%252Fimage%252F94077d24-8bd0-4d77-b0d4-1cf05e74ed42_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM72MZY/2026-03-17/image/94077d24-8bd0-4d77-b0d4-1cf05e74ed42_removebg.jpg?w=600 already downloaded
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM72MZY%252F2026-03-17%252Fimage%252Fdf9f8b23-9145-48a5-b1ee-c09361d10e12_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM72MZY/2026-03-17/image/df9f8b23-9145-48a5-b1ee-c09361d10e12_removebg.jpg?w=600 already downloaded
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWM72MZY%252F2026-03-17%252Fimage%252F176dab55-2c38-4d4e-86f9-39baab79ed77_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WM72MZY/2026-03-17/image/176dab55-2c38-4d4e-86f9-39baab79ed77_removebg.jpg?w=600 already downloaded
2026-03-24 10:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 50730a16-7357-59e6-89b4-22397721b6ef, identifier: 120225098
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120331636, 'registration': 'EK71XHU', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS HATCHBACK SPECIAL EDITIONS', 'derivative': 'B250e AMG Line Executive Edition 5dr Auto', 'mileage': 82644, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-30', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d27e1d5f-6e0c-4524-bfb8-ac3477830bdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/8c9f2fb8-ecaf-4f0b-8fce-f114a6c9534d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/4e275482-e6e0-49ab-974a-b47033515846_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/bdcde592-561b-4ef7-b896-0b55df8767e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/dbb4ee99-600c-4138-b380-381eef6180ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/afc2bc3a-e464-432d-a151-22a5458d6d75_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/350aea6a-b35e-43d7-b47f-d62586cb6407_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d7a6379f-3d1c-4a79-9fa0-8b6aa6a85b84_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/61ca2144-992d-4305-9b7f-b69bd2b77eed_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/22-15K, 04/23-29K, 02/24-45K, 09/24-60K, 09/25-75K,', 'remarks': '**1200** VOSA STATES 64K, 78K, Metallic Paint, CHARGING CABLE, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 24, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3781781-6d44-4fe9-8843-e54889b199b0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120331636, 'registration': 'EK71XHU', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS HATCHBACK SPECIAL EDITIONS', 'derivative': 'B250e AMG Line Executive Edition 5dr Auto', 'mileage': 82644, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-30', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d27e1d5f-6e0c-4524-bfb8-ac3477830bdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/8c9f2fb8-ecaf-4f0b-8fce-f114a6c9534d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/4e275482-e6e0-49ab-974a-b47033515846_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/bdcde592-561b-4ef7-b896-0b55df8767e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/dbb4ee99-600c-4138-b380-381eef6180ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/afc2bc3a-e464-432d-a151-22a5458d6d75_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/350aea6a-b35e-43d7-b47f-d62586cb6407_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d7a6379f-3d1c-4a79-9fa0-8b6aa6a85b84_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/61ca2144-992d-4305-9b7f-b69bd2b77eed_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/22-15K, 04/23-29K, 02/24-45K, 09/24-60K, 09/25-75K,', 'remarks': '**1200** VOSA STATES 64K, 78K, Metallic Paint, CHARGING CABLE, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 24, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3781781-6d44-4fe9-8843-e54889b199b0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f with identifier: 120331636
2026-03-24 10:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f with scrape type 1
2026-03-24 10:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fd27e1d5f-6e0c-4524-bfb8-ac3477830bdd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d27e1d5f-6e0c-4524-bfb8-ac3477830bdd_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120715097
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715097%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120715097: 1
2026-03-24 10:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 50730a16-7357-59e6-89b4-22397721b6ef with identifier: 120225098
2026-03-24 10:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 50730a16-7357-59e6-89b4-22397721b6ef with identifier: 120225098
2026-03-24 10:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 50730a16-7357-59e6-89b4-22397721b6ef with identifier: 120225098 to the API
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120225098?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '50730a16-7357-59e6-89b4-22397721b6ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WM72MZY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120225098',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'ARIYA ELECTRIC HATCHBACK',
'odometer': 23082,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photo_urls': ['https://abimg003.imgix.net/WM72MZY/2026-03-17/image/8527a7ac-f929-41e7-9eb6-7bb49ed68d31_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/f160b17f-d16f-45b8-bcbd-1362638ffa5a_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/bf36dc4d-738a-4d46-81de-4dfd5fbc38d9_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/2c8473bd-1971-4da6-a3b9-ed63f723081b_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/3f8648c4-9c16-4ae4-bfcf-a064a802eaff_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/dc8a57cc-7a9b-43d2-a961-8f95c2e02190_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/94077d24-8bd0-4d77-b0d4-1cf05e74ed42_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/df9f8b23-9145-48a5-b1ee-c09361d10e12_removebg.jpg?w=600',
'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/176dab55-2c38-4d4e-86f9-39baab79ed77_removebg.jpg?w=600'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50730a16-7357-59e6-89b4-22397721b6ef/50730a16-7357-59e6-89b4-22397721b6ef_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35523,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/8527a7ac-f929-41e7-9eb6-7bb49ed68d31_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50730a16-7357-59e6-89b4-22397721b6ef/50730a16-7357-59e6-89b4-22397721b6ef_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36956,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/f160b17f-d16f-45b8-bcbd-1362638ffa5a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50730a16-7357-59e6-89b4-22397721b6ef/50730a16-7357-59e6-89b4-22397721b6ef_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34218,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/bf36dc4d-738a-4d46-81de-4dfd5fbc38d9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50730a16-7357-59e6-89b4-22397721b6ef/50730a16-7357-59e6-89b4-22397721b6ef_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35867,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/2c8473bd-1971-4da6-a3b9-ed63f723081b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50730a16-7357-59e6-89b4-22397721b6ef/50730a16-7357-59e6-89b4-22397721b6ef_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40397,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/3f8648c4-9c16-4ae4-bfcf-a064a802eaff_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50730a16-7357-59e6-89b4-22397721b6ef/50730a16-7357-59e6-89b4-22397721b6ef_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36150,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/dc8a57cc-7a9b-43d2-a961-8f95c2e02190_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50730a16-7357-59e6-89b4-22397721b6ef/50730a16-7357-59e6-89b4-22397721b6ef_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48049,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/94077d24-8bd0-4d77-b0d4-1cf05e74ed42_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50730a16-7357-59e6-89b4-22397721b6ef/50730a16-7357-59e6-89b4-22397721b6ef_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47943,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/df9f8b23-9145-48a5-b1ee-c09361d10e12_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50730a16-7357-59e6-89b4-22397721b6ef/50730a16-7357-59e6-89b4-22397721b6ef_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48051,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WM72MZY/2026-03-17/image/176dab55-2c38-4d4e-86f9-39baab79ed77_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-13',
'seller_name': 'Zenith',
'title': 'NISSAN ARIYA ELECTRIC HATCHBACK 178kW Evolve 87kWh 22kWCh 5dr Auto',
'transmission': 'automatic',
'trim': '178kW Evolve 87kWh 22kWCh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120225098%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Saving data for 120225098: {'created_time': 1774346550.563472, 'last_price_update_time': 1774346550.563483, 'auction_closing_time': 1774604700.0}
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120225098') HTTP/1.1" 204 0
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F0c54dd09-fe5d-4cf8-80fc-d76d8f8c72dc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/0c54dd09-fe5d-4cf8-80fc-d76d8f8c72dc_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F46c35aab-8ada-4428-b64a-6a59d981f774_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/46c35aab-8ada-4428-b64a-6a59d981f774_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252Ff78be7cc-e56d-409a-b0df-930f70fc3f21_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/f78be7cc-e56d-409a-b0df-930f70fc3f21_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252F8c9f2fb8-ecaf-4f0b-8fce-f114a6c9534d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/8c9f2fb8-ecaf-4f0b-8fce-f114a6c9534d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120674953
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674953%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120674953: 1
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252Fc446ba02-f40d-4056-a5d3-640facded875_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c446ba02-f40d-4056-a5d3-640facded875_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F9b06789e-9f29-4ffb-b3e8-b966451d761f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/9b06789e-9f29-4ffb-b3e8-b966451d761f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F68b87b6c-7e87-4de9-82e1-6950f79cf65b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/68b87b6c-7e87-4de9-82e1-6950f79cf65b_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252F4e275482-e6e0-49ab-974a-b47033515846_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/4e275482-e6e0-49ab-974a-b47033515846_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714411?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120630361?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120693503
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693503%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120693503: 0
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120686836
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686836%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120686836: 0
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120686669
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686669%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120686669: 0
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120468770
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120468770%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120468770: 0
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120678867
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678867%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120678867: 0
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120675722
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120675722%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120675722: 0
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120674696
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674696%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120674696: 0
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120657755
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657755%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120657755: 0
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120656631
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656631%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120656631: 0
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120651328
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120651328%27 HTTP/1.1" 200 None
2026-03-24 10:02:30 [astonbarclay.gb] INFO: Scrape type for 120651328: 2
2026-03-24 10:02:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252Fb91a7c6f-69b5-4cba-b2dd-ff7305475c0a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/b91a7c6f-69b5-4cba-b2dd-ff7305475c0a_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252Fb09f14f7-ee0b-4164-bb9a-f1724faeed14_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/b09f14f7-ee0b-4164-bb9a-f1724faeed14_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252Fd89a1e52-9761-4252-8588-bbffdd5d1644_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/d89a1e52-9761-4252-8588-bbffdd5d1644_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fbdcde592-561b-4ef7-b896-0b55df8767e6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/bdcde592-561b-4ef7-b896-0b55df8767e6_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Found listing with ID: 120649181
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649181%27 HTTP/1.1" 200 None
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Scrape type for 120649181: 2
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252Fccab89ed-af0c-4a3c-9819-5b5a8657b0fa_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/ccab89ed-af0c-4a3c-9819-5b5a8657b0fa_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fdbb4ee99-600c-4138-b380-381eef6180ad_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/dbb4ee99-600c-4138-b380-381eef6180ad_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120507267, 'registration': 'AO75DHJ', 'account': 'ZEN002', 'make': 'BMW', 'model': 'I4 GRAN COUPE', 'derivative': '250kW eDrive40 M Sport 83.9kWh 5dr Auto [Tech/Pro]', 'mileage': 3995, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-01', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9ada77fb-dcdd-4fa7-a873-69825f52d0c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/548e025c-a8f1-4391-ace1-b538072a86fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b6fbee5-da3d-4b1d-aa67-f28e103bb5a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/ec09b12c-3dfb-46aa-afd8-55841f833389_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/e61bbffb-c7b8-4a74-a96d-64a3990b5d06_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b729f20-9bac-4179-8fe6-a5e53cd65491_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9372518c-e634-4fe5-b5ba-845c18c3b1c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/5042cfbc-3a25-4e4a-8072-f902c79146f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/69ea5826-aaf5-45dd-9a53-dab578753825_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/84841390-ab2e-478e-92bd-fc7cd4ee7d64_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**896** 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/6e029462-a4d4-4c85-9b22-f74120ef5e2c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120507267, 'registration': 'AO75DHJ', 'account': 'ZEN002', 'make': 'BMW', 'model': 'I4 GRAN COUPE', 'derivative': '250kW eDrive40 M Sport 83.9kWh 5dr Auto [Tech/Pro]', 'mileage': 3995, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-10-01', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9ada77fb-dcdd-4fa7-a873-69825f52d0c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/548e025c-a8f1-4391-ace1-b538072a86fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b6fbee5-da3d-4b1d-aa67-f28e103bb5a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/ec09b12c-3dfb-46aa-afd8-55841f833389_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/e61bbffb-c7b8-4a74-a96d-64a3990b5d06_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b729f20-9bac-4179-8fe6-a5e53cd65491_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9372518c-e634-4fe5-b5ba-845c18c3b1c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/5042cfbc-3a25-4e4a-8072-f902c79146f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/69ea5826-aaf5-45dd-9a53-dab578753825_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/84841390-ab2e-478e-92bd-fc7cd4ee7d64_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**896** 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/6e029462-a4d4-4c85-9b22-f74120ef5e2c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 175965c2-d480-59f7-9c2f-8cde04c51208 with identifier: 120507267
2026-03-24 10:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 175965c2-d480-59f7-9c2f-8cde04c51208 with scrape type 1
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F9ada77fb-dcdd-4fa7-a873-69825f52d0c3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9ada77fb-dcdd-4fa7-a873-69825f52d0c3_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120206283, 'registration': 'ML25OSD', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '150kW SE [Nav] EV Long Range 64kWh 5dr Auto', 'mileage': 10004, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-19', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV13JON/2026-03-06/image/0a783ca6-14a6-4ade-9498-b2186d8445b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/3c9f2b9a-e7fe-4f99-8545-1aee552e70c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/1eac2096-bf0c-49c9-92da-32f6f9e0a3a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/01865ec7-12d8-4018-9b33-6db2ece2eb6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/cc8773cb-2fd6-4196-8f31-59e07873eafe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/22a4a9a6-1ffb-4079-92b8-05eb702bd429_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/5e1153a4-8f27-402b-bfdd-a07c548f372d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/5f453458-0f0c-4de2-9476-bf92b4474eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/45c95aa1-06f7-4940-9ba7-5dc1bd98631e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1058** 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/67e62a5d-2be6-4b99-9dc0-67f9a59c300a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120206283, 'registration': 'ML25OSD', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '150kW SE [Nav] EV Long Range 64kWh 5dr Auto', 'mileage': 10004, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-19', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV13JON/2026-03-06/image/0a783ca6-14a6-4ade-9498-b2186d8445b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/3c9f2b9a-e7fe-4f99-8545-1aee552e70c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/1eac2096-bf0c-49c9-92da-32f6f9e0a3a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/01865ec7-12d8-4018-9b33-6db2ece2eb6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/cc8773cb-2fd6-4196-8f31-59e07873eafe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/22a4a9a6-1ffb-4079-92b8-05eb702bd429_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/5e1153a4-8f27-402b-bfdd-a07c548f372d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/5f453458-0f0c-4de2-9476-bf92b4474eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/45c95aa1-06f7-4940-9ba7-5dc1bd98631e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1058** 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/67e62a5d-2be6-4b99-9dc0-67f9a59c300a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with identifier: 120206283
2026-03-24 10:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with scrape type 1
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F0a783ca6-14a6-4ade-9498-b2186d8445b4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/0a783ca6-14a6-4ade-9498-b2186d8445b4_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714411, 'registration': 'FX03EPK', 'account': 'WBA001', 'make': 'SMART', 'model': 'CITY-COUPE', 'derivative': 'smart and passion 2dr Auto', 'mileage': 82542, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2003-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-25', 'doors': 2, 'engineSize': 599, 'bodyType': 'Coupe', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 24K, 30K, 35K, 44K, 50K, 55K, 62K, 70K, 75K, 75K, 77K, 80K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': False, 'v5details': None, 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714411, 'registration': 'FX03EPK', 'account': 'WBA001', 'make': 'SMART', 'model': 'CITY-COUPE', 'derivative': 'smart and passion 2dr Auto', 'mileage': 82542, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2003-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-25', 'doors': 2, 'engineSize': 599, 'bodyType': 'Coupe', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 24K, 30K, 35K, 44K, 50K, 55K, 62K, 70K, 75K, 75K, 77K, 80K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': False, 'v5details': None, 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bfcbcd7-7d2d-5e53-a47f-88482c3756e1 with identifier: 120714411
2026-03-24 10:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bfcbcd7-7d2d-5e53-a47f-88482c3756e1 with scrape type 1
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4bfcbcd7-7d2d-5e53-a47f-88482c3756e1
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4bfcbcd7-7d2d-5e53-a47f-88482c3756e1
2026-03-24 10:02:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4bfcbcd7-7d2d-5e53-a47f-88482c3756e1, identifier: 120714411
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120630361, 'registration': 'LRZ8304', 'account': 'STE131', 'make': 'SEAT', 'model': 'LEON DIESEL HATCHBACK', 'derivative': '2.0 TDI 184 FR Technology 5dr', 'mileage': 110888, 'mileageWarranty': False, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-30', 'fuel': 'Diesel', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LRZ8304/2026-03-21/image/fa2fd011-793c-4622-82ab-e15193571c67_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/578be8d6-4144-4b63-885c-33050e22235d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/c245ae0a-42c7-4d74-b799-7835166fafe4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/9e13ced1-ab1b-469a-a9aa-95576b87ba14_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/e0667aa5-a3ed-4b55-93b4-7240a300f30f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/bb0b51cc-e348-4b7b-a7dd-30c43de24414_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/bab10b64-03a6-4153-88f8-1a5dacf1e724_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/471186f8-8f2e-4b1f-ab12-224ace6dcf26_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/39f0bfdd-8812-43c7-8196-8d6e2ef7fbbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/3206595d-5f91-4fa3-a9b0-0cdb386f5162_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/18-17K, 03/19-34K, 09/19-40K, 04/20-48K, 01/22-63K, 12/22-76K,', 'remarks': '**130** VOSA STATES 45K, 55K, 62K, 75K, 86K, 99K, 110K FORMER KEEPER UNKNOWN SD CARD', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2627720f-635a-40c0-bd15-281b3e129b71.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120630361, 'registration': 'LRZ8304', 'account': 'STE131', 'make': 'SEAT', 'model': 'LEON DIESEL HATCHBACK', 'derivative': '2.0 TDI 184 FR Technology 5dr', 'mileage': 110888, 'mileageWarranty': False, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-01-30', 'fuel': 'Diesel', 'motExpiry': '2027-03-06', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LRZ8304/2026-03-21/image/fa2fd011-793c-4622-82ab-e15193571c67_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/578be8d6-4144-4b63-885c-33050e22235d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/c245ae0a-42c7-4d74-b799-7835166fafe4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/9e13ced1-ab1b-469a-a9aa-95576b87ba14_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/e0667aa5-a3ed-4b55-93b4-7240a300f30f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/bb0b51cc-e348-4b7b-a7dd-30c43de24414_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/bab10b64-03a6-4153-88f8-1a5dacf1e724_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/471186f8-8f2e-4b1f-ab12-224ace6dcf26_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/39f0bfdd-8812-43c7-8196-8d6e2ef7fbbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LRZ8304/2026-03-21/image/3206595d-5f91-4fa3-a9b0-0cdb386f5162_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/18-17K, 03/19-34K, 09/19-40K, 04/20-48K, 01/22-63K, 12/22-76K,', 'remarks': '**130** VOSA STATES 45K, 55K, 62K, 75K, 86K, 99K, 110K FORMER KEEPER UNKNOWN SD CARD', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2627720f-635a-40c0-bd15-281b3e129b71.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f664675-4d6d-5235-a497-162a15d40269 with identifier: 120630361
2026-03-24 10:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f664675-4d6d-5235-a497-162a15d40269 with scrape type 2
2026-03-24 10:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f664675-4d6d-5235-a497-162a15d40269 with scrape type 2
2026-03-24 10:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f664675-4d6d-5235-a497-162a15d40269, identifier: 120630361
2026-03-24 10:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120629963
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629963%27 HTTP/1.1" 200 None
2026-03-24 10:02:32 [astonbarclay.gb] INFO: Scrape type for 120629963: 0
2026-03-24 10:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120638250
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120638250%27 HTTP/1.1" 200 None
2026-03-24 10:02:32 [astonbarclay.gb] INFO: Scrape type for 120638250: 2
2026-03-24 10:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4bfcbcd7-7d2d-5e53-a47f-88482c3756e1 with identifier: 120714411
2026-03-24 10:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4bfcbcd7-7d2d-5e53-a47f-88482c3756e1 with identifier: 120714411
2026-03-24 10:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4bfcbcd7-7d2d-5e53-a47f-88482c3756e1 with identifier: 120714411 to the API
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714411?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': None,
'engine': '0.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '4bfcbcd7-7d2d-5e53-a47f-88482c3756e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX03EPK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714411',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SMART',
'model': 'CITY-COUPE',
'odometer': 82542,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-03-28',
'seller_name': 'UKCGR',
'title': 'SMART CITY-COUPE smart and passion 2dr Auto',
'transmission': 'automatic',
'trim': 'smart and passion 2dr Auto',
'vin': None,
'year': 2003}
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714411%27 HTTP/1.1" 200 None
2026-03-24 10:02:32 [astonbarclay.gb] INFO: Saving data for 120714411: {'created_time': 1774346552.6138, 'last_price_update_time': 1774346552.613815, 'auction_closing_time': 1774604700.0}
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714411') HTTP/1.1" 204 0
2026-03-24 10:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f664675-4d6d-5235-a497-162a15d40269 with identifier: 120630361
2026-03-24 10:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f664675-4d6d-5235-a497-162a15d40269 with identifier: 120630361
2026-03-24 10:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f664675-4d6d-5235-a497-162a15d40269 with identifier: 120630361 to the API
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120630361?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '7f664675-4d6d-5235-a497-162a15d40269',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LRZ8304',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120630361',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SEAT',
'model': 'LEON DIESEL HATCHBACK',
'odometer': 110888,
'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': 'Stellantis Financial Services UK',
'title': 'SEAT LEON DIESEL HATCHBACK 2.0 TDI 184 FR Technology 5dr',
'transmission': 'manual',
'trim': '2.0 TDI 184 FR Technology 5dr',
'vin': None,
'year': 2017}
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120630361%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Saving data for 120630361: {'auction_closing_time': 1774604700.0, 'created_time': 1774011710.548744, 'last_price_update_time': 1774346553.097034}
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120630361') HTTP/1.1" 204 0
2026-03-24 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG70XVW/2026-03-19/image/c981652d-110d-4d9c-ad43-fe9cfc007f9d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue)
2026-03-24 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c58b674f-ae31-4485-a28c-2e37cec4e2b7_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue)
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F74e6cbf6-c08b-454a-8914-a4af617c81f9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/74e6cbf6-c08b-454a-8914-a4af617c81f9_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fafc2bc3a-e464-432d-a151-22a5458d6d75_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/afc2bc3a-e464-432d-a151-22a5458d6d75_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F548e025c-a8f1-4391-ace1-b538072a86fd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/548e025c-a8f1-4391-ace1-b538072a86fd_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F3c9f2b9a-e7fe-4f99-8545-1aee552e70c8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/3c9f2b9a-e7fe-4f99-8545-1aee552e70c8_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120645609
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120645609%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Scrape type for 120645609: 2
2026-03-24 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F0f915a1e-8166-499b-b1ef-2a1c7f28799b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/0f915a1e-8166-499b-b1ef-2a1c7f28799b_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252F350aea6a-b35e-43d7-b47f-d62586cb6407_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/350aea6a-b35e-43d7-b47f-d62586cb6407_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F4b6fbee5-da3d-4b1d-aa67-f28e103bb5a3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b6fbee5-da3d-4b1d-aa67-f28e103bb5a3_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F1eac2096-bf0c-49c9-92da-32f6f9e0a3a8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/1eac2096-bf0c-49c9-92da-32f6f9e0a3a8_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120192862?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120691186
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120691186%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Scrape type for 120691186: 0
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120714111
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120714111%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Scrape type for 120714111: 1
2026-03-24 10:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F6907bac4-4718-4cd1-9ce9-fb42e494723c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/6907bac4-4718-4cd1-9ce9-fb42e494723c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fd7a6379f-3d1c-4a79-9fa0-8b6aa6a85b84_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d7a6379f-3d1c-4a79-9fa0-8b6aa6a85b84_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252Fec09b12c-3dfb-46aa-afd8-55841f833389_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/ec09b12c-3dfb-46aa-afd8-55841f833389_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F01865ec7-12d8-4018-9b33-6db2ece2eb6e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/01865ec7-12d8-4018-9b33-6db2ece2eb6e_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120718931
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120718931%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Scrape type for 120718931: 1
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9364bbd0>
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252Fc981652d-110d-4d9c-ad43-fe9cfc007f9d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/c981652d-110d-4d9c-ad43-fe9cfc007f9d_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a6a790>
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252Fc58b674f-ae31-4485-a28c-2e37cec4e2b7_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c58b674f-ae31-4485-a28c-2e37cec4e2b7_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252Ffd4164f3-acc9-424f-b4d4-403993224a03_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/fd4164f3-acc9-424f-b4d4-403993224a03_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252F61ca2144-992d-4305-9b7f-b69bd2b77eed_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/61ca2144-992d-4305-9b7f-b69bd2b77eed_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252Fe61bbffb-c7b8-4a74-a96d-64a3990b5d06_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/e61bbffb-c7b8-4a74-a96d-64a3990b5d06_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252Fcc8773cb-2fd6-4196-8f31-59e07873eafe_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/cc8773cb-2fd6-4196-8f31-59e07873eafe_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV13JON/2026-03-06/image/0a783ca6-14a6-4ade-9498-b2186d8445b4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue)
2026-03-24 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV13JON/2026-03-06/image/3c9f2b9a-e7fe-4f99-8545-1aee552e70c8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue)
2026-03-24 10:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK22AOY/2026-03-11/image/f78be7cc-e56d-409a-b0df-930f70fc3f21_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue)
2026-03-24 10:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120714103
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714103%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Scrape type for 120714103: 1
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120507514, 'registration': 'MW71UYP', 'account': 'ZEN002', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.6 Hybrid4 300 GT Premium 5dr e-EAT8', 'mileage': 79262, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-21', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1600, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MW71UYP/2026-03-18/image/8d4689f2-acbf-4dc7-9ed1-98eb51fac9c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/54ffe670-d773-442f-a90b-8c65378a62ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/e5f634c4-4bc7-46af-893e-087836efc4f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/62184650-fb6f-41d5-86fe-d2060ae83da1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/fe943b7f-4fe1-4097-9ad3-22c32a57a042_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/d391ec0d-d1f4-4036-9aba-326129623568_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6cafe001-27be-49b2-8059-efcbaad88776_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6f9e6a51-56ce-4928-9e2a-19185033fa51_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/5ac6cf7b-dcc4-4bf7-bc11-c6b78726cfaa_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/23-15K, 02/24-34K, 01/25-54K, 01/26-75K,', 'remarks': '**857** VOSA STATES 54K, 75K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d0b4ce10-6162-4c4f-86ef-9f951aa9ba29.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120507514, 'registration': 'MW71UYP', 'account': 'ZEN002', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.6 Hybrid4 300 GT Premium 5dr e-EAT8', 'mileage': 79262, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-21', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1600, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MW71UYP/2026-03-18/image/8d4689f2-acbf-4dc7-9ed1-98eb51fac9c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/54ffe670-d773-442f-a90b-8c65378a62ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/e5f634c4-4bc7-46af-893e-087836efc4f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/62184650-fb6f-41d5-86fe-d2060ae83da1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/fe943b7f-4fe1-4097-9ad3-22c32a57a042_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/d391ec0d-d1f4-4036-9aba-326129623568_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6cafe001-27be-49b2-8059-efcbaad88776_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6f9e6a51-56ce-4928-9e2a-19185033fa51_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/5ac6cf7b-dcc4-4bf7-bc11-c6b78726cfaa_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/23-15K, 02/24-34K, 01/25-54K, 01/26-75K,', 'remarks': '**857** VOSA STATES 54K, 75K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d0b4ce10-6162-4c4f-86ef-9f951aa9ba29.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4662520-25e3-5908-ba11-408493ed0dfb with identifier: 120507514
2026-03-24 10:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4662520-25e3-5908-ba11-408493ed0dfb with scrape type 1
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F8d4689f2-acbf-4dc7-9ed1-98eb51fac9c5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/8d4689f2-acbf-4dc7-9ed1-98eb51fac9c5_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120192862, 'registration': 'MM68WYL', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 64140, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MM68WYL/2026-03-05/image/2d809d60-e1f0-4278-9a08-de1cdc8ee210_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/68077d24-44ec-4a7f-95f1-53be94dbe6a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/cdc31397-b446-4eab-ab37-d9ed960d21ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/48878a08-6f80-4a76-8f62-be7f133fb56f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/c1fa9c70-c26a-47f9-8f22-63cf7e604424_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/9cac16a2-2558-4aaa-aa1b-80dc9f8ec87a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/208309c2-56c6-4f57-999a-ecdb07e59db0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 04/24 ??', 'remarks': 'VOSA STATES 24K- 38K -51K- 63K- 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': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/80fe6f2f-9f19-4186-9da6-5490e63667c7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120192862, 'registration': 'MM68WYL', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS ESTATE', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 64140, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MM68WYL/2026-03-05/image/2d809d60-e1f0-4278-9a08-de1cdc8ee210_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/68077d24-44ec-4a7f-95f1-53be94dbe6a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/cdc31397-b446-4eab-ab37-d9ed960d21ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/48878a08-6f80-4a76-8f62-be7f133fb56f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/c1fa9c70-c26a-47f9-8f22-63cf7e604424_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/9cac16a2-2558-4aaa-aa1b-80dc9f8ec87a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM68WYL/2026-03-05/image/208309c2-56c6-4f57-999a-ecdb07e59db0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 04/24 ??', 'remarks': 'VOSA STATES 24K- 38K -51K- 63K- 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': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/80fe6f2f-9f19-4186-9da6-5490e63667c7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55984e6a-136c-59a8-a814-d8600d6e9edd with identifier: 120192862
2026-03-24 10:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55984e6a-136c-59a8-a814-d8600d6e9edd with scrape type 2
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55984e6a-136c-59a8-a814-d8600d6e9edd with scrape type 2
2026-03-24 10:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 55984e6a-136c-59a8-a814-d8600d6e9edd, identifier: 120192862
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F4b729f20-9bac-4179-8fe6-a5e53cd65491_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b729f20-9bac-4179-8fe6-a5e53cd65491_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F22a4a9a6-1ffb-4079-92b8-05eb702bd429_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/22a4a9a6-1ffb-4079-92b8-05eb702bd429_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 55984e6a-136c-59a8-a814-d8600d6e9edd with identifier: 120192862
2026-03-24 10:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 55984e6a-136c-59a8-a814-d8600d6e9edd with identifier: 120192862
2026-03-24 10:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 55984e6a-136c-59a8-a814-d8600d6e9edd with identifier: 120192862 to the API
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120192862?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-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '55984e6a-136c-59a8-a814-d8600d6e9edd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MM68WYL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120192862',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS ESTATE',
'odometer': 64140,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-31',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS ESTATE 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2018}
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120192862%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Saving data for 120192862: {'auction_closing_time': 1774888200.0, 'created_time': 1773404201.665, 'last_price_update_time': 1774346554.581272}
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120192862') HTTP/1.1" 204 0
2026-03-24 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK71XHU/2026-03-16/image/8c9f2fb8-ecaf-4f0b-8fce-f114a6c9534d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue)
2026-03-24 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG70XVW/2026-03-19/image/46c35aab-8ada-4428-b64a-6a59d981f774_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue)
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120714267
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714267%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Scrape type for 120714267: 1
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F54ffe670-d773-442f-a90b-8c65378a62ba_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/54ffe670-d773-442f-a90b-8c65378a62ba_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F9372518c-e634-4fe5-b5ba-845c18c3b1c3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9372518c-e634-4fe5-b5ba-845c18c3b1c3_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F5e1153a4-8f27-402b-bfdd-a07c548f372d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/5e1153a4-8f27-402b-bfdd-a07c548f372d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ac35d0>
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F0a783ca6-14a6-4ade-9498-b2186d8445b4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/0a783ca6-14a6-4ade-9498-b2186d8445b4_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9363c810>
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F3c9f2b9a-e7fe-4f99-8545-1aee552e70c8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/3c9f2b9a-e7fe-4f99-8545-1aee552e70c8_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d17950>
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252Ff78be7cc-e56d-409a-b0df-930f70fc3f21_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/f78be7cc-e56d-409a-b0df-930f70fc3f21_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120696015
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696015%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Scrape type for 120696015: 0
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Found listing with ID: 120717471
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120717471%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [astonbarclay.gb] INFO: Scrape type for 120717471: 1
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252Fe5f634c4-4bc7-46af-893e-087836efc4f9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/e5f634c4-4bc7-46af-893e-087836efc4f9_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120442309?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120302568?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120408135?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120654113?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/ec09b12c-3dfb-46aa-afd8-55841f833389_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV13JON/2026-03-06/image/01865ec7-12d8-4018-9b33-6db2ece2eb6e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue)
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F5042cfbc-3a25-4e4a-8072-f902c79146f3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/5042cfbc-3a25-4e4a-8072-f902c79146f3_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F5f453458-0f0c-4de2-9476-bf92b4474eed_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/5f453458-0f0c-4de2-9476-bf92b4474eed_removebg.jpg?w=600 not downloaded yet
2026-03-24 10: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-24 10: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-24 10: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-24 10: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-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120674884
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674884%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120674884: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120693178
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693178%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120693178: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120693859
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693859%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120693859: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120692160
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692160%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120692160: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120694262
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694262%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120694262: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120690364
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690364%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120690364: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120674944
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674944%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120674944: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120682131
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120682131%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120682131: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120641887
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120641887%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120641887: 2
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F62184650-fb6f-41d5-86fe-d2060ae83da1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/62184650-fb6f-41d5-86fe-d2060ae83da1_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9195c590>
2026-03-24 10:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252F8c9f2fb8-ecaf-4f0b-8fce-f114a6c9534d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/8c9f2fb8-ecaf-4f0b-8fce-f114a6c9534d_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92dea910>
2026-03-24 10:02:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F46c35aab-8ada-4428-b64a-6a59d981f774_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/46c35aab-8ada-4428-b64a-6a59d981f774_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F69ea5826-aaf5-45dd-9a53-dab578753825_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/69ea5826-aaf5-45dd-9a53-dab578753825_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F45c95aa1-06f7-4940-9ba7-5dc1bd98631e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/45c95aa1-06f7-4940-9ba7-5dc1bd98631e_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120642269
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120642269%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120642269: 2
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252Ffe943b7f-4fe1-4097-9ad3-22c32a57a042_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/fe943b7f-4fe1-4097-9ad3-22c32a57a042_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120364358?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F84841390-ab2e-478e-92bd-fc7cd4ee7d64_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/84841390-ab2e-478e-92bd-fc7cd4ee7d64_removebg.jpg?w=600 not downloaded yet
2026-03-24 10: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-24 10:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120024515?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b729f20-9bac-4179-8fe6-a5e53cd65491_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120673273
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673273%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120673273: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120674631
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674631%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120674631: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120679073
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679073%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120679073: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120686052
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686052%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120686052: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120680251
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680251%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120680251: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120680236
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680236%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120680236: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120673292
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673292%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120673292: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120629972
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629972%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120629972: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120590755
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120590755%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120590755: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120592174
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592174%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120592174: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120678881
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678881%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120678881: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120591393
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591393%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120591393: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120591143
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591143%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120591143: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120646744
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120646744%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120646744: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120625573
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120625573%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120625573: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120466492
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120466492%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120466492: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120690985
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690985%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120690985: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120670779
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120670779%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120670779: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120591357
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591357%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120591357: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120592922
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592922%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120592922: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120466479
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120466479%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120466479: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120627497
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627497%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120627497: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120627663
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627663%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120627663: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120627674
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627674%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120627674: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120627849
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627849%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120627849: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120686475
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686475%27 HTTP/1.1" 200 None
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Scrape type for 120686475: 0
2026-03-24 10:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120673229
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120673229%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120673229: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120673241
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120673241%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120673241: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120676801
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120676801%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120676801: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120673220
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120673220%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120673220: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120629981
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120629981%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120629981: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120644493
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120644493%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120644493: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120556298
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120556298%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120556298: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120587587
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120587587%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120587587: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120686558
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120686558%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120686558: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120587610
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120587610%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120587610: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120631174
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120631174%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120631174: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120592412
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592412%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120592412: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 118537231
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27118537231%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 118537231: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119203393
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119203393%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119203393: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119348869
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119348869%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119348869: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119328399
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119328399%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119328399: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119408215
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119408215%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119408215: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119348144
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119348144%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119348144: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119427785
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119427785%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119427785: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 119328453
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27119328453%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 119328453: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120594672
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120594672%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120594672: 0
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120624729
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120624729%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Scrape type for 120624729: 2
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252Fd391ec0d-d1f4-4036-9aba-326129623568_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/d391ec0d-d1f4-4036-9aba-326129623568_removebg.jpg?w=600 not downloaded yet
2026-03-24 10: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-24 10:02:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120442309, 'registration': 'SH14EJN', 'account': 'MAN037', 'make': 'RENAULT', 'model': 'CAPTUR DIESEL HATCHBACK', 'derivative': '1.5 dCi 90 Dynamique S MediaNav Energy 5dr', 'mileage': 73350, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-07', 'fuel': 'Diesel', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH14EJN/2026-03-13/image/384e9888-8d53-4349-ae2b-910417eaf529_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/b890a1e7-cb3f-4780-aa39-b105911d61d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/679e0aa1-2874-4fcb-a857-eba66c4f6bd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/5846d531-f9dd-4ba8-8813-158c432a5139_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/dbb3d391-40ca-416d-b4f7-60031725cf12_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/a829317a-0c89-4c0d-89f7-f408e7d88f66_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/bfbd73e6-2e93-4ea7-985a-f44e2ef7d7a3_removebg.jpg?w=600'], 'colour': 'BEIGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/17-29K', 'remarks': 'VOSA STATES - 61K, 63K, 67K, 72K - 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': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/064763be-816b-46f6-b4a7-0b045a9bebb6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120442309, 'registration': 'SH14EJN', 'account': 'MAN037', 'make': 'RENAULT', 'model': 'CAPTUR DIESEL HATCHBACK', 'derivative': '1.5 dCi 90 Dynamique S MediaNav Energy 5dr', 'mileage': 73350, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-07', 'fuel': 'Diesel', 'motExpiry': '2026-11-30', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH14EJN/2026-03-13/image/384e9888-8d53-4349-ae2b-910417eaf529_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/b890a1e7-cb3f-4780-aa39-b105911d61d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/679e0aa1-2874-4fcb-a857-eba66c4f6bd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/5846d531-f9dd-4ba8-8813-158c432a5139_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/dbb3d391-40ca-416d-b4f7-60031725cf12_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/a829317a-0c89-4c0d-89f7-f408e7d88f66_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH14EJN/2026-03-13/image/bfbd73e6-2e93-4ea7-985a-f44e2ef7d7a3_removebg.jpg?w=600'], 'colour': 'BEIGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/17-29K', 'remarks': 'VOSA STATES - 61K, 63K, 67K, 72K - 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': 95, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/064763be-816b-46f6-b4a7-0b045a9bebb6.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12e841be-c798-5652-881a-d95a1d83cbf8 with identifier: 120442309
2026-03-24 10:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12e841be-c798-5652-881a-d95a1d83cbf8 with scrape type 2
2026-03-24 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12e841be-c798-5652-881a-d95a1d83cbf8 with scrape type 2
2026-03-24 10:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 12e841be-c798-5652-881a-d95a1d83cbf8, identifier: 120442309
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120302568, 'registration': 'NL67FWR', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.4i 16V SRi 5dr', 'mileage': 87317, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL67FWR/2026-03-11/image/fcb30147-2bfe-46e7-b4ae-19567f68802f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/ec347981-8492-48c4-b969-a5850a142a1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/8dae0bd8-887f-4984-a223-7770110b8d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/afd7b9c9-9f45-4b39-a0a6-6cf3edaa3c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/2ea29a7b-efd3-4874-a7dd-1ba9bf48b117_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/10e322d2-e366-4bef-ad9e-cc4df8729880_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/c580a79d-6cd3-45c5-9c99-c77b9a5edd31_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 10/18 8K - 10/19 14K - 03/20 17K - 06/25 78K', 'remarks': 'VOSA STATES 45K - 57K - 71K - 87K', 'virtual': False, 'seller': 'Manamanx Ltd', '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/871f7f86-3ae2-4311-ab83-ead25041cd87.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120302568, 'registration': 'NL67FWR', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'ASTRA HATCHBACK', 'derivative': '1.4i 16V SRi 5dr', 'mileage': 87317, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL67FWR/2026-03-11/image/fcb30147-2bfe-46e7-b4ae-19567f68802f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/ec347981-8492-48c4-b969-a5850a142a1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/8dae0bd8-887f-4984-a223-7770110b8d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/afd7b9c9-9f45-4b39-a0a6-6cf3edaa3c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/2ea29a7b-efd3-4874-a7dd-1ba9bf48b117_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/10e322d2-e366-4bef-ad9e-cc4df8729880_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL67FWR/2026-03-11/image/c580a79d-6cd3-45c5-9c99-c77b9a5edd31_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 10/18 8K - 10/19 14K - 03/20 17K - 06/25 78K', 'remarks': 'VOSA STATES 45K - 57K - 71K - 87K', 'virtual': False, 'seller': 'Manamanx Ltd', '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/871f7f86-3ae2-4311-ab83-ead25041cd87.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbf47009-9601-5eab-a2d9-95a33de78e17 with identifier: 120302568
2026-03-24 10:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbf47009-9601-5eab-a2d9-95a33de78e17 with scrape type 2
2026-03-24 10:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbf47009-9601-5eab-a2d9-95a33de78e17 with scrape type 2
2026-03-24 10:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fbf47009-9601-5eab-a2d9-95a33de78e17, identifier: 120302568
2026-03-24 10:02:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120408135, 'registration': 'WK09XWJ', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '2.0 Titanium 5dr', 'mileage': 67446, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-03-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/f67b2a51-b008-47dd-babb-7aca187a21dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/6f26994d-7511-47d8-bfcd-b21a9383f807_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/cd961b73-05c5-48d6-b6c7-957c96788454_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/7cd663f5-ec89-456e-8912-0b0bee5c04c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/da6f9c4b-85e4-4736-970a-a96b0ab3a6a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/9bbebdb1-5a1f-4e5e-ac30-cdf07034a55c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/f74f2745-c4e3-4f0c-b6f1-332592c338c0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 03/10-5K, 03/11-10K, 04/12-17K, 07/25-64K', 'remarks': 'NO V5 HPI SHOWING 3 FORMER KEEPERS - VOSA STATES 54K, 58K, 59K, 67K, DAMAGED SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1b372c7c-7fbb-44c4-b69c-a316cc657392.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120408135, 'registration': 'WK09XWJ', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '2.0 Titanium 5dr', 'mileage': 67446, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-03-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/f67b2a51-b008-47dd-babb-7aca187a21dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/6f26994d-7511-47d8-bfcd-b21a9383f807_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/cd961b73-05c5-48d6-b6c7-957c96788454_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/7cd663f5-ec89-456e-8912-0b0bee5c04c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/da6f9c4b-85e4-4736-970a-a96b0ab3a6a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/9bbebdb1-5a1f-4e5e-ac30-cdf07034a55c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK09XWJ/2026-03-20/image/f74f2745-c4e3-4f0c-b6f1-332592c338c0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 03/10-5K, 03/11-10K, 04/12-17K, 07/25-64K', 'remarks': 'NO V5 HPI SHOWING 3 FORMER KEEPERS - VOSA STATES 54K, 58K, 59K, 67K, DAMAGED SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1b372c7c-7fbb-44c4-b69c-a316cc657392.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 123a6918-3223-5f36-8a4a-cd14a0b72d40 with identifier: 120408135
2026-03-24 10:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 123a6918-3223-5f36-8a4a-cd14a0b72d40 with scrape type 2
2026-03-24 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 123a6918-3223-5f36-8a4a-cd14a0b72d40 with scrape type 2
2026-03-24 10:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 123a6918-3223-5f36-8a4a-cd14a0b72d40, identifier: 120408135
2026-03-24 10:02:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120654113, 'registration': 'YB69NPV', 'account': 'MAN037', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 AMG Line Edition 5dr Auto', 'mileage': 36972, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-02-07', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB69NPV/2026-03-21/image/ab981dc9-4360-40db-be6e-071f87b9d8f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/0f4c0b40-f08e-417e-b23a-f6d1526820cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/8e59f599-a5e1-4c5d-9714-9753bd5485c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/ee5ac142-e339-4594-8725-a9a8f127752d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/d1c1597b-39da-4547-b86c-d894837e6ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/9ddedca7-1003-4c0c-9711-fda538e11c9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/5190ab96-7cd7-4b97-9f38-d84ee3034644_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/a14a3fea-1aab-445f-8e4a-e8630c977b0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/9b71462b-0834-4eaa-9f3a-3475ab94f228_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/21-9K, 01/22-11K, 12/22-15K, 11/25-34K,', 'remarks': 'VOSA STATES 19K, 20K, 28K, SPARE KEY AND 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': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4fe556ad-92d9-45a9-ae45-f7cabb9bd8a7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120654113, 'registration': 'YB69NPV', 'account': 'MAN037', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 AMG Line Edition 5dr Auto', 'mileage': 36972, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-02-07', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB69NPV/2026-03-21/image/ab981dc9-4360-40db-be6e-071f87b9d8f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/0f4c0b40-f08e-417e-b23a-f6d1526820cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/8e59f599-a5e1-4c5d-9714-9753bd5485c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/ee5ac142-e339-4594-8725-a9a8f127752d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/d1c1597b-39da-4547-b86c-d894837e6ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/9ddedca7-1003-4c0c-9711-fda538e11c9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/5190ab96-7cd7-4b97-9f38-d84ee3034644_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/a14a3fea-1aab-445f-8e4a-e8630c977b0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB69NPV/2026-03-21/image/9b71462b-0834-4eaa-9f3a-3475ab94f228_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/21-9K, 01/22-11K, 12/22-15K, 11/25-34K,', 'remarks': 'VOSA STATES 19K, 20K, 28K, SPARE KEY AND 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': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4fe556ad-92d9-45a9-ae45-f7cabb9bd8a7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce3670f0-eb08-546d-9577-0856f008a0b8 with identifier: 120654113
2026-03-24 10:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce3670f0-eb08-546d-9577-0856f008a0b8 with scrape type 2
2026-03-24 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce3670f0-eb08-546d-9577-0856f008a0b8 with scrape type 2
2026-03-24 10:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ce3670f0-eb08-546d-9577-0856f008a0b8, identifier: 120654113
2026-03-24 10:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d67cd0>
2026-03-24 10:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252Fec09b12c-3dfb-46aa-afd8-55841f833389_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/ec09b12c-3dfb-46aa-afd8-55841f833389_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d11510>
2026-03-24 10:02:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F01865ec7-12d8-4018-9b33-6db2ece2eb6e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/01865ec7-12d8-4018-9b33-6db2ece2eb6e_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 12e841be-c798-5652-881a-d95a1d83cbf8 with identifier: 120442309
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BEIGE HTTP/1.1" 200 None
2026-03-24 10:02:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 12e841be-c798-5652-881a-d95a1d83cbf8 with identifier: 120442309
2026-03-24 10:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 12e841be-c798-5652-881a-d95a1d83cbf8 with identifier: 120442309 to the API
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120442309?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 95,
'color': 'BEIGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '12e841be-c798-5652-881a-d95a1d83cbf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SH14EJN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120442309',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CAPTUR DIESEL HATCHBACK',
'odometer': 73350,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-07',
'seller_name': 'Manamanx Ltd',
'title': 'RENAULT CAPTUR DIESEL HATCHBACK 1.5 dCi 90 Dynamique S MediaNav '
'Energy 5dr',
'transmission': 'manual',
'trim': '1.5 dCi 90 Dynamique S MediaNav Energy 5dr',
'vin': None,
'year': 2014}
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120442309%27 HTTP/1.1" 200 None
2026-03-24 10:02:37 [astonbarclay.gb] INFO: Saving data for 120442309: {'auction_closing_time': 1774888200.0, 'created_time': 1773430671.637087, 'last_price_update_time': 1774346557.914529}
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442309') HTTP/1.1" 204 0
2026-03-24 10:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fbf47009-9601-5eab-a2d9-95a33de78e17 with identifier: 120302568
2026-03-24 10:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fbf47009-9601-5eab-a2d9-95a33de78e17 with identifier: 120302568
2026-03-24 10:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fbf47009-9601-5eab-a2d9-95a33de78e17 with identifier: 120302568 to the API
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120302568?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'fbf47009-9601-5eab-a2d9-95a33de78e17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NL67FWR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120302568',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ASTRA HATCHBACK',
'odometer': 87317,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-27',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL ASTRA HATCHBACK 1.4i 16V SRi 5dr',
'transmission': 'manual',
'trim': '1.4i 16V SRi 5dr',
'vin': None,
'year': 2017}
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120302568%27 HTTP/1.1" 200 None
2026-03-24 10:02:38 [astonbarclay.gb] INFO: Saving data for 120302568: {'auction_closing_time': 1774888200.0, 'created_time': 1773404296.035096, 'last_price_update_time': 1774346558.398283}
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120302568') HTTP/1.1" 204 0
2026-03-24 10:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 123a6918-3223-5f36-8a4a-cd14a0b72d40 with identifier: 120408135
2026-03-24 10:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 123a6918-3223-5f36-8a4a-cd14a0b72d40 with identifier: 120408135
2026-03-24 10:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 123a6918-3223-5f36-8a4a-cd14a0b72d40 with identifier: 120408135 to the API
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120408135?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '123a6918-3223-5f36-8a4a-cd14a0b72d40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WK09XWJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120408135',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 67446,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-03-17',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS HATCHBACK 2.0 Titanium 5dr',
'transmission': 'manual',
'trim': '2.0 Titanium 5dr',
'vin': None,
'year': 2009}
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120408135%27 HTTP/1.1" 200 None
2026-03-24 10:02:38 [astonbarclay.gb] INFO: Saving data for 120408135: {'auction_closing_time': 1774888200.0, 'created_time': 1773403881.136786, 'last_price_update_time': 1774346558.816923}
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120408135') HTTP/1.1" 204 0
2026-03-24 10:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ce3670f0-eb08-546d-9577-0856f008a0b8 with identifier: 120654113
2026-03-24 10:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ce3670f0-eb08-546d-9577-0856f008a0b8 with identifier: 120654113
2026-03-24 10:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ce3670f0-eb08-546d-9577-0856f008a0b8 with identifier: 120654113 to the API
2026-03-24 10:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120654113?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ce3670f0-eb08-546d-9577-0856f008a0b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB69NPV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120654113',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'GLA HATCHBACK',
'odometer': 36972,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-07',
'seller_name': 'Manamanx Ltd',
'title': 'MERCEDES-BENZ GLA HATCHBACK GLA 180 AMG Line Edition 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 180 AMG Line Edition 5dr Auto',
'vin': None,
'year': 2020}
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120654113%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Saving data for 120654113: {'auction_closing_time': 1774888200.0, 'created_time': 1774034185.387742, 'last_price_update_time': 1774346559.16693}
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654113') HTTP/1.1" 204 0
2026-03-24 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV13JON/2026-03-06/image/22a4a9a6-1ffb-4079-92b8-05eb702bd429_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue)
2026-03-24 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MW71UYP/2026-03-18/image/54ffe670-d773-442f-a90b-8c65378a62ba_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue)
2026-03-24 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV13JON/2026-03-06/image/5e1153a4-8f27-402b-bfdd-a07c548f372d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue)
2026-03-24 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9372518c-e634-4fe5-b5ba-845c18c3b1c3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 119118258
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119118258%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 119118258: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120128301
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120128301%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120128301: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120664590
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120664590%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120664590: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120618676
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120618676%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120618676: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 118796475
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118796475%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 118796475: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120688360
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688360%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120688360: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120615564
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615564%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120615564: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120691672
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691672%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120691672: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120123734
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120123734%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120123734: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120631938
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631938%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120631938: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120060692
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120060692%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120060692: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120618602
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120618602%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120618602: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 119707891
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119707891%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 119707891: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120658704
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658704%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120658704: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 119766991
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119766991%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 119766991: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 119819250
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119819250%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 119819250: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120326071
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120326071%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 120326071: 0
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Found listing with ID: 118978647
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118978647%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Scrape type for 118978647: 2
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F6cafe001-27be-49b2-8059-efcbaad88776_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6cafe001-27be-49b2-8059-efcbaad88776_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476160?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118991105?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120364358, 'registration': 'EK68BNY', 'account': 'MAN037', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 67708, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-11-19', 'fuel': 'Petrol', 'motExpiry': '2026-05-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK68BNY/2026-03-11/image/13e0fb96-b94f-48ee-a947-83688b976d2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/4ec652b3-ef60-4273-a777-db5eee0a88c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/fb890d05-1b29-44bf-87b5-7c01c6dc65d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/4efe2467-8b39-471d-be60-8102e140ff64_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/052cd38f-7f8c-4b4a-a5d2-500619172afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/d2cc193b-ed1c-4d1c-a6d6-5bf42fe29004_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/9193eeea-9af8-4eac-b4c0-ec8047836ef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/af7f0e1f-b68f-4ab7-81c5-818292a382b3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/19-5K, 02/21-10K, 03/22-12K', 'remarks': 'VOSA STATES 13K, 36K, 64K, 66K, 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/ac32e108-1119-44fa-90db-e987e541c71d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120364358, 'registration': 'EK68BNY', 'account': 'MAN037', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 67708, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-11-19', 'fuel': 'Petrol', 'motExpiry': '2026-05-20', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK68BNY/2026-03-11/image/13e0fb96-b94f-48ee-a947-83688b976d2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/4ec652b3-ef60-4273-a777-db5eee0a88c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/fb890d05-1b29-44bf-87b5-7c01c6dc65d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/4efe2467-8b39-471d-be60-8102e140ff64_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/052cd38f-7f8c-4b4a-a5d2-500619172afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/d2cc193b-ed1c-4d1c-a6d6-5bf42fe29004_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/9193eeea-9af8-4eac-b4c0-ec8047836ef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK68BNY/2026-03-11/image/af7f0e1f-b68f-4ab7-81c5-818292a382b3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/19-5K, 02/21-10K, 03/22-12K', 'remarks': 'VOSA STATES 13K, 36K, 64K, 66K, 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/ac32e108-1119-44fa-90db-e987e541c71d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e559a19-f105-5da3-8124-65dd748477cb with identifier: 120364358
2026-03-24 10:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e559a19-f105-5da3-8124-65dd748477cb with scrape type 2
2026-03-24 10:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e559a19-f105-5da3-8124-65dd748477cb with scrape type 2
2026-03-24 10:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1e559a19-f105-5da3-8124-65dd748477cb, identifier: 120364358
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120024515, 'registration': 'DGZ4826', 'account': 'MAN037', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic 5dr', 'mileage': 98697, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-26', 'fuel': 'Diesel', 'motExpiry': '2026-10-20', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DGZ4826/2026-02-27/image/d9769844-74e5-45e4-9498-778103d4636a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/6407c3b0-aefc-42de-a646-de06f769cd5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/ea3aa1c8-6099-480e-a0ed-48b6a28eb0b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/21c01e96-74be-4408-97ac-8b891d20a093_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/9916824e-2a58-4346-b21f-6a211ac98986_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/01a7e7ed-2ad0-47f4-a0b7-6184fe08f045_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/2e7c2f5b-401f-4fba-bd14-3acabc81db2b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES, 58K, 73K, 84K, 95K - 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': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a66c103-1fbc-4baf-ab35-71bcc44abce3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120024515, 'registration': 'DGZ4826', 'account': 'MAN037', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic 5dr', 'mileage': 98697, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-26', 'fuel': 'Diesel', 'motExpiry': '2026-10-20', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DGZ4826/2026-02-27/image/d9769844-74e5-45e4-9498-778103d4636a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/6407c3b0-aefc-42de-a646-de06f769cd5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/ea3aa1c8-6099-480e-a0ed-48b6a28eb0b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/21c01e96-74be-4408-97ac-8b891d20a093_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/9916824e-2a58-4346-b21f-6a211ac98986_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/01a7e7ed-2ad0-47f4-a0b7-6184fe08f045_removebg.jpg?w=600', 'https://abimg003.imgix.net/DGZ4826/2026-02-27/image/2e7c2f5b-401f-4fba-bd14-3acabc81db2b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES, 58K, 73K, 84K, 95K - 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': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a66c103-1fbc-4baf-ab35-71bcc44abce3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23d56795-1d42-56e1-9741-e559033abed3 with identifier: 120024515
2026-03-24 10:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23d56795-1d42-56e1-9741-e559033abed3 with scrape type 2
2026-03-24 10:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23d56795-1d42-56e1-9741-e559033abed3 with scrape type 2
2026-03-24 10:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23d56795-1d42-56e1-9741-e559033abed3, identifier: 120024515
2026-03-24 10:02:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a61b10>
2026-03-24 10:02:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F4b729f20-9bac-4179-8fe6-a5e53cd65491_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b729f20-9bac-4179-8fe6-a5e53cd65491_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MW71UYP/2026-03-18/image/fe943b7f-4fe1-4097-9ad3-22c32a57a042_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue)
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 118690249
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118690249%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 118690249: 0
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120663571
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120663571%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120663571: 0
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120687223
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687223%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120687223: 0
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120691092
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691092%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120691092: 0
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120687150
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687150%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120687150: 0
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120688243
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688243%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120688243: 0
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120277955
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120277955%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120277955: 0
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120680805
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680805%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120680805: 0
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120674268
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674268%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120674268: 0
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120692322
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692322%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Scrape type for 120692322: 1
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02: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%252FMW71UYP%252F2026-03-18%252Fimage%252F6f9e6a51-56ce-4928-9e2a-19185033fa51_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6f9e6a51-56ce-4928-9e2a-19185033fa51_removebg.jpg?w=600 not downloaded yet
2026-03-24 10: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-24 10: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-24 10:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1e559a19-f105-5da3-8124-65dd748477cb with identifier: 120364358
2026-03-24 10:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1e559a19-f105-5da3-8124-65dd748477cb with identifier: 120364358
2026-03-24 10:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1e559a19-f105-5da3-8124-65dd748477cb with identifier: 120364358 to the API
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120364358?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '1e559a19-f105-5da3-8124-65dd748477cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK68BNY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120364358',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 67708,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-19',
'seller_name': 'Manamanx Ltd',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2018}
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120364358%27 HTTP/1.1" 200 None
2026-03-24 10:02:40 [astonbarclay.gb] INFO: Saving data for 120364358: {'auction_closing_time': 1774888200.0, 'created_time': 1773404157.800616, 'last_price_update_time': 1774346560.610652}
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120364358') HTTP/1.1" 204 0
2026-03-24 10:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23d56795-1d42-56e1-9741-e559033abed3 with identifier: 120024515
2026-03-24 10:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23d56795-1d42-56e1-9741-e559033abed3 with identifier: 120024515
2026-03-24 10:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23d56795-1d42-56e1-9741-e559033abed3 with identifier: 120024515 to the API
2026-03-24 10:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120024515?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '23d56795-1d42-56e1-9741-e559033abed3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DGZ4826',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120024515',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 98697,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-26',
'seller_name': 'Manamanx Ltd',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 TD4 HSE Dynamic '
'5dr',
'transmission': 'manual',
'trim': '2.0 TD4 HSE Dynamic 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120024515%27 HTTP/1.1" 200 None
2026-03-24 10:02:41 [astonbarclay.gb] INFO: Saving data for 120024515: {'auction_closing_time': 1774888200.0, 'created_time': 1773404295.168316, 'last_price_update_time': 1774346561.196245}
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120024515') HTTP/1.1" 204 0
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92da0710>
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F22a4a9a6-1ffb-4079-92b8-05eb702bd429_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/22a4a9a6-1ffb-4079-92b8-05eb702bd429_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a74990>
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F54ffe670-d773-442f-a90b-8c65378a62ba_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/54ffe670-d773-442f-a90b-8c65378a62ba_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919ea610>
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F5e1153a4-8f27-402b-bfdd-a07c548f372d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/5e1153a4-8f27-402b-bfdd-a07c548f372d_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d67c50>
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F9372518c-e634-4fe5-b5ba-845c18c3b1c3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9372518c-e634-4fe5-b5ba-845c18c3b1c3_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/69ea5826-aaf5-45dd-9a53-dab578753825_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/84841390-ab2e-478e-92bd-fc7cd4ee7d64_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MW71UYP/2026-03-18/image/d391ec0d-d1f4-4036-9aba-326129623568_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue)
2026-03-24 10:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120692763
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120692763%27 HTTP/1.1" 200 None
2026-03-24 10:02:41 [astonbarclay.gb] INFO: Scrape type for 120692763: 1
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F5ac6cf7b-dcc4-4bf7-bc11-c6b78726cfaa_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/5ac6cf7b-dcc4-4bf7-bc11-c6b78726cfaa_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476160, 'registration': 'MA71WZZ', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 200 L1 DIESEL', 'derivative': '1.5 EcoBlue 75ps Van', 'mileage': 77458, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-08-06', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 56K 72K, SPARE KEY', 'virtual': False, 'seller': 'SIXT Van & Truck', '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/7ec0314a-1c29-4ef1-977b-930197c58823.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:02:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476160, 'registration': 'MA71WZZ', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 200 L1 DIESEL', 'derivative': '1.5 EcoBlue 75ps Van', 'mileage': 77458, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-08-06', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 56K 72K, SPARE KEY', 'virtual': False, 'seller': 'SIXT Van & Truck', '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/7ec0314a-1c29-4ef1-977b-930197c58823.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eb52f31-8d80-5e37-9d1b-aa4afff251c8 with identifier: 120476160
2026-03-24 10:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3eb52f31-8d80-5e37-9d1b-aa4afff251c8 with scrape type 1
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3eb52f31-8d80-5e37-9d1b-aa4afff251c8
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3eb52f31-8d80-5e37-9d1b-aa4afff251c8
2026-03-24 10:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3eb52f31-8d80-5e37-9d1b-aa4afff251c8, identifier: 120476160
2026-03-24 10:02:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118991105, 'registration': 'KRZ8708', 'account': 'MAN027', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic 5dr Auto', 'mileage': 89653, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 35}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-05-20', 'fuel': 'Diesel', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KRZ8708/2026-02-10/image/7e4f5767-5bed-4aaa-af59-69069d7fc094_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/afa607b0-a68f-42f9-8cdc-213419857054_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/74510c0a-3082-418b-a62c-b266d6b4ce18_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/3e2d86c8-220d-4ce4-98ee-5082f7df20b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/cbe98bc2-ef79-4207-be42-787705630c65_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/6b180e69-2516-4b47-8cd0-1d90d33b7635_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/39f723f7-619b-4fe8-bef5-8d671b1b6d58_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/d6ef267c-880d-4ca1-9a3f-3e740503e4b2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/18-16k', 'remarks': 'NON-RUNNER COLLECTION ONLY CHELMSFORD - ENGINE ISSUES, MAY HAVE FURTHER FAULTS, SOLD AS SEEN - Engine has excessive knocking. Won’t stay running - Engine has a diesel runaway where the vehicle won’t shut off - Coolant is contaminated and over filled - NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 55K - 67K 77K- 89K-', 'virtual': True, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ebafe470-2b0d-40fd-9dff-6c14b72c8433.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118991105, 'registration': 'KRZ8708', 'account': 'MAN027', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic 5dr Auto', 'mileage': 89653, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 35}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-05-20', 'fuel': 'Diesel', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KRZ8708/2026-02-10/image/7e4f5767-5bed-4aaa-af59-69069d7fc094_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/afa607b0-a68f-42f9-8cdc-213419857054_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/74510c0a-3082-418b-a62c-b266d6b4ce18_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/3e2d86c8-220d-4ce4-98ee-5082f7df20b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/cbe98bc2-ef79-4207-be42-787705630c65_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/6b180e69-2516-4b47-8cd0-1d90d33b7635_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/39f723f7-619b-4fe8-bef5-8d671b1b6d58_removebg.jpg?w=600', 'https://abimg003.imgix.net/KRZ8708/2026-02-10/image/d6ef267c-880d-4ca1-9a3f-3e740503e4b2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/18-16k', 'remarks': 'NON-RUNNER COLLECTION ONLY CHELMSFORD - ENGINE ISSUES, MAY HAVE FURTHER FAULTS, SOLD AS SEEN - Engine has excessive knocking. Won’t stay running - Engine has a diesel runaway where the vehicle won’t shut off - Coolant is contaminated and over filled - NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 55K - 67K 77K- 89K-', 'virtual': True, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ebafe470-2b0d-40fd-9dff-6c14b72c8433.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbc5999b-b25a-50e3-8b8b-ebcb5807e636 with identifier: 118991105
2026-03-24 10:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbc5999b-b25a-50e3-8b8b-ebcb5807e636 with scrape type 2
2026-03-24 10:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbc5999b-b25a-50e3-8b8b-ebcb5807e636 with scrape type 2
2026-03-24 10:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbc5999b-b25a-50e3-8b8b-ebcb5807e636, identifier: 118991105
2026-03-24 10:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120645609?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120718931?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3eb52f31-8d80-5e37-9d1b-aa4afff251c8 with identifier: 120476160
2026-03-24 10:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3eb52f31-8d80-5e37-9d1b-aa4afff251c8 with identifier: 120476160
2026-03-24 10:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3eb52f31-8d80-5e37-9d1b-aa4afff251c8 with identifier: 120476160 to the API
2026-03-24 10:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476160?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'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': '3eb52f31-8d80-5e37-9d1b-aa4afff251c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA71WZZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476160',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT CONNECT 200 L1 DIESEL',
'odometer': 77458,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-21',
'seller_name': 'SIXT Van & Truck',
'title': 'FORD TRANSIT CONNECT 200 L1 DIESEL 1.5 EcoBlue 75ps Van',
'transmission': 'manual',
'trim': '1.5 EcoBlue 75ps Van',
'vin': None,
'year': 2021}
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476160%27 HTTP/1.1" 200 None
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Saving data for 120476160: {'created_time': 1774346562.096618, 'last_price_update_time': 1774346562.096633, 'auction_closing_time': 1774947600.0}
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476160') HTTP/1.1" 204 0
2026-03-24 10:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbc5999b-b25a-50e3-8b8b-ebcb5807e636 with identifier: 118991105
2026-03-24 10:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbc5999b-b25a-50e3-8b8b-ebcb5807e636 with identifier: 118991105
2026-03-24 10:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbc5999b-b25a-50e3-8b8b-ebcb5807e636 with identifier: 118991105 to the API
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118991105?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'bbc5999b-b25a-50e3-8b8b-ebcb5807e636',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KRZ8708',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118991105',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 89653,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-20',
'seller_name': 'Mann Island Finance',
'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-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118991105%27 HTTP/1.1" 200 None
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Saving data for 118991105: {'auction_closing_time': 1774609200.0, 'created_time': 1774011706.524269, 'last_price_update_time': 1774346562.398449}
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118991105') HTTP/1.1" 204 0
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92afff90>
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252Ffe943b7f-4fe1-4097-9ad3-22c32a57a042_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/fe943b7f-4fe1-4097-9ad3-22c32a57a042_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MW71UYP/2026-03-18/image/8d4689f2-acbf-4dc7-9ed1-98eb51fac9c5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue)
2026-03-24 10:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6cafe001-27be-49b2-8059-efcbaad88776_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue)
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Found listing with ID: 120693666
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693666%27 HTTP/1.1" 200 None
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Scrape type for 120693666: 1
2026-03-24 10: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-24 10: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-24 10:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MW71UYP/2026-03-18/image/62184650-fb6f-41d5-86fe-d2060ae83da1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue)
2026-03-24 10:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674953?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d10190>
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F69ea5826-aaf5-45dd-9a53-dab578753825_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/69ea5826-aaf5-45dd-9a53-dab578753825_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9193e350>
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_9.jpg HTTP/1.1" 201 0
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F84841390-ab2e-478e-92bd-fc7cd4ee7d64_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/84841390-ab2e-478e-92bd-fc7cd4ee7d64_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92b918d0>
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:42 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252Fd391ec0d-d1f4-4036-9aba-326129623568_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/d391ec0d-d1f4-4036-9aba-326129623568_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Found listing with ID: 120694326
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694326%27 HTTP/1.1" 200 None
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Scrape type for 120694326: 1
2026-03-24 10: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-24 10:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714103?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714267?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120638250?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120645609, 'registration': 'DF72NYU', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.0 TSI Life 5dr', 'mileage': 20614, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-20', 'fuel': 'Petrol', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DF72NYU/2026-03-23/image/72b20856-0a24-4414-9b7e-554fef06ab05_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/72064a19-0af4-4227-9f86-578ee38f909c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/1dcf629b-6eb2-4669-9b83-dd14736f9313_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/8811ff88-0292-4fcc-afe4-97d8180041f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/561055dc-4fe0-4bb1-863f-72c249e608c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/c1d5001e-2892-426f-bb80-fb8d3d941262_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/282c883d-7db4-4769-806e-1b18d33fd055_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/d44f21c7-97e2-4693-9f0a-07719d1ce126_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/cd714def-f620-4bf8-983a-992a436e0acd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/26389caf-95f6-43dc-bf67-08d5afa7d25f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/3567119c-898b-4e8c-9120-3e90f2201730_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/24-12L', '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': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d1b856c1-f302-4b8e-b0ca-758870218314.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120645609, 'registration': 'DF72NYU', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.0 TSI Life 5dr', 'mileage': 20614, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-20', 'fuel': 'Petrol', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DF72NYU/2026-03-23/image/72b20856-0a24-4414-9b7e-554fef06ab05_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/72064a19-0af4-4227-9f86-578ee38f909c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/1dcf629b-6eb2-4669-9b83-dd14736f9313_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/8811ff88-0292-4fcc-afe4-97d8180041f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/561055dc-4fe0-4bb1-863f-72c249e608c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/c1d5001e-2892-426f-bb80-fb8d3d941262_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/282c883d-7db4-4769-806e-1b18d33fd055_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/d44f21c7-97e2-4693-9f0a-07719d1ce126_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/cd714def-f620-4bf8-983a-992a436e0acd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/26389caf-95f6-43dc-bf67-08d5afa7d25f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF72NYU/2026-03-23/image/3567119c-898b-4e8c-9120-3e90f2201730_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/24-12L', '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': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d1b856c1-f302-4b8e-b0ca-758870218314.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fe0b72b-755d-59d2-8bbe-0b68216532cc with identifier: 120645609
2026-03-24 10:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fe0b72b-755d-59d2-8bbe-0b68216532cc with scrape type 2
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fe0b72b-755d-59d2-8bbe-0b68216532cc with scrape type 2
2026-03-24 10:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6fe0b72b-755d-59d2-8bbe-0b68216532cc, identifier: 120645609
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120718931, 'registration': 'BN23OZO', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '5008 ESTATE', 'derivative': '1.2 PureTech Allure Premium+ 5dr', 'mileage': 22075, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-10', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', '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': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120718931, 'registration': 'BN23OZO', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '5008 ESTATE', 'derivative': '1.2 PureTech Allure Premium+ 5dr', 'mileage': 22075, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-10', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', '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': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89cf1455-2fff-5337-8cb4-8cb088462fba with identifier: 120718931
2026-03-24 10:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89cf1455-2fff-5337-8cb4-8cb088462fba with scrape type 1
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 89cf1455-2fff-5337-8cb4-8cb088462fba
2026-03-24 10:02:42 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 89cf1455-2fff-5337-8cb4-8cb088462fba
2026-03-24 10:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89cf1455-2fff-5337-8cb4-8cb088462fba, identifier: 120718931
2026-03-24 10: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-24 10: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-24 10:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6fe0b72b-755d-59d2-8bbe-0b68216532cc with identifier: 120645609
2026-03-24 10:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6fe0b72b-755d-59d2-8bbe-0b68216532cc with identifier: 120645609
2026-03-24 10:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6fe0b72b-755d-59d2-8bbe-0b68216532cc with identifier: 120645609 to the API
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120645609?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '6fe0b72b-755d-59d2-8bbe-0b68216532cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DF72NYU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120645609',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VOLKSWAGEN',
'model': 'T-ROC HATCHBACK',
'odometer': 20614,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-20',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN T-ROC HATCHBACK 1.0 TSI Life 5dr',
'transmission': 'manual',
'trim': '1.0 TSI Life 5dr',
'vin': None,
'year': 2023}
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120645609%27 HTTP/1.1" 200 None
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Saving data for 120645609: {'auction_closing_time': 1774948500.0, 'created_time': 1774011720.507587, 'last_price_update_time': 1774346563.193128}
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120645609') HTTP/1.1" 204 0
2026-03-24 10:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89cf1455-2fff-5337-8cb4-8cb088462fba with identifier: 120718931
2026-03-24 10:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89cf1455-2fff-5337-8cb4-8cb088462fba with identifier: 120718931
2026-03-24 10:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89cf1455-2fff-5337-8cb4-8cb088462fba with identifier: 120718931 to the API
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120718931?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '89cf1455-2fff-5337-8cb4-8cb088462fba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BN23OZO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120718931',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '5008 ESTATE',
'odometer': 22075,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-10',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 5008 ESTATE 1.2 PureTech Allure Premium+ 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Allure Premium+ 5dr',
'vin': None,
'year': 2023}
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120718931%27 HTTP/1.1" 200 None
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Saving data for 120718931: {'created_time': 1774346563.599557, 'last_price_update_time': 1774346563.599568, 'auction_closing_time': 1774948500.0}
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120718931') HTTP/1.1" 204 0
2026-03-24 10:02:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV13JON/2026-03-06/image/45c95aa1-06f7-4940-9ba7-5dc1bd98631e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue)
2026-03-24 10:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6f9e6a51-56ce-4928-9e2a-19185033fa51_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue)
2026-03-24 10:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MW71UYP/2026-03-18/image/5ac6cf7b-dcc4-4bf7-bc11-c6b78726cfaa_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue)
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Found listing with ID: 120695565
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120695565%27 HTTP/1.1" 200 None
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Scrape type for 120695565: 1
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ac0690>
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F8d4689f2-acbf-4dc7-9ed1-98eb51fac9c5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/8d4689f2-acbf-4dc7-9ed1-98eb51fac9c5_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92eea590>
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F6cafe001-27be-49b2-8059-efcbaad88776_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6cafe001-27be-49b2-8059-efcbaad88776_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92dcfd50>
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F62184650-fb6f-41d5-86fe-d2060ae83da1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/62184650-fb6f-41d5-86fe-d2060ae83da1_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674953, 'registration': 'HX71CMU', 'account': 'GAP001', 'make': 'PEUGEOT', 'model': 'BOXER 335 L3 BLUEHDI', 'derivative': None, 'mileage': 50529, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': None, 'firstRegistration': '2021-10-26', 'fuel': 'Diesel', 'motExpiry': '2026-10-25', 'doors': None, 'engineSize': 2200, 'bodyType': 'Box Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 351, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674953, 'registration': 'HX71CMU', 'account': 'GAP001', 'make': 'PEUGEOT', 'model': 'BOXER 335 L3 BLUEHDI', 'derivative': None, 'mileage': 50529, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': None, 'firstRegistration': '2021-10-26', 'fuel': 'Diesel', 'motExpiry': '2026-10-25', 'doors': None, 'engineSize': 2200, 'bodyType': 'Box Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 351, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:02:43 [astonbarclay.gb] ERROR: Error parsing details: Field transmission is not nullable
2026-03-24 10:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/5042cfbc-3a25-4e4a-8072-f902c79146f3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV13JON/2026-03-06/image/5f453458-0f0c-4de2-9476-bf92b4474eed_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue)
2026-03-24 10:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MW71UYP/2026-03-18/image/e5f634c4-4bc7-46af-893e-087836efc4f9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507514?view=catalogue)
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714103, 'registration': 'EN23MDJ', 'account': 'MOT070', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 3 5dr [4 seats]', 'mileage': 14672, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-06-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714103, 'registration': 'EN23MDJ', 'account': 'MOT070', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 3 5dr [4 seats]', 'mileage': 14672, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-06-30', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02b9de56-f558-57c3-b316-37b6e4a975d5 with identifier: 120714103
2026-03-24 10:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02b9de56-f558-57c3-b316-37b6e4a975d5 with scrape type 1
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 02b9de56-f558-57c3-b316-37b6e4a975d5
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 02b9de56-f558-57c3-b316-37b6e4a975d5
2026-03-24 10:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 02b9de56-f558-57c3-b316-37b6e4a975d5, identifier: 120714103
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714267, 'registration': 'YM72ABK', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'CADDY MAXI DIESEL ESTATE', 'derivative': '2.0 TDI 122 Life 5dr DSG', 'mileage': 12368, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-15', 'fuel': 'Diesel', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 12k 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': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714267, 'registration': 'YM72ABK', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'CADDY MAXI DIESEL ESTATE', 'derivative': '2.0 TDI 122 Life 5dr DSG', 'mileage': 12368, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-15', 'fuel': 'Diesel', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 12k 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': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a219baef-8b76-56d2-b563-4d26e36fb67d with identifier: 120714267
2026-03-24 10:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a219baef-8b76-56d2-b563-4d26e36fb67d with scrape type 1
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item a219baef-8b76-56d2-b563-4d26e36fb67d
2026-03-24 10:02:43 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item a219baef-8b76-56d2-b563-4d26e36fb67d
2026-03-24 10:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a219baef-8b76-56d2-b563-4d26e36fb67d, identifier: 120714267
2026-03-24 10:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120638250, 'registration': 'DS22XLY', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Elite Edition 5dr Auto', 'mileage': 43045, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-06-30', 'fuel': 'Petrol', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS22XLY/2026-03-20/image/98c44573-cdc1-4e79-bd87-6a1824331628_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/63c943c0-b126-4e68-96d4-16bd78441db7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/978311d1-dafa-4958-838e-44005e785280_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/515180bd-8e71-4790-b65b-9a067776ca8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/b5ceeb48-1d05-4cfa-a5ee-2ef7f80cc80f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/f3d7c7e3-6c11-4732-a5b1-f6dfbd0a10f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/2a5f5530-696c-4a66-95c8-bd4b51bc1ee6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/23-10k 05/24-22k 04/25-34k', 'remarks': 'vosa - 34k, 42k STEERING AID REMOVED 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': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2fbb24af-badf-4a06-bb5d-ab597e1cf14d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120638250, 'registration': 'DS22XLY', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Elite Edition 5dr Auto', 'mileage': 43045, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-06-30', 'fuel': 'Petrol', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS22XLY/2026-03-20/image/98c44573-cdc1-4e79-bd87-6a1824331628_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/63c943c0-b126-4e68-96d4-16bd78441db7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/978311d1-dafa-4958-838e-44005e785280_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/515180bd-8e71-4790-b65b-9a067776ca8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/b5ceeb48-1d05-4cfa-a5ee-2ef7f80cc80f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/f3d7c7e3-6c11-4732-a5b1-f6dfbd0a10f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22XLY/2026-03-20/image/2a5f5530-696c-4a66-95c8-bd4b51bc1ee6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/23-10k 05/24-22k 04/25-34k', 'remarks': 'vosa - 34k, 42k STEERING AID REMOVED 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': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2fbb24af-badf-4a06-bb5d-ab597e1cf14d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ab9cb99-7006-5585-8cb2-97d6ac8cadf4 with identifier: 120638250
2026-03-24 10:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ab9cb99-7006-5585-8cb2-97d6ac8cadf4 with scrape type 2
2026-03-24 10:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ab9cb99-7006-5585-8cb2-97d6ac8cadf4 with scrape type 2
2026-03-24 10:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0ab9cb99-7006-5585-8cb2-97d6ac8cadf4, identifier: 120638250
2026-03-24 10:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120695175
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695175%27 HTTP/1.1" 200 None
2026-03-24 10:02:44 [astonbarclay.gb] INFO: Scrape type for 120695175: 1
2026-03-24 10:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 02b9de56-f558-57c3-b316-37b6e4a975d5 with identifier: 120714103
2026-03-24 10:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 02b9de56-f558-57c3-b316-37b6e4a975d5 with identifier: 120714103
2026-03-24 10:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 02b9de56-f558-57c3-b316-37b6e4a975d5 with identifier: 120714103 to the API
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714103?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '02b9de56-f558-57c3-b316-37b6e4a975d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN23MDJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714103',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 14672,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-30',
'seller_name': 'Motability Operations',
'title': 'KIA PICANTO HATCHBACK 1.0 3 5dr [4 seats]',
'transmission': 'manual',
'trim': '1.0 3 5dr [4 seats]',
'vin': None,
'year': 2023}
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714103%27 HTTP/1.1" 200 None
2026-03-24 10:02:44 [astonbarclay.gb] INFO: Saving data for 120714103: {'created_time': 1774346564.596236, 'last_price_update_time': 1774346564.596249, 'auction_closing_time': 1774948500.0}
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714103') HTTP/1.1" 204 0
2026-03-24 10:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a219baef-8b76-56d2-b563-4d26e36fb67d with identifier: 120714267
2026-03-24 10:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a219baef-8b76-56d2-b563-4d26e36fb67d with identifier: 120714267
2026-03-24 10:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a219baef-8b76-56d2-b563-4d26e36fb67d with identifier: 120714267 to the API
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714267?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Diesel',
'id': 'a219baef-8b76-56d2-b563-4d26e36fb67d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YM72ABK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714267',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VOLKSWAGEN',
'model': 'CADDY MAXI DIESEL ESTATE',
'odometer': 12368,
'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 CADDY MAXI DIESEL ESTATE 2.0 TDI 122 Life 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDI 122 Life 5dr DSG',
'vin': None,
'year': 2022}
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714267%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Saving data for 120714267: {'created_time': 1774346565.01475, 'last_price_update_time': 1774346565.01476, 'auction_closing_time': 1774948500.0}
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714267') HTTP/1.1" 204 0
2026-03-24 10:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0ab9cb99-7006-5585-8cb2-97d6ac8cadf4 with identifier: 120638250
2026-03-24 10:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0ab9cb99-7006-5585-8cb2-97d6ac8cadf4 with identifier: 120638250
2026-03-24 10:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0ab9cb99-7006-5585-8cb2-97d6ac8cadf4 with identifier: 120638250 to the API
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120638250?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '0ab9cb99-7006-5585-8cb2-97d6ac8cadf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DS22XLY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120638250',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 43045,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-30',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL CORSA HATCHBACK 1.2 Turbo Elite Edition 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Elite Edition 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120638250%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Saving data for 120638250: {'auction_closing_time': 1774948500.0, 'created_time': 1774011726.885976, 'last_price_update_time': 1774346565.325494}
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120638250') HTTP/1.1" 204 0
2026-03-24 10:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV13JON/2026-03-06/image/cc8773cb-2fd6-4196-8f31-59e07873eafe_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue)
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91941f50>
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F45c95aa1-06f7-4940-9ba7-5dc1bd98631e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/45c95aa1-06f7-4940-9ba7-5dc1bd98631e_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d221d0>
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F6f9e6a51-56ce-4928-9e2a-19185033fa51_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6f9e6a51-56ce-4928-9e2a-19185033fa51_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92cc4190>
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252F5ac6cf7b-dcc4-4bf7-bc11-c6b78726cfaa_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/5ac6cf7b-dcc4-4bf7-bc11-c6b78726cfaa_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK71XHU/2026-03-16/image/61ca2144-992d-4305-9b7f-b69bd2b77eed_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue)
2026-03-24 10:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK22AOY/2026-03-11/image/fd4164f3-acc9-424f-b4d4-403993224a03_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue)
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 120689132
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689132%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 120689132: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 120695152
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695152%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 120695152: 1
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92cd1150>
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F5042cfbc-3a25-4e4a-8072-f902c79146f3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/5042cfbc-3a25-4e4a-8072-f902c79146f3_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92adc310>
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F5f453458-0f0c-4de2-9476-bf92b4474eed_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/5f453458-0f0c-4de2-9476-bf92b4474eed_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93648310>
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMW71UYP%252F2026-03-18%252Fimage%252Fe5f634c4-4bc7-46af-893e-087836efc4f9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MW71UYP/2026-03-18/image/e5f634c4-4bc7-46af-893e-087836efc4f9_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f4662520-25e3-5908-ba11-408493ed0dfb
2026-03-24 10:02:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4662520-25e3-5908-ba11-408493ed0dfb, skipping ID generation
2026-03-24 10:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4662520-25e3-5908-ba11-408493ed0dfb with scrape type 1
2026-03-24 10:02:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4662520-25e3-5908-ba11-408493ed0dfb sending to next pipeline
2026-03-24 10:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f4662520-25e3-5908-ba11-408493ed0dfb, identifier: 120507514
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 119471732
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119471732%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 119471732: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 120681802
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120681802%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 120681802: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 116946906
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116946906%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 116946906: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 120309163
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120309163%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 120309163: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 120417051
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417051%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 120417051: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 119621371
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119621371%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 119621371: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 120683124
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683124%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 120683124: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 114657057
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114657057%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 114657057: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 119471463
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119471463%27 HTTP/1.1" 200 None
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Scrape type for 119471463: 0
2026-03-24 10:02:45 [astonbarclay.gb] INFO: Found listing with ID: 120680410
2026-03-24 10:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680410%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120680410: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120678615
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678615%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120678615: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120248585
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120248585%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120248585: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 119639426
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119639426%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 119639426: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120684046
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684046%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120684046: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120401505
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401505%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120401505: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 119180124
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119180124%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 119180124: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120031935
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120031935%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120031935: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120681200
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120681200%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120681200: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 118212820
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118212820%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 118212820: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120538387
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120538387%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120538387: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120714534
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714534%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120714534: 1
2026-03-24 10:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f4662520-25e3-5908-ba11-408493ed0dfb with identifier: 120507514
2026-03-24 10:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f4662520-25e3-5908-ba11-408493ed0dfb with identifier: 120507514
2026-03-24 10:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f4662520-25e3-5908-ba11-408493ed0dfb with identifier: 120507514 to the API
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MW71UYP/2026-03-18/image/e5f634c4-4bc7-46af-893e-087836efc4f9_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'f4662520-25e3-5908-ba11-408493ed0dfb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW71UYP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120507514',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 79262,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25830,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/8d4689f2-acbf-4dc7-9ed1-98eb51fac9c5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25087,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/54ffe670-d773-442f-a90b-8c65378a62ba_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24149,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/e5f634c4-4bc7-46af-893e-087836efc4f9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24966,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/62184650-fb6f-41d5-86fe-d2060ae83da1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35978,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/fe943b7f-4fe1-4097-9ad3-22c32a57a042_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47772,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/d391ec0d-d1f4-4036-9aba-326129623568_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37882,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6cafe001-27be-49b2-8059-efcbaad88776_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36937,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/6f9e6a51-56ce-4928-9e2a-19185033fa51_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f4662520-25e3-5908-ba11-408493ed0dfb/f4662520-25e3-5908-ba11-408493ed0dfb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38831,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MW71UYP/2026-03-18/image/5ac6cf7b-dcc4-4bf7-bc11-c6b78726cfaa_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-21',
'seller_name': 'Zenith',
'title': 'PEUGEOT 3008 ESTATE 1.6 Hybrid4 300 GT Premium 5dr e-EAT8',
'transmission': 'automatic',
'trim': '1.6 Hybrid4 300 GT Premium 5dr e-EAT8',
'vin': None,
'year': 2022}
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120507514%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Saving data for 120507514: {'created_time': 1774346566.669522, 'last_price_update_time': 1774346566.669536, 'auction_closing_time': 1774604700.0}
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120507514') HTTP/1.1" 204 0
2026-03-24 10:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK22AOY/2026-03-11/image/6907bac4-4718-4cd1-9ce9-fb42e494723c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue)
2026-03-24 10:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d7a6379f-3d1c-4a79-9fa0-8b6aa6a85b84_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue)
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120697033
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120697033%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120697033: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 118946201
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118946201%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 118946201: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 118686440
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118686440%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 118686440: 0
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Found listing with ID: 120476202
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476202%27 HTTP/1.1" 200 None
2026-03-24 10:02:46 [astonbarclay.gb] INFO: Scrape type for 120476202: 1
2026-03-24 10:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693666?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92b4bdd0>
2026-03-24 10:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252Fcc8773cb-2fd6-4196-8f31-59e07873eafe_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/cc8773cb-2fd6-4196-8f31-59e07873eafe_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e0c850>
2026-03-24 10:02:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252F61ca2144-992d-4305-9b7f-b69bd2b77eed_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/61ca2144-992d-4305-9b7f-b69bd2b77eed_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919606d0>
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252Ffd4164f3-acc9-424f-b4d4-403993224a03_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/fd4164f3-acc9-424f-b4d4-403993224a03_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120642269?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692322?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118978647?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120641887?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120450961
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120450961%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120450961: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 119270827
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119270827%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 119270827: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 118913248
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118913248%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 118913248: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120677113
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120677113%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120677113: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120688324
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688324%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120688324: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120689230
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689230%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120689230: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120691178
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691178%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120691178: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120690055
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690055%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120690055: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120688561
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688561%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120688561: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120690647
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690647%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120690647: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 119466330
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119466330%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 119466330: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120687954
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687954%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120687954: 0
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120689970
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689970%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Scrape type for 120689970: 0
2026-03-24 10:02:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120717471?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/DV13JON/2026-03-06/image/1eac2096-bf0c-49c9-92da-32f6f9e0a3a8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206283?view=catalogue)
2026-03-24 10:02:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92aee2d0>
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F6907bac4-4718-4cd1-9ce9-fb42e494723c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/6907bac4-4718-4cd1-9ce9-fb42e494723c_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92b397d0>
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:47 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fd7a6379f-3d1c-4a79-9fa0-8b6aa6a85b84_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d7a6379f-3d1c-4a79-9fa0-8b6aa6a85b84_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693666, 'registration': 'LN15BJE', 'account': 'WBA001', 'make': 'FORD', 'model': 'GALAXY DIESEL ESTATE', 'derivative': '2.0 TDCi 140 Zetec 5dr Powershift', 'mileage': 137556, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2015-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-09-10', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 09/23 128K', 'remarks': 'Ex-Private Hire - VOSA STATES 124K - 128K 131K - 135K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb899efc-6593-47cc-aca2-1191f20c1245.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693666, 'registration': 'LN15BJE', 'account': 'WBA001', 'make': 'FORD', 'model': 'GALAXY DIESEL ESTATE', 'derivative': '2.0 TDCi 140 Zetec 5dr Powershift', 'mileage': 137556, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2015-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-09-10', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 09/23 128K', 'remarks': 'Ex-Private Hire - VOSA STATES 124K - 128K 131K - 135K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb899efc-6593-47cc-aca2-1191f20c1245.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f7f8121-bd80-5548-8534-eb011daca4d5 with identifier: 120693666
2026-03-24 10:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f7f8121-bd80-5548-8534-eb011daca4d5 with scrape type 1
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 0f7f8121-bd80-5548-8534-eb011daca4d5
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 0f7f8121-bd80-5548-8534-eb011daca4d5
2026-03-24 10:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0f7f8121-bd80-5548-8534-eb011daca4d5, identifier: 120693666
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692763, 'registration': 'LS16FKZ', 'account': 'WBA001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 DiG-T Tekna 5dr 4WD Xtronic', 'mileage': 47894, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1618, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/1310e891-b8f5-4972-b837-5414dd2dbef3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/5e93afc8-6949-4f40-b78c-dcc79640631d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c613dd0-00da-416e-9ff6-e403caa52e3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c38f9c1-be89-48a5-86e2-58972bd3311c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/b6453cf2-f7ad-4fb5-baea-e636214a84d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/69f65c53-bc80-4a8f-a6cd-bbd1f819c058_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/e5926788-e594-4ecf-a8dd-e9bbf767a00a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8241039f-0a2f-4f03-a561-1e26bbf90ee5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8932f3d0-548c-484f-9fc7-7a2aff250aac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/84913809-524c-4ce7-ae36-3fabe9dde26d_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/17 1K - 03/186K - 03/19 8K - 03/20 11K - 03/21 14K - 09/22 24K', 'remarks': 'VOSA STATES 24K- 31K- 38K - 46K- SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bee94f0d-b4df-4f57-a1ce-6ba9a29ddd2b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692763, 'registration': 'LS16FKZ', 'account': 'WBA001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 DiG-T Tekna 5dr 4WD Xtronic', 'mileage': 47894, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1618, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/1310e891-b8f5-4972-b837-5414dd2dbef3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/5e93afc8-6949-4f40-b78c-dcc79640631d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c613dd0-00da-416e-9ff6-e403caa52e3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c38f9c1-be89-48a5-86e2-58972bd3311c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/b6453cf2-f7ad-4fb5-baea-e636214a84d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/69f65c53-bc80-4a8f-a6cd-bbd1f819c058_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/e5926788-e594-4ecf-a8dd-e9bbf767a00a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8241039f-0a2f-4f03-a561-1e26bbf90ee5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8932f3d0-548c-484f-9fc7-7a2aff250aac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/84913809-524c-4ce7-ae36-3fabe9dde26d_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/17 1K - 03/186K - 03/19 8K - 03/20 11K - 03/21 14K - 09/22 24K', 'remarks': 'VOSA STATES 24K- 31K- 38K - 46K- SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bee94f0d-b4df-4f57-a1ce-6ba9a29ddd2b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4113357c-e75a-57e6-93cd-e363ce051cd0 with identifier: 120692763
2026-03-24 10:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4113357c-e75a-57e6-93cd-e363ce051cd0 with scrape type 1
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02: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%252FLS16FKZ%252F2026-03-24%252Fimage%252F1310e891-b8f5-4972-b837-5414dd2dbef3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/1310e891-b8f5-4972-b837-5414dd2dbef3_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120642269, 'registration': 'PG73KWP', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi ISG 3 5dr', 'mileage': 15322, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2024-02-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PG73KWP/2026-03-20/image/90350003-21dd-45c0-9fbf-be44c5197b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/f46a9fc9-732d-4345-b65a-8eeb2e562871_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/bcc1d38c-6a5f-46a9-a7bf-43611b79e6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/0e3c9a6a-63b8-4c2b-a814-fe1d6078af03_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/9e8a9604-2ec3-4a52-a057-7b31899aa87e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/4ed98a4f-9bf3-411a-a9d9-e83789ee7fc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/8a9c3ffd-0c63-47b4-aaf0-a6e0e5ace741_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/49832650-6a6f-480a-b2dc-aee4e716e6d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/87fa8246-3bd8-4e30-af35-a34999a29514_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/26-14k', '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': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/55ff3aea-86f5-4f93-bc8c-68284322d6c4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120642269, 'registration': 'PG73KWP', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi ISG 3 5dr', 'mileage': 15322, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2024-02-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PG73KWP/2026-03-20/image/90350003-21dd-45c0-9fbf-be44c5197b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/f46a9fc9-732d-4345-b65a-8eeb2e562871_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/bcc1d38c-6a5f-46a9-a7bf-43611b79e6aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/0e3c9a6a-63b8-4c2b-a814-fe1d6078af03_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/9e8a9604-2ec3-4a52-a057-7b31899aa87e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/4ed98a4f-9bf3-411a-a9d9-e83789ee7fc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/8a9c3ffd-0c63-47b4-aaf0-a6e0e5ace741_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/49832650-6a6f-480a-b2dc-aee4e716e6d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PG73KWP/2026-03-20/image/87fa8246-3bd8-4e30-af35-a34999a29514_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/26-14k', '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': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/55ff3aea-86f5-4f93-bc8c-68284322d6c4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12c04446-ed80-58c4-9b0b-2833b041b8b8 with identifier: 120642269
2026-03-24 10:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12c04446-ed80-58c4-9b0b-2833b041b8b8 with scrape type 2
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12c04446-ed80-58c4-9b0b-2833b041b8b8 with scrape type 2
2026-03-24 10:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 12c04446-ed80-58c4-9b0b-2833b041b8b8, identifier: 120642269
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692322, 'registration': 'LP65YNO', 'account': 'WBA001', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '1.6 TDI 105 Match 5dr DSG', 'mileage': 55056, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2016-01-27', 'fuel': 'Diesel', 'motExpiry': '2027-01-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 29K- 39K - 47K- 53K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/53995acd-30f6-406f-b1b9-c507233791a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692322, 'registration': 'LP65YNO', 'account': 'WBA001', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '1.6 TDI 105 Match 5dr DSG', 'mileage': 55056, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2016-01-27', 'fuel': 'Diesel', 'motExpiry': '2027-01-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 29K- 39K - 47K- 53K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/53995acd-30f6-406f-b1b9-c507233791a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63fe3aae-333c-5f2f-9e53-171933dc69dc with identifier: 120692322
2026-03-24 10:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63fe3aae-333c-5f2f-9e53-171933dc69dc with scrape type 1
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 63fe3aae-333c-5f2f-9e53-171933dc69dc
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 63fe3aae-333c-5f2f-9e53-171933dc69dc
2026-03-24 10:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63fe3aae-333c-5f2f-9e53-171933dc69dc, identifier: 120692322
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118978647, 'registration': 'RF72UCT', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hbd mHEV 125 Active X 5dr Auto', 'mileage': 2957, 'mileageWarranty': True, 'type': 'car', 'saleId': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-04-06T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-19', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RF72UCT/2026-01-28/image/620519f2-4057-4602-b49f-cf66b2e825eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/64df313b-0378-4add-a560-37ada268f8da_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/50278af3-77ac-4294-9205-887db70772e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/55e652b0-f4ed-437a-af12-49c3601c0e85_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/fa55c68b-72e3-4a27-b4e2-956e4d1ceb5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/f37d0b0f-7144-49b8-a7a4-dbd1f609527d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/65c1e950-911d-4fa0-9a7f-13dbbc759316_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/13e27a9a-fd04-4b9f-809c-c3a2eeee8cb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/300e39fc-613b-4b6d-9e84-33aa9b705a44_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'OUTSTANDING RECALL - 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': False, 'v5details': None, 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d7593e32-94d4-4669-a664-813f07d11886.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118978647, 'registration': 'RF72UCT', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hbd mHEV 125 Active X 5dr Auto', 'mileage': 2957, 'mileageWarranty': True, 'type': 'car', 'saleId': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-04-06T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-19', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RF72UCT/2026-01-28/image/620519f2-4057-4602-b49f-cf66b2e825eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/64df313b-0378-4add-a560-37ada268f8da_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/50278af3-77ac-4294-9205-887db70772e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/55e652b0-f4ed-437a-af12-49c3601c0e85_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/fa55c68b-72e3-4a27-b4e2-956e4d1ceb5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/f37d0b0f-7144-49b8-a7a4-dbd1f609527d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/65c1e950-911d-4fa0-9a7f-13dbbc759316_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/13e27a9a-fd04-4b9f-809c-c3a2eeee8cb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72UCT/2026-01-28/image/300e39fc-613b-4b6d-9e84-33aa9b705a44_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'OUTSTANDING RECALL - 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': False, 'v5details': None, 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d7593e32-94d4-4669-a664-813f07d11886.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with identifier: 118978647
2026-03-24 10:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with scrape type 2
2026-03-24 10:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with scrape type 2
2026-03-24 10:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975, identifier: 118978647
2026-03-24 10:02:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120641887, 'registration': 'DS23YVP', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Exclusive 5dr', 'mileage': 40307, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-07-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS23YVP/2026-03-20/image/058529da-da2c-40a5-814a-84fe32f94b38_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/576be255-6e74-484f-8de6-91a80dcf0e04_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/71f2c603-eddf-4118-88e8-6e43f5e38d05_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/edf866dc-81ba-4287-ba91-02070cba492d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/ea2e7929-177a-4aeb-8847-241477a4eba1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/562124dd-9ddc-4a9c-b5e1-b90488a2b72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/3debb4bb-ce6e-427d-ae6f-432d1a847a9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/f5f493a5-58c3-4ede-9b65-73bea6072b83_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/604b5498-7e83-4ba3-820a-85bb3e7b61c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/d8f16d22-f62d-4f51-a427-2e97e59bc1e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/e0ebc32e-1a98-48f1-b428-8da7dbf5748e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/8d006e75-7cd8-4f02-b086-716e6c25f789_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/c7779c39-1b04-49c5-8280-78abed4e82f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/741a360d-f658-4a64-9a0f-c52db6e8693c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/eddff189-f522-495e-9ec9-aa509e183e0e_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': False, 'v5details': None, 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12fdee8a-30f1-4943-94c5-53986a3a4eea.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120641887, 'registration': 'DS23YVP', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Exclusive 5dr', 'mileage': 40307, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-07-17', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS23YVP/2026-03-20/image/058529da-da2c-40a5-814a-84fe32f94b38_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/576be255-6e74-484f-8de6-91a80dcf0e04_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/71f2c603-eddf-4118-88e8-6e43f5e38d05_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/edf866dc-81ba-4287-ba91-02070cba492d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/ea2e7929-177a-4aeb-8847-241477a4eba1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/562124dd-9ddc-4a9c-b5e1-b90488a2b72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/3debb4bb-ce6e-427d-ae6f-432d1a847a9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/f5f493a5-58c3-4ede-9b65-73bea6072b83_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/604b5498-7e83-4ba3-820a-85bb3e7b61c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/d8f16d22-f62d-4f51-a427-2e97e59bc1e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/e0ebc32e-1a98-48f1-b428-8da7dbf5748e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/8d006e75-7cd8-4f02-b086-716e6c25f789_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/c7779c39-1b04-49c5-8280-78abed4e82f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/741a360d-f658-4a64-9a0f-c52db6e8693c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS23YVP/2026-03-20/image/eddff189-f522-495e-9ec9-aa509e183e0e_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': False, 'v5details': None, 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12fdee8a-30f1-4943-94c5-53986a3a4eea.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 806189ea-b7bd-576f-8111-96f87197a7ed with identifier: 120641887
2026-03-24 10:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 806189ea-b7bd-576f-8111-96f87197a7ed with scrape type 2
2026-03-24 10:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 806189ea-b7bd-576f-8111-96f87197a7ed with scrape type 2
2026-03-24 10:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 806189ea-b7bd-576f-8111-96f87197a7ed, identifier: 120641887
2026-03-24 10:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0f7f8121-bd80-5548-8534-eb011daca4d5 with identifier: 120693666
2026-03-24 10:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0f7f8121-bd80-5548-8534-eb011daca4d5 with identifier: 120693666
2026-03-24 10:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0f7f8121-bd80-5548-8534-eb011daca4d5 with identifier: 120693666 to the API
2026-03-24 10:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693666?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0f7f8121-bd80-5548-8534-eb011daca4d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN15BJE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693666',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'GALAXY DIESEL ESTATE',
'odometer': 137556,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-24',
'seller_name': 'UKCGR',
'title': 'FORD GALAXY DIESEL ESTATE 2.0 TDCi 140 Zetec 5dr Powershift',
'transmission': 'automatic',
'trim': '2.0 TDCi 140 Zetec 5dr Powershift',
'vin': None,
'year': 2015}
2026-03-24 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693666%27 HTTP/1.1" 200 None
2026-03-24 10:02:48 [astonbarclay.gb] INFO: Saving data for 120693666: {'created_time': 1774346568.664513, 'last_price_update_time': 1774346568.664526}
2026-03-24 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693666') HTTP/1.1" 204 0
2026-03-24 10:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 12c04446-ed80-58c4-9b0b-2833b041b8b8 with identifier: 120642269
2026-03-24 10:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 12c04446-ed80-58c4-9b0b-2833b041b8b8 with identifier: 120642269
2026-03-24 10:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 12c04446-ed80-58c4-9b0b-2833b041b8b8 with identifier: 120642269 to the API
2026-03-24 10:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120642269?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '12c04446-ed80-58c4-9b0b-2833b041b8b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PG73KWP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120642269',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 15322,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-19',
'seller_name': 'Motability Operations',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi ISG 3 5dr',
'transmission': 'manual',
'trim': '1.6T GDi ISG 3 5dr',
'vin': None,
'year': 2024}
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120642269%27 HTTP/1.1" 200 None
2026-03-24 10:02:49 [astonbarclay.gb] INFO: Saving data for 120642269: {'auction_closing_time': 1774948500.0, 'created_time': 1774011718.478288, 'last_price_update_time': 1774346569.080378}
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120642269') HTTP/1.1" 204 0
2026-03-24 10:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63fe3aae-333c-5f2f-9e53-171933dc69dc with identifier: 120692322
2026-03-24 10:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63fe3aae-333c-5f2f-9e53-171933dc69dc with identifier: 120692322
2026-03-24 10:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 63fe3aae-333c-5f2f-9e53-171933dc69dc with identifier: 120692322 to the API
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120692322?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '63fe3aae-333c-5f2f-9e53-171933dc69dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LP65YNO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692322',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF DIESEL HATCHBACK',
'odometer': 55056,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-27',
'seller_name': 'UKCGR',
'title': 'VOLKSWAGEN GOLF DIESEL HATCHBACK 1.6 TDI 105 Match 5dr DSG',
'transmission': 'automatic',
'trim': '1.6 TDI 105 Match 5dr DSG',
'vin': None,
'year': 2016}
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692322%27 HTTP/1.1" 200 None
2026-03-24 10:02:49 [astonbarclay.gb] INFO: Saving data for 120692322: {'created_time': 1774346569.476295, 'last_price_update_time': 1774346569.476306}
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692322') HTTP/1.1" 204 0
2026-03-24 10:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with identifier: 118978647
2026-03-24 10:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with identifier: 118978647
2026-03-24 10:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0e6edf50-4829-5ebc-9d0a-eb56d43fa975 with identifier: 118978647 to the API
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118978647?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-06T09:00:00Z',
'fuel_type': 'Petrol',
'id': '0e6edf50-4829-5ebc-9d0a-eb56d43fa975',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RF72UCT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118978647',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 2957,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-19',
'seller_name': 'Motability Operations',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Hbd mHEV 125 Active X 5dr Auto',
'transmission': 'automatic',
'trim': '1.0 EcoBoost Hbd mHEV 125 Active X 5dr Auto',
'vin': None,
'year': 2023}
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118978647%27 HTTP/1.1" 200 None
2026-03-24 10:02:49 [astonbarclay.gb] INFO: Saving data for 118978647: {'auction_closing_time': 1775466000.0, 'created_time': 1773402085.980197, 'last_price_update_time': 1774346569.819969}
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118978647') HTTP/1.1" 204 0
2026-03-24 10:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 806189ea-b7bd-576f-8111-96f87197a7ed with identifier: 120641887
2026-03-24 10:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 806189ea-b7bd-576f-8111-96f87197a7ed with identifier: 120641887
2026-03-24 10:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 806189ea-b7bd-576f-8111-96f87197a7ed with identifier: 120641887 to the API
2026-03-24 10:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120641887?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 168,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '806189ea-b7bd-576f-8111-96f87197a7ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DS23YVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120641887',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 40307,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-17',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Exclusive 5dr',
'transmission': 'manual',
'trim': '1.5 T-GDI Exclusive 5dr',
'vin': None,
'year': 2023}
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120641887%27 HTTP/1.1" 200 None
2026-03-24 10:02:50 [astonbarclay.gb] INFO: Saving data for 120641887: {'auction_closing_time': 1774948500.0, 'created_time': 1774011730.507676, 'last_price_update_time': 1774346570.122847}
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120641887') HTTP/1.1" 204 0
2026-03-24 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/e61bbffb-c7b8-4a74-a96d-64a3990b5d06_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK71XHU/2026-03-16/image/afc2bc3a-e464-432d-a151-22a5458d6d75_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue)
2026-03-24 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/548e025c-a8f1-4391-ace1-b538072a86fd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b6fbee5-da3d-4b1d-aa67-f28e103bb5a3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK22AOY/2026-03-11/image/0f915a1e-8166-499b-b1ef-2a1c7f28799b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue)
2026-03-24 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK71XHU/2026-03-16/image/350aea6a-b35e-43d7-b47f-d62586cb6407_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue)
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F5e93afc8-6949-4f40-b78c-dcc79640631d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/5e93afc8-6949-4f40-b78c-dcc79640631d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120624729?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120717471, 'registration': 'FN23SDZ', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 34010, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-11', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 11/23-9K, 08/24-18K, 08/25-27K', 'remarks': 'vosa@ 31k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120717471, 'registration': 'FN23SDZ', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 34010, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-11', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 11/23-9K, 08/24-18K, 08/25-27K', 'remarks': 'vosa@ 31k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3917c0ae-8078-5f33-80e1-02e2f8e6b8f4 with identifier: 120717471
2026-03-24 10:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3917c0ae-8078-5f33-80e1-02e2f8e6b8f4 with scrape type 1
2026-03-24 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3917c0ae-8078-5f33-80e1-02e2f8e6b8f4
2026-03-24 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3917c0ae-8078-5f33-80e1-02e2f8e6b8f4
2026-03-24 10:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3917c0ae-8078-5f33-80e1-02e2f8e6b8f4, identifier: 120717471
2026-03-24 10:02:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91961c50>
2026-03-24 10:02:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FDV13JON%252F2026-03-06%252Fimage%252F1eac2096-bf0c-49c9-92da-32f6f9e0a3a8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/DV13JON/2026-03-06/image/1eac2096-bf0c-49c9-92da-32f6f9e0a3a8_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13
2026-03-24 10:02:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8fd68f69-ec4c-54b8-82e0-5e4718822e13, skipping ID generation
2026-03-24 10:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with scrape type 1
2026-03-24 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8fd68f69-ec4c-54b8-82e0-5e4718822e13 sending to next pipeline
2026-03-24 10:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8fd68f69-ec4c-54b8-82e0-5e4718822e13, identifier: 120206283
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F6c613dd0-00da-416e-9ff6-e403caa52e3f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c613dd0-00da-416e-9ff6-e403caa52e3f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3917c0ae-8078-5f33-80e1-02e2f8e6b8f4 with identifier: 120717471
2026-03-24 10:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3917c0ae-8078-5f33-80e1-02e2f8e6b8f4 with identifier: 120717471
2026-03-24 10:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3917c0ae-8078-5f33-80e1-02e2f8e6b8f4 with identifier: 120717471 to the API
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120717471?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '3917c0ae-8078-5f33-80e1-02e2f8e6b8f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FN23SDZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120717471',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 34010,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-03',
'seller_name': 'Motability Operations',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power N-Connecta 5dr Auto',
'vin': None,
'year': 2023}
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120717471%27 HTTP/1.1" 200 None
2026-03-24 10:02:50 [astonbarclay.gb] INFO: Saving data for 120717471: {'created_time': 1774346570.908499, 'last_price_update_time': 1774346570.908511, 'auction_closing_time': 1774948500.0}
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120717471') HTTP/1.1" 204 0
2026-03-24 10:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with identifier: 120206283
2026-03-24 10:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with identifier: 120206283
2026-03-24 10:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8fd68f69-ec4c-54b8-82e0-5e4718822e13 with identifier: 120206283 to the API
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/DV13JON/2026-03-06/image/1eac2096-bf0c-49c9-92da-32f6f9e0a3a8_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '8fd68f69-ec4c-54b8-82e0-5e4718822e13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML25OSD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120206283',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MG MOTOR UK',
'model': 'MG4 HATCHBACK',
'odometer': 10004,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23541,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/0a783ca6-14a6-4ade-9498-b2186d8445b4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24319,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/3c9f2b9a-e7fe-4f99-8545-1aee552e70c8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26194,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/1eac2096-bf0c-49c9-92da-32f6f9e0a3a8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26821,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/01865ec7-12d8-4018-9b33-6db2ece2eb6e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33864,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/cc8773cb-2fd6-4196-8f31-59e07873eafe_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44340,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/22a4a9a6-1ffb-4079-92b8-05eb702bd429_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34026,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/5e1153a4-8f27-402b-bfdd-a07c548f372d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38618,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/5f453458-0f0c-4de2-9476-bf92b4474eed_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8fd68f69-ec4c-54b8-82e0-5e4718822e13/8fd68f69-ec4c-54b8-82e0-5e4718822e13_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37644,
'Height': 375,
'OriginUrl': 'https://abimg003.imgix.net/DV13JON/2026-03-06/image/45c95aa1-06f7-4940-9ba7-5dc1bd98631e_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-19',
'seller_name': 'Zenith',
'title': 'MG MOTOR UK MG4 HATCHBACK 150kW SE [Nav] EV Long Range 64kWh 5dr '
'Auto',
'transmission': 'automatic',
'trim': '150kW SE [Nav] EV Long Range 64kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206283%27 HTTP/1.1" 200 None
2026-03-24 10:02:51 [astonbarclay.gb] INFO: Saving data for 120206283: {'created_time': 1774346571.349683, 'last_price_update_time': 1774346571.349694, 'auction_closing_time': 1774604700.0}
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120206283') HTTP/1.1" 204 0
2026-03-24 10:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9ada77fb-dcdd-4fa7-a873-69825f52d0c3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120507267?view=catalogue)
2026-03-24 10:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK22AOY/2026-03-11/image/74e6cbf6-c08b-454a-8914-a4af617c81f9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue)
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F6c38f9c1-be89-48a5-86e2-58972bd3311c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c38f9c1-be89-48a5-86e2-58972bd3311c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714111?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e0c490>
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252Fe61bbffb-c7b8-4a74-a96d-64a3990b5d06_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/e61bbffb-c7b8-4a74-a96d-64a3990b5d06_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92db4850>
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fafc2bc3a-e464-432d-a151-22a5458d6d75_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/afc2bc3a-e464-432d-a151-22a5458d6d75_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91984810>
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F548e025c-a8f1-4391-ace1-b538072a86fd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/548e025c-a8f1-4391-ace1-b538072a86fd_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92c6e390>
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F4b6fbee5-da3d-4b1d-aa67-f28e103bb5a3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b6fbee5-da3d-4b1d-aa67-f28e103bb5a3_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919fe150>
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F0f915a1e-8166-499b-b1ef-2a1c7f28799b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/0f915a1e-8166-499b-b1ef-2a1c7f28799b_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919fe210>
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252F350aea6a-b35e-43d7-b47f-d62586cb6407_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/350aea6a-b35e-43d7-b47f-d62586cb6407_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120624729, 'registration': 'NK19BSX', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'CADDY MAXI LIFE C20 DIESEL ESTATE', 'derivative': '2.0 TDI 5dr DSG', 'mileage': 10964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-04-06T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-03-11', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NK19BSX/2026-03-20/image/c9bd434d-924d-4a5d-8b9d-733cb999bbb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/ef4ea168-bf06-47c9-a02a-d2b5a4294c56_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/b56d5495-5bbb-4a8f-91bf-0228d1207fac_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/31a7a7b3-598f-4dbd-b016-5645d158c3e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/02f4d9d0-124e-46bf-9774-9a545f50bb8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/61d83eb2-f286-4b8d-b180-9e0e3f57ffaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/1aadfbde-6e40-4d21-9664-b5017d183b90_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/2c80ef63-7729-4a7b-a791-a4dd3bdc29b6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 5K- 7K- 8K- 9K- NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cba7ec8c-1ae9-43b3-b4fb-1ce6f6d656e2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120624729, 'registration': 'NK19BSX', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'CADDY MAXI LIFE C20 DIESEL ESTATE', 'derivative': '2.0 TDI 5dr DSG', 'mileage': 10964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19194, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-04-06T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-03-11', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NK19BSX/2026-03-20/image/c9bd434d-924d-4a5d-8b9d-733cb999bbb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/ef4ea168-bf06-47c9-a02a-d2b5a4294c56_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/b56d5495-5bbb-4a8f-91bf-0228d1207fac_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/31a7a7b3-598f-4dbd-b016-5645d158c3e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/02f4d9d0-124e-46bf-9774-9a545f50bb8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/61d83eb2-f286-4b8d-b180-9e0e3f57ffaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/1aadfbde-6e40-4d21-9664-b5017d183b90_removebg.jpg?w=600', 'https://abimg003.imgix.net/NK19BSX/2026-03-20/image/2c80ef63-7729-4a7b-a791-a4dd3bdc29b6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 5K- 7K- 8K- 9K- NO V5 FORMER KEEPERS UNKNOWN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cba7ec8c-1ae9-43b3-b4fb-1ce6f6d656e2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64814a1d-c51a-5724-894f-efeada87b13a with identifier: 120624729
2026-03-24 10:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64814a1d-c51a-5724-894f-efeada87b13a with scrape type 2
2026-03-24 10:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64814a1d-c51a-5724-894f-efeada87b13a with scrape type 2
2026-03-24 10:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 64814a1d-c51a-5724-894f-efeada87b13a, identifier: 120624729
2026-03-24 10:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 64814a1d-c51a-5724-894f-efeada87b13a with identifier: 120624729
2026-03-24 10:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 64814a1d-c51a-5724-894f-efeada87b13a with identifier: 120624729
2026-03-24 10:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 64814a1d-c51a-5724-894f-efeada87b13a with identifier: 120624729 to the API
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120624729?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-04-06T09:00:00Z',
'fuel_type': 'Diesel',
'id': '64814a1d-c51a-5724-894f-efeada87b13a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NK19BSX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120624729',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'CADDY MAXI LIFE C20 DIESEL ESTATE',
'odometer': 10964,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-12',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN CADDY MAXI LIFE C20 DIESEL ESTATE 2.0 TDI 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDI 5dr DSG',
'vin': None,
'year': 2019}
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120624729%27 HTTP/1.1" 200 None
2026-03-24 10:02:52 [astonbarclay.gb] INFO: Saving data for 120624729: {'auction_closing_time': 1775466000.0, 'created_time': 1774011716.561431, 'last_price_update_time': 1774346572.15491}
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120624729') HTTP/1.1" 204 0
2026-03-24 10:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/1310e891-b8f5-4972-b837-5414dd2dbef3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK22AOY/2026-03-11/image/d89a1e52-9761-4252-8588-bbffdd5d1644_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue)
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK71XHU/2026-03-16/image/bdcde592-561b-4ef7-b896-0b55df8767e6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue)
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK22AOY/2026-03-11/image/ccab89ed-af0c-4a3c-9819-5b5a8657b0fa_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue)
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/5e93afc8-6949-4f40-b78c-dcc79640631d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK71XHU/2026-03-16/image/dbb4ee99-600c-4138-b380-381eef6180ad_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue)
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02: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%252FLS16FKZ%252F2026-03-24%252Fimage%252Fb6453cf2-f7ad-4fb5-baea-e636214a84d9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/b6453cf2-f7ad-4fb5-baea-e636214a84d9_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG70XVW/2026-03-19/image/b09f14f7-ee0b-4164-bb9a-f1724faeed14_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue)
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695175?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476202?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695152?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120695565?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714534?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919872d0>
2026-03-24 10:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAO75DHJ%252F2026-03-17%252Fimage%252F9ada77fb-dcdd-4fa7-a873-69825f52d0c3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9ada77fb-dcdd-4fa7-a873-69825f52d0c3_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 175965c2-d480-59f7-9c2f-8cde04c51208
2026-03-24 10:02:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 175965c2-d480-59f7-9c2f-8cde04c51208, skipping ID generation
2026-03-24 10:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 175965c2-d480-59f7-9c2f-8cde04c51208 with scrape type 1
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 175965c2-d480-59f7-9c2f-8cde04c51208 sending to next pipeline
2026-03-24 10:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 175965c2-d480-59f7-9c2f-8cde04c51208, identifier: 120507267
2026-03-24 10:02:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9198ea50>
2026-03-24 10:02:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F74e6cbf6-c08b-454a-8914-a4af617c81f9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/74e6cbf6-c08b-454a-8914-a4af617c81f9_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120694326, 'registration': 'KP65JUT', 'account': 'WBA001', 'make': 'VOLVO', 'model': 'V40 DIESEL HATCHBACK', 'derivative': 'D2 [120] SE Lux Nav 5dr', 'mileage': 92706, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2015-11-05', 'fuel': 'Diesel', 'motExpiry': '2026-08-26', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KP65JUT/2026-03-24/image/1704ee34-70b0-470b-ad8a-f71d08c87298_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/e4b8d8db-82a5-40d3-a9e4-fb3298969a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/6df36fbd-086b-4010-8195-6dbc56269649_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/5e4cfb69-629d-4a6e-9b0a-fff540cdc9bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/ccd521bc-d602-420b-b2b1-1f92fb9c28bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d31029ec-6b94-49b7-9c2f-5029abe62f83_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/c90acd88-c967-420d-8c94-9dfa8b487cc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d022a8e0-7623-4b0a-bb54-b81360961166_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/8a3513c3-bd96-40b6-aae3-82be9c261700_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/9c4cd2af-af8e-4caa-849d-a4369205257f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'VOSA STATES 48K - 58K- 66K- 84K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/af77c383-50f0-4a3a-84ee-fccc33ebb32b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120694326, 'registration': 'KP65JUT', 'account': 'WBA001', 'make': 'VOLVO', 'model': 'V40 DIESEL HATCHBACK', 'derivative': 'D2 [120] SE Lux Nav 5dr', 'mileage': 92706, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2015-11-05', 'fuel': 'Diesel', 'motExpiry': '2026-08-26', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KP65JUT/2026-03-24/image/1704ee34-70b0-470b-ad8a-f71d08c87298_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/e4b8d8db-82a5-40d3-a9e4-fb3298969a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/6df36fbd-086b-4010-8195-6dbc56269649_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/5e4cfb69-629d-4a6e-9b0a-fff540cdc9bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/ccd521bc-d602-420b-b2b1-1f92fb9c28bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d31029ec-6b94-49b7-9c2f-5029abe62f83_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/c90acd88-c967-420d-8c94-9dfa8b487cc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d022a8e0-7623-4b0a-bb54-b81360961166_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/8a3513c3-bd96-40b6-aae3-82be9c261700_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/9c4cd2af-af8e-4caa-849d-a4369205257f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'VOSA STATES 48K - 58K- 66K- 84K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/af77c383-50f0-4a3a-84ee-fccc33ebb32b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe with identifier: 120694326
2026-03-24 10:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe with scrape type 1
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02: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%252FKP65JUT%252F2026-03-24%252Fimage%252F1704ee34-70b0-470b-ad8a-f71d08c87298_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/1704ee34-70b0-470b-ad8a-f71d08c87298_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714111, 'registration': 'SB72MFF', 'account': 'MOT070', 'make': 'DACIA', 'model': 'DUSTER ESTATE', 'derivative': '1.0 TCe 90 Journey 5dr', 'mileage': 14403, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 13k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714111, 'registration': 'SB72MFF', 'account': 'MOT070', 'make': 'DACIA', 'model': 'DUSTER ESTATE', 'derivative': '1.0 TCe 90 Journey 5dr', 'mileage': 14403, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-24', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 13k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da391f40-664d-585c-8353-3dce74b40659 with identifier: 120714111
2026-03-24 10:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da391f40-664d-585c-8353-3dce74b40659 with scrape type 1
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item da391f40-664d-585c-8353-3dce74b40659
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item da391f40-664d-585c-8353-3dce74b40659
2026-03-24 10:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da391f40-664d-585c-8353-3dce74b40659, identifier: 120714111
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02: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%252FLS16FKZ%252F2026-03-24%252Fimage%252F69f65c53-bc80-4a8f-a6cd-bbd1f819c058_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/69f65c53-bc80-4a8f-a6cd-bbd1f819c058_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 175965c2-d480-59f7-9c2f-8cde04c51208 with identifier: 120507267
2026-03-24 10:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 175965c2-d480-59f7-9c2f-8cde04c51208 with identifier: 120507267
2026-03-24 10:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 175965c2-d480-59f7-9c2f-8cde04c51208 with identifier: 120507267 to the API
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9ada77fb-dcdd-4fa7-a873-69825f52d0c3_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '175965c2-d480-59f7-9c2f-8cde04c51208',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AO75DHJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120507267',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': 'I4 GRAN COUPE',
'odometer': 3995,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22911,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9ada77fb-dcdd-4fa7-a873-69825f52d0c3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 22739,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/548e025c-a8f1-4391-ace1-b538072a86fd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24885,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b6fbee5-da3d-4b1d-aa67-f28e103bb5a3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24605,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/ec09b12c-3dfb-46aa-afd8-55841f833389_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29837,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/e61bbffb-c7b8-4a74-a96d-64a3990b5d06_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34317,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/4b729f20-9bac-4179-8fe6-a5e53cd65491_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48362,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/9372518c-e634-4fe5-b5ba-845c18c3b1c3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35097,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/5042cfbc-3a25-4e4a-8072-f902c79146f3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41064,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/69ea5826-aaf5-45dd-9a53-dab578753825_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_175965c2-d480-59f7-9c2f-8cde04c51208/175965c2-d480-59f7-9c2f-8cde04c51208_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37563,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/AO75DHJ/2026-03-17/image/84841390-ab2e-478e-92bd-fc7cd4ee7d64_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-01',
'seller_name': 'Zenith',
'title': 'BMW I4 GRAN COUPE 250kW eDrive40 M Sport 83.9kWh 5dr Auto '
'[Tech/Pro]',
'transmission': 'automatic',
'trim': '250kW eDrive40 M Sport 83.9kWh 5dr Auto [Tech/Pro]',
'vin': None,
'year': 2025}
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120507267%27 HTTP/1.1" 200 None
2026-03-24 10:02:53 [astonbarclay.gb] INFO: Saving data for 120507267: {'created_time': 1774346573.103454, 'last_price_update_time': 1774346573.103466, 'auction_closing_time': 1774604700.0}
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120507267') HTTP/1.1" 204 0
2026-03-24 10:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da391f40-664d-585c-8353-3dce74b40659 with identifier: 120714111
2026-03-24 10:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da391f40-664d-585c-8353-3dce74b40659 with identifier: 120714111
2026-03-24 10:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da391f40-664d-585c-8353-3dce74b40659 with identifier: 120714111 to the API
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714111?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': 'da391f40-664d-585c-8353-3dce74b40659',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SB72MFF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714111',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'DACIA',
'model': 'DUSTER ESTATE',
'odometer': 14403,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seller_name': 'Motability Operations',
'title': 'DACIA DUSTER ESTATE 1.0 TCe 90 Journey 5dr',
'transmission': 'manual',
'trim': '1.0 TCe 90 Journey 5dr',
'vin': None,
'year': 2023}
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714111%27 HTTP/1.1" 200 None
2026-03-24 10:02:53 [astonbarclay.gb] INFO: Saving data for 120714111: {'created_time': 1774346573.541879, 'last_price_update_time': 1774346573.541889, 'auction_closing_time': 1774948500.0}
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714111') HTTP/1.1" 204 0
2026-03-24 10:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c613dd0-00da-416e-9ff6-e403caa52e3f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fe4b8d8db-82a5-40d3-a9e4-fb3298969a5c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/e4b8d8db-82a5-40d3-a9e4-fb3298969a5c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SG22POJ/2026-03-16/image/b91a7c6f-69b5-4cba-b2dd-ff7305475c0a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue)
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252Fe5926788-e594-4ecf-a8dd-e9bbf767a00a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/e5926788-e594-4ecf-a8dd-e9bbf767a00a_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120649181?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92aaddd0>
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F1310e891-b8f5-4972-b837-5414dd2dbef3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/1310e891-b8f5-4972-b837-5414dd2dbef3_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9375fc10>
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252Fd89a1e52-9761-4252-8588-bbffdd5d1644_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/d89a1e52-9761-4252-8588-bbffdd5d1644_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93767310>
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fbdcde592-561b-4ef7-b896-0b55df8767e6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/bdcde592-561b-4ef7-b896-0b55df8767e6_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937609d0>
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252Fccab89ed-af0c-4a3c-9819-5b5a8657b0fa_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/ccab89ed-af0c-4a3c-9819-5b5a8657b0fa_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d66c10>
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F5e93afc8-6949-4f40-b78c-dcc79640631d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/5e93afc8-6949-4f40-b78c-dcc79640631d_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9375c790>
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fdbb4ee99-600c-4138-b380-381eef6180ad_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/dbb4ee99-600c-4138-b380-381eef6180ad_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e93790>
2026-03-24 10:02:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252Fb09f14f7-ee0b-4164-bb9a-f1724faeed14_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/b09f14f7-ee0b-4164-bb9a-f1724faeed14_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695175, 'registration': 'UJZ7547', 'account': 'WBA001', 'make': 'CITROEN', 'model': 'DS4 DIESEL HATCHBACK', 'derivative': '1.6 HDi 115 DStyle 5dr', 'mileage': 147494, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2013-05-16', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 121K- 129K 137K - 145K -', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e35fb50f-b3e5-4cc4-947e-c8797e0cb3f3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695175, 'registration': 'UJZ7547', 'account': 'WBA001', 'make': 'CITROEN', 'model': 'DS4 DIESEL HATCHBACK', 'derivative': '1.6 HDi 115 DStyle 5dr', 'mileage': 147494, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2013-05-16', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 121K- 129K 137K - 145K -', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e35fb50f-b3e5-4cc4-947e-c8797e0cb3f3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc586127-6a64-515b-81b9-49811237a22d with identifier: 120695175
2026-03-24 10:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc586127-6a64-515b-81b9-49811237a22d with scrape type 1
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item dc586127-6a64-515b-81b9-49811237a22d
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item dc586127-6a64-515b-81b9-49811237a22d
2026-03-24 10:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dc586127-6a64-515b-81b9-49811237a22d, identifier: 120695175
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476202, 'registration': 'MA71WPJ', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 300 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof Leader Van', 'mileage': 65937, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2021-12-09', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 50K 65K, SPARE KEY', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 187, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/00a261c5-d223-4e71-bd5f-fd673a8663c0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476202, 'registration': 'MA71WPJ', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 300 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof Leader Van', 'mileage': 65937, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'manual', 'firstRegistration': '2021-12-09', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 50K 65K, SPARE KEY', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 187, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/00a261c5-d223-4e71-bd5f-fd673a8663c0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afca3e13-d1d2-5e3b-91e1-faa8ca97fea5 with identifier: 120476202
2026-03-24 10:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afca3e13-d1d2-5e3b-91e1-faa8ca97fea5 with scrape type 1
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item afca3e13-d1d2-5e3b-91e1-faa8ca97fea5
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item afca3e13-d1d2-5e3b-91e1-faa8ca97fea5
2026-03-24 10:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: afca3e13-d1d2-5e3b-91e1-faa8ca97fea5, identifier: 120476202
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695152, 'registration': 'BO55VDN', 'account': 'WBA001', 'make': 'LAND ROVER', 'model': 'RANGE ROVER ESTATE', 'derivative': '2.0 P400e Autobiography 4dr Auto', 'mileage': 91100, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2018-12-19', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-08-05', 'doors': 4, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 02/23 57K 07/24 78K - 06/25 86K', 'remarks': 'VOSA STATES 50K- 66K- 79K- 87K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 72, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f45fa411-ef2b-47a6-8841-908557a29945.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695152, 'registration': 'BO55VDN', 'account': 'WBA001', 'make': 'LAND ROVER', 'model': 'RANGE ROVER ESTATE', 'derivative': '2.0 P400e Autobiography 4dr Auto', 'mileage': 91100, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2018-12-19', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-08-05', 'doors': 4, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 02/23 57K 07/24 78K - 06/25 86K', 'remarks': 'VOSA STATES 50K- 66K- 79K- 87K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 72, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f45fa411-ef2b-47a6-8841-908557a29945.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37a99e75-178c-5690-b8e1-97ef7d2333fa with identifier: 120695152
2026-03-24 10:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37a99e75-178c-5690-b8e1-97ef7d2333fa with scrape type 1
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 37a99e75-178c-5690-b8e1-97ef7d2333fa
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 37a99e75-178c-5690-b8e1-97ef7d2333fa
2026-03-24 10:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 37a99e75-178c-5690-b8e1-97ef7d2333fa, identifier: 120695152
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120695565, 'registration': 'DN16TVW', 'account': 'WBA001', 'make': 'VAUXHALL', 'model': 'ASTRA SPORTS TOURER', 'derivative': '1.4T 16V 150 SRi 5dr Auto', 'mileage': 108223, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2016-04-11', 'fuel': 'Petrol', 'motExpiry': '2026-06-23', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 03/18 22K - 03/19 43K - 06/20 57K- 06/21 61K - 05/22 67K - 06/23 69K - 03/25 95K', 'remarks': 'VOSA STATES 67K - 69K- 84K- 98K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/07e2510b-4bcb-4ce0-8c87-54bf7ee8c7a7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120695565, 'registration': 'DN16TVW', 'account': 'WBA001', 'make': 'VAUXHALL', 'model': 'ASTRA SPORTS TOURER', 'derivative': '1.4T 16V 150 SRi 5dr Auto', 'mileage': 108223, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2016-04-11', 'fuel': 'Petrol', 'motExpiry': '2026-06-23', 'doors': 5, 'engineSize': 1399, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 03/18 22K - 03/19 43K - 06/20 57K- 06/21 61K - 05/22 67K - 06/23 69K - 03/25 95K', 'remarks': 'VOSA STATES 67K - 69K- 84K- 98K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/07e2510b-4bcb-4ce0-8c87-54bf7ee8c7a7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c64e8115-9d95-526f-aea7-6a2ae6678e8c with identifier: 120695565
2026-03-24 10:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c64e8115-9d95-526f-aea7-6a2ae6678e8c with scrape type 1
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c64e8115-9d95-526f-aea7-6a2ae6678e8c
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c64e8115-9d95-526f-aea7-6a2ae6678e8c
2026-03-24 10:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c64e8115-9d95-526f-aea7-6a2ae6678e8c, identifier: 120695565
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714534, 'registration': 'BV72USN', 'account': 'RCI014', 'make': 'RENAULT', 'model': 'MEGANE E-TECH HATCHBACK SPECIAL EDITION', 'derivative': 'EV60 160kW Launch Edition 60kWh OC 5dr Auto', 'mileage': 52198, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2023-01-13', 'fuel': 'Electric', 'motExpiry': '2027-01-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 49K', 'virtual': False, 'seller': None, '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/5bbb4295-8e6d-45ba-9236-55dd53cdfa90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714534, 'registration': 'BV72USN', 'account': 'RCI014', 'make': 'RENAULT', 'model': 'MEGANE E-TECH HATCHBACK SPECIAL EDITION', 'derivative': 'EV60 160kW Launch Edition 60kWh OC 5dr Auto', 'mileage': 52198, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2023-01-13', 'fuel': 'Electric', 'motExpiry': '2027-01-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 49K', 'virtual': False, 'seller': None, '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/5bbb4295-8e6d-45ba-9236-55dd53cdfa90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58cd1148-d799-5ba0-b558-1a996c8506a1 with identifier: 120714534
2026-03-24 10:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58cd1148-d799-5ba0-b558-1a996c8506a1 with scrape type 1
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 58cd1148-d799-5ba0-b558-1a996c8506a1
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 58cd1148-d799-5ba0-b558-1a996c8506a1
2026-03-24 10:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 58cd1148-d799-5ba0-b558-1a996c8506a1, identifier: 120714534
2026-03-24 10:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252F6df36fbd-086b-4010-8195-6dbc56269649_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/6df36fbd-086b-4010-8195-6dbc56269649_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dc586127-6a64-515b-81b9-49811237a22d with identifier: 120695175
2026-03-24 10:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dc586127-6a64-515b-81b9-49811237a22d with identifier: 120695175
2026-03-24 10:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dc586127-6a64-515b-81b9-49811237a22d with identifier: 120695175 to the API
2026-03-24 10:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695175?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'dc586127-6a64-515b-81b9-49811237a22d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'UJZ7547',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695175',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'DS4 DIESEL HATCHBACK',
'odometer': 147494,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-16',
'seller_name': 'UKCGR',
'title': 'CITROEN DS4 DIESEL HATCHBACK 1.6 HDi 115 DStyle 5dr',
'transmission': 'manual',
'trim': '1.6 HDi 115 DStyle 5dr',
'vin': None,
'year': 2013}
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695175%27 HTTP/1.1" 200 None
2026-03-24 10:02:55 [astonbarclay.gb] INFO: Saving data for 120695175: {'created_time': 1774346575.1462, 'last_price_update_time': 1774346575.146211}
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695175') HTTP/1.1" 204 0
2026-03-24 10:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: afca3e13-d1d2-5e3b-91e1-faa8ca97fea5 with identifier: 120476202
2026-03-24 10:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: afca3e13-d1d2-5e3b-91e1-faa8ca97fea5 with identifier: 120476202
2026-03-24 10:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: afca3e13-d1d2-5e3b-91e1-faa8ca97fea5 with identifier: 120476202 to the API
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476202?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 187,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'afca3e13-d1d2-5e3b-91e1-faa8ca97fea5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA71WPJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476202',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT CUSTOM 300 L1 DIESEL FWD',
'odometer': 65937,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seller_name': 'SIXT Van & Truck',
'title': 'FORD TRANSIT CUSTOM 300 L1 DIESEL FWD 2.0 EcoBlue 130ps Low Roof '
'Leader Van',
'transmission': 'manual',
'trim': '2.0 EcoBlue 130ps Low Roof Leader Van',
'vin': None,
'year': 2021}
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476202%27 HTTP/1.1" 200 None
2026-03-24 10:02:55 [astonbarclay.gb] INFO: Saving data for 120476202: {'created_time': 1774346575.538506, 'last_price_update_time': 1774346575.538519}
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476202') HTTP/1.1" 204 0
2026-03-24 10:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 37a99e75-178c-5690-b8e1-97ef7d2333fa with identifier: 120695152
2026-03-24 10:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 37a99e75-178c-5690-b8e1-97ef7d2333fa with identifier: 120695152
2026-03-24 10:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 37a99e75-178c-5690-b8e1-97ef7d2333fa with identifier: 120695152 to the API
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695152?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 72,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '37a99e75-178c-5690-b8e1-97ef7d2333fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BO55VDN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695152',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER ESTATE',
'odometer': 91100,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-19',
'seller_name': 'UKCGR',
'title': 'LAND ROVER RANGE ROVER ESTATE 2.0 P400e Autobiography 4dr Auto',
'transmission': 'automatic',
'trim': '2.0 P400e Autobiography 4dr Auto',
'vin': None,
'year': 2018}
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695152%27 HTTP/1.1" 200 None
2026-03-24 10:02:55 [astonbarclay.gb] INFO: Saving data for 120695152: {'created_time': 1774346575.935205, 'last_price_update_time': 1774346575.935218}
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695152') HTTP/1.1" 204 0
2026-03-24 10:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c64e8115-9d95-526f-aea7-6a2ae6678e8c with identifier: 120695565
2026-03-24 10:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c64e8115-9d95-526f-aea7-6a2ae6678e8c with identifier: 120695565
2026-03-24 10:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c64e8115-9d95-526f-aea7-6a2ae6678e8c with identifier: 120695565 to the API
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120695565?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c64e8115-9d95-526f-aea7-6a2ae6678e8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DN16TVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120695565',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ASTRA SPORTS TOURER',
'odometer': 108223,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-11',
'seller_name': 'UKCGR',
'title': 'VAUXHALL ASTRA SPORTS TOURER 1.4T 16V 150 SRi 5dr Auto',
'transmission': 'automatic',
'trim': '1.4T 16V 150 SRi 5dr Auto',
'vin': None,
'year': 2016}
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695565%27 HTTP/1.1" 200 None
2026-03-24 10:02:56 [astonbarclay.gb] INFO: Saving data for 120695565: {'created_time': 1774346576.373937, 'last_price_update_time': 1774346576.373951}
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120695565') HTTP/1.1" 204 0
2026-03-24 10:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 58cd1148-d799-5ba0-b558-1a996c8506a1 with identifier: 120714534
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY%2FBLACK HTTP/1.1" 200 None
2026-03-24 10:02:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 58cd1148-d799-5ba0-b558-1a996c8506a1 with identifier: 120714534
2026-03-24 10:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 58cd1148-d799-5ba0-b558-1a996c8506a1 with identifier: 120714534 to the API
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714534?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '58cd1148-d799-5ba0-b558-1a996c8506a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BV72USN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714534',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'MEGANE E-TECH HATCHBACK SPECIAL EDITION',
'odometer': 52198,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-13',
'seller_name': None,
'title': 'RENAULT MEGANE E-TECH HATCHBACK SPECIAL EDITION EV60 160kW Launch '
'Edition 60kWh OC 5dr Auto',
'transmission': 'automatic',
'trim': 'EV60 160kW Launch Edition 60kWh OC 5dr Auto',
'vin': None,
'year': 2023}
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714534%27 HTTP/1.1" 200 None
2026-03-24 10:02:57 [astonbarclay.gb] INFO: Saving data for 120714534: {'created_time': 1774346577.11228, 'last_price_update_time': 1774346577.112292}
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714534') HTTP/1.1" 204 0
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c38f9c1-be89-48a5-86e2-58972bd3311c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SG22POJ/2026-03-16/image/0c54dd09-fe5d-4cf8-80fc-d76d8f8c72dc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK71XHU/2026-03-16/image/4e275482-e6e0-49ab-974a-b47033515846_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG70XVW/2026-03-19/image/9b06789e-9f29-4ffb-b3e8-b966451d761f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c446ba02-f40d-4056-a5d3-640facded875_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK22AOY/2026-03-11/image/68b87b6c-7e87-4de9-82e1-6950f79cf65b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/b6453cf2-f7ad-4fb5-baea-e636214a84d9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F8241039f-0a2f-4f03-a561-1e26bbf90ee5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8241039f-0a2f-4f03-a561-1e26bbf90ee5_removebg.jpg?w=600 not downloaded yet
2026-03-24 10: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-24 10: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-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d27e1d5f-6e0c-4524-bfb8-ac3477830bdd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331636?view=catalogue)
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252F5e4cfb69-629d-4a6e-9b0a-fff540cdc9bb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/5e4cfb69-629d-4a6e-9b0a-fff540cdc9bb_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F8932f3d0-548c-484f-9fc7-7a2aff250aac_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8932f3d0-548c-484f-9fc7-7a2aff250aac_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/1704ee34-70b0-470b-ad8a-f71d08c87298_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fccd521bc-d602-420b-b2b1-1f92fb9c28bc_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/ccd521bc-d602-420b-b2b1-1f92fb9c28bc_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93726150>
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F6c613dd0-00da-416e-9ff6-e403caa52e3f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c613dd0-00da-416e-9ff6-e403caa52e3f_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919e4290>
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252Fb91a7c6f-69b5-4cba-b2dd-ff7305475c0a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/b91a7c6f-69b5-4cba-b2dd-ff7305475c0a_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:02:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120649181, 'registration': 'LO69EOA', 'account': 'MOT070', 'make': 'BMW', 'model': 'X2 HATCHBACK', 'derivative': 'xDrive 20i Sport 5dr Step Auto', 'mileage': 35743, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-12-06', 'fuel': 'Petrol', 'motExpiry': '2026-12-05', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO69EOA/2026-03-23/image/796ce352-2b57-442c-8327-c415df2b20e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/17895dd3-fb80-4cce-b27a-2be57b0b0e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/8e192bee-95d7-423a-923a-ef0b6c2b628a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/87d84728-df30-4c35-9151-1504df31f67c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/3e196c38-0112-49b8-9e65-e5d12af74e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/ad278b1f-53ef-48dd-bb4a-b604b0c7daaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/04126eaa-e4f9-48b5-acca-c62b18754838_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/dbb29ae4-a2cf-48ef-950e-f8ec499a49c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/1b1f84dc-183b-40a6-80d2-1879c8807e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/b324f5fe-d70f-470e-9945-a8b96a550b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/cec977f3-900a-4267-bb89-a70426649269_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital iDrive - 10/21- 8k, 09/22- 14k, 11/23- 22k', 'remarks': 'VOSA @ 16K 22K 28K 34K 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': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/16092450-0e56-42cf-8ca0-77409062a7d7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120649181, 'registration': 'LO69EOA', 'account': 'MOT070', 'make': 'BMW', 'model': 'X2 HATCHBACK', 'derivative': 'xDrive 20i Sport 5dr Step Auto', 'mileage': 35743, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-12-06', 'fuel': 'Petrol', 'motExpiry': '2026-12-05', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO69EOA/2026-03-23/image/796ce352-2b57-442c-8327-c415df2b20e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/17895dd3-fb80-4cce-b27a-2be57b0b0e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/8e192bee-95d7-423a-923a-ef0b6c2b628a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/87d84728-df30-4c35-9151-1504df31f67c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/3e196c38-0112-49b8-9e65-e5d12af74e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/ad278b1f-53ef-48dd-bb4a-b604b0c7daaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/04126eaa-e4f9-48b5-acca-c62b18754838_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/dbb29ae4-a2cf-48ef-950e-f8ec499a49c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/1b1f84dc-183b-40a6-80d2-1879c8807e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/b324f5fe-d70f-470e-9945-a8b96a550b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO69EOA/2026-03-23/image/cec977f3-900a-4267-bb89-a70426649269_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital iDrive - 10/21- 8k, 09/22- 14k, 11/23- 22k', 'remarks': 'VOSA @ 16K 22K 28K 34K 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': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/16092450-0e56-42cf-8ca0-77409062a7d7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90cb673e-82ee-524f-80c8-512c3331f3a5 with identifier: 120649181
2026-03-24 10:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90cb673e-82ee-524f-80c8-512c3331f3a5 with scrape type 2
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90cb673e-82ee-524f-80c8-512c3331f3a5 with scrape type 2
2026-03-24 10:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 90cb673e-82ee-524f-80c8-512c3331f3a5, identifier: 120649181
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F84913809-524c-4ce7-ae36-3fabe9dde26d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/84913809-524c-4ce7-ae36-3fabe9dde26d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 90cb673e-82ee-524f-80c8-512c3331f3a5 with identifier: 120649181
2026-03-24 10:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 90cb673e-82ee-524f-80c8-512c3331f3a5 with identifier: 120649181
2026-03-24 10:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 90cb673e-82ee-524f-80c8-512c3331f3a5 with identifier: 120649181 to the API
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120649181?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '90cb673e-82ee-524f-80c8-512c3331f3a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO69EOA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120649181',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'BMW',
'model': 'X2 HATCHBACK',
'odometer': 35743,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-06',
'seller_name': 'Motability Operations',
'title': 'BMW X2 HATCHBACK xDrive 20i Sport 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive 20i Sport 5dr Step Auto',
'vin': None,
'year': 2019}
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649181%27 HTTP/1.1" 200 None
2026-03-24 10:02:57 [astonbarclay.gb] INFO: Saving data for 120649181: {'auction_closing_time': 1774948500.0, 'created_time': 1774011708.167902, 'last_price_update_time': 1774346577.734593}
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649181') HTTP/1.1" 204 0
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG70XVW/2026-03-19/image/81d2b9e5-6394-4e51-8af7-3372136e3974_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SG22POJ/2026-03-16/image/1a5e183d-6b78-48c3-9ec4-25b42d5aff27_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/69f65c53-bc80-4a8f-a6cd-bbd1f819c058_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/e4b8d8db-82a5-40d3-a9e4-fb3298969a5c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fd31029ec-6b94-49b7-9c2f-5029abe62f83_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d31029ec-6b94-49b7-9c2f-5029abe62f83_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/e5926788-e594-4ecf-a8dd-e9bbf767a00a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK22AOY/2026-03-11/image/4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120309460?view=catalogue)
2026-03-24 10:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c7117262-c528-4ff6-a5dd-06536be64c16_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue)
2026-03-24 10: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-24 10:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919faad0>
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F6c38f9c1-be89-48a5-86e2-58972bd3311c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c38f9c1-be89-48a5-86e2-58972bd3311c_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919dc350>
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F0c54dd09-fe5d-4cf8-80fc-d76d8f8c72dc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/0c54dd09-fe5d-4cf8-80fc-d76d8f8c72dc_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ad9b90>
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252F4e275482-e6e0-49ab-974a-b47033515846_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/4e275482-e6e0-49ab-974a-b47033515846_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919df910>
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F9b06789e-9f29-4ffb-b3e8-b966451d761f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/9b06789e-9f29-4ffb-b3e8-b966451d761f_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92abf5d0>
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252Fc446ba02-f40d-4056-a5d3-640facded875_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c446ba02-f40d-4056-a5d3-640facded875_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93727250>
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F68b87b6c-7e87-4de9-82e1-6950f79cf65b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/68b87b6c-7e87-4de9-82e1-6950f79cf65b_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ad9b50>
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252Fb6453cf2-f7ad-4fb5-baea-e636214a84d9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/b6453cf2-f7ad-4fb5-baea-e636214a84d9_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919dead0>
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FEK71XHU%252F2026-03-16%252Fimage%252Fd27e1d5f-6e0c-4524-bfb8-ac3477830bdd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d27e1d5f-6e0c-4524-bfb8-ac3477830bdd_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f
2026-03-24 10:02:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f, skipping ID generation
2026-03-24 10:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f with scrape type 1
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f sending to next pipeline
2026-03-24 10:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f, identifier: 120331636
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a98590>
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252F1704ee34-70b0-470b-ad8a-f71d08c87298_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/1704ee34-70b0-470b-ad8a-f71d08c87298_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fc90acd88-c967-420d-8c94-9dfa8b487cc5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/c90acd88-c967-420d-8c94-9dfa8b487cc5_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f with identifier: 120331636
2026-03-24 10:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f with identifier: 120331636
2026-03-24 10:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f with identifier: 120331636 to the API
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d27e1d5f-6e0c-4524-bfb8-ac3477830bdd_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 24,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EK71XHU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120331636',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS HATCHBACK SPECIAL EDITIONS',
'odometer': 82644,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32827,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d27e1d5f-6e0c-4524-bfb8-ac3477830bdd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35601,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/8c9f2fb8-ecaf-4f0b-8fce-f114a6c9534d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32095,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/4e275482-e6e0-49ab-974a-b47033515846_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34697,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/bdcde592-561b-4ef7-b896-0b55df8767e6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34439,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/dbb4ee99-600c-4138-b380-381eef6180ad_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57538,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/afc2bc3a-e464-432d-a151-22a5458d6d75_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48971,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/350aea6a-b35e-43d7-b47f-d62586cb6407_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58514,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/d7a6379f-3d1c-4a79-9fa0-8b6aa6a85b84_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f/f7bb8142-4622-5d1e-aa45-f0e8e72d0f3f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50512,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/EK71XHU/2026-03-16/image/61ca2144-992d-4305-9b7f-b69bd2b77eed_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-30',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ B CLASS HATCHBACK SPECIAL EDITIONS B250e AMG Line '
'Executive Edition 5dr Auto',
'transmission': 'automatic',
'trim': 'B250e AMG Line Executive Edition 5dr Auto',
'vin': None,
'year': 2021}
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120331636%27 HTTP/1.1" 200 None
2026-03-24 10:02:58 [astonbarclay.gb] INFO: Saving data for 120331636: {'created_time': 1774346578.772278, 'last_price_update_time': 1774346578.772377, 'auction_closing_time': 1774604700.0}
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120331636') HTTP/1.1" 204 0
2026-03-24 10:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG70XVW/2026-03-19/image/763b29e9-c11a-492b-ade5-0c8373c9a0ca_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue)
2026-03-24 10:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/5e4cfb69-629d-4a6e-9b0a-fff540cdc9bb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SG22POJ/2026-03-16/image/9d4a7287-aa10-4a76-a9fc-5146e66e49c3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue)
2026-03-24 10:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/6df36fbd-086b-4010-8195-6dbc56269649_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fd022a8e0-7623-4b0a-bb54-b81360961166_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d022a8e0-7623-4b0a-bb54-b81360961166_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120651328?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92f25950>
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F81d2b9e5-6394-4e51-8af7-3372136e3974_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/81d2b9e5-6394-4e51-8af7-3372136e3974_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982bb150>
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F1a5e183d-6b78-48c3-9ec4-25b42d5aff27_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/1a5e183d-6b78-48c3-9ec4-25b42d5aff27_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92eff550>
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F69f65c53-bc80-4a8f-a6cd-bbd1f819c058_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/69f65c53-bc80-4a8f-a6cd-bbd1f819c058_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e27450>
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fe4b8d8db-82a5-40d3-a9e4-fb3298969a5c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/e4b8d8db-82a5-40d3-a9e4-fb3298969a5c_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e90210>
2026-03-24 10:02:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252Fe5926788-e594-4ecf-a8dd-e9bbf767a00a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/e5926788-e594-4ecf-a8dd-e9bbf767a00a_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e4e390>
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK22AOY%252F2026-03-11%252Fimage%252F4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK22AOY/2026-03-11/image/4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d0826490-c2da-5b3c-abe3-7e99584aa5cf
2026-03-24 10:02:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d0826490-c2da-5b3c-abe3-7e99584aa5cf, skipping ID generation
2026-03-24 10:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0826490-c2da-5b3c-abe3-7e99584aa5cf with scrape type 1
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d0826490-c2da-5b3c-abe3-7e99584aa5cf sending to next pipeline
2026-03-24 10:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d0826490-c2da-5b3c-abe3-7e99584aa5cf, identifier: 120309460
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e03490>
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252Fc7117262-c528-4ff6-a5dd-06536be64c16_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c7117262-c528-4ff6-a5dd-06536be64c16_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e2946c04-7435-464e-a8fe-e31f29598d3e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue)
2026-03-24 10:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d0826490-c2da-5b3c-abe3-7e99584aa5cf with identifier: 120309460
2026-03-24 10:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d0826490-c2da-5b3c-abe3-7e99584aa5cf with identifier: 120309460
2026-03-24 10:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d0826490-c2da-5b3c-abe3-7e99584aa5cf with identifier: 120309460 to the API
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MK22AOY/2026-03-11/image/4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'd0826490-c2da-5b3c-abe3-7e99584aa5cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MK22AOY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120309460',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 37933,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25877,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/4a4f730c-09ba-42f7-8c33-ba87c3003d38_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24812,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/f78be7cc-e56d-409a-b0df-930f70fc3f21_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24479,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/68b87b6c-7e87-4de9-82e1-6950f79cf65b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25037,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/d89a1e52-9761-4252-8588-bbffdd5d1644_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41647,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/ccab89ed-af0c-4a3c-9819-5b5a8657b0fa_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48611,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/74e6cbf6-c08b-454a-8914-a4af617c81f9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39636,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/0f915a1e-8166-499b-b1ef-2a1c7f28799b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35359,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/6907bac4-4718-4cd1-9ce9-fb42e494723c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d0826490-c2da-5b3c-abe3-7e99584aa5cf/d0826490-c2da-5b3c-abe3-7e99584aa5cf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46749,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/MK22AOY/2026-03-11/image/fd4164f3-acc9-424f-b4d4-403993224a03_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE 150kW 40 82kWh S Line 5dr Auto',
'transmission': 'automatic',
'trim': '150kW 40 82kWh S Line 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120309460%27 HTTP/1.1" 200 None
2026-03-24 10:02:59 [astonbarclay.gb] INFO: Saving data for 120309460: {'created_time': 1774346579.717577, 'last_price_update_time': 1774346579.717594, 'auction_closing_time': 1774604700.0}
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120309460') HTTP/1.1" 204 0
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/84913809-524c-4ce7-ae36-3fabe9dde26d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8241039f-0a2f-4f03-a561-1e26bbf90ee5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/ccd521bc-d602-420b-b2b1-1f92fb9c28bc_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8932f3d0-548c-484f-9fc7-7a2aff250aac_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120692763?view=catalogue)
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252F8a3513c3-bd96-40b6-aae3-82be9c261700_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/8a3513c3-bd96-40b6-aae3-82be9c261700_removebg.jpg?w=600 not downloaded yet
2026-03-24 10: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-24 10: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-24 10: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-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d31029ec-6b94-49b7-9c2f-5029abe62f83_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG70XVW/2026-03-19/image/245e2fae-8474-4a68-8b59-b4a7746fc115_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue)
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SG22POJ/2026-03-16/image/734c799d-695b-4198-b8f7-97b97e16d38e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue)
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120600138?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715097?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674999?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252F9c4cd2af-af8e-4caa-849d-a4369205257f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/9c4cd2af-af8e-4caa-849d-a4369205257f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10: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-24 10: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-24 10: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-24 10:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9193e790>
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F763b29e9-c11a-492b-ade5-0c8373c9a0ca_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/763b29e9-c11a-492b-ade5-0c8373c9a0ca_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d4db90>
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252F5e4cfb69-629d-4a6e-9b0a-fff540cdc9bb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/5e4cfb69-629d-4a6e-9b0a-fff540cdc9bb_removebg.jpg?w=600 saved to cache
2026-03-24 10:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9835f550>
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:02:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:02:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F9d4a7287-aa10-4a76-a9fc-5146e66e49c3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/9d4a7287-aa10-4a76-a9fc-5146e66e49c3_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982de110>
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252F6df36fbd-086b-4010-8195-6dbc56269649_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/6df36fbd-086b-4010-8195-6dbc56269649_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:03:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120651328, 'registration': 'SH72RZL', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 9343, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-21', 'fuel': 'Petrol', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH72RZL/2026-03-23/image/3517ba27-ed80-420a-bc3d-539a64478196_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/94d09992-95c2-4ebb-9efa-c70003734af1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/8bb76617-16fe-4ae6-a20a-919ca211a79b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/78ee3df7-6ef5-4ee7-a0f1-81753daf288d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/8b5727c2-908d-4bda-8d1d-a32a0d15b7fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/b60f92d6-3f56-44c3-af0c-4610b88708d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/d63fc278-217d-48ca-b5ae-f310359841d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/9b3ec247-1055-41c7-aeda-7a39fe1f40c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/df706b1e-8fc7-4c71-bbba-1c6481d16afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/a99e78b3-a3ea-4b9b-b304-22e877962877_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/95bff621-e930-483d-885d-46a628250f39_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23- 2k, 12/24- 5k, 03/26- 9k', 'remarks': 'vosa - 8k spare key', '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/49e4184e-cb2d-41a2-8c13-11752e87dda7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120651328, 'registration': 'SH72RZL', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 9343, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-21', 'fuel': 'Petrol', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SH72RZL/2026-03-23/image/3517ba27-ed80-420a-bc3d-539a64478196_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/94d09992-95c2-4ebb-9efa-c70003734af1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/8bb76617-16fe-4ae6-a20a-919ca211a79b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/78ee3df7-6ef5-4ee7-a0f1-81753daf288d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/8b5727c2-908d-4bda-8d1d-a32a0d15b7fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/b60f92d6-3f56-44c3-af0c-4610b88708d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/d63fc278-217d-48ca-b5ae-f310359841d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/9b3ec247-1055-41c7-aeda-7a39fe1f40c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/df706b1e-8fc7-4c71-bbba-1c6481d16afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/a99e78b3-a3ea-4b9b-b304-22e877962877_removebg.jpg?w=600', 'https://abimg003.imgix.net/SH72RZL/2026-03-23/image/95bff621-e930-483d-885d-46a628250f39_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23- 2k, 12/24- 5k, 03/26- 9k', 'remarks': 'vosa - 8k spare key', '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/49e4184e-cb2d-41a2-8c13-11752e87dda7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e72613a4-db39-54b9-aaf0-b078236ec603 with identifier: 120651328
2026-03-24 10:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e72613a4-db39-54b9-aaf0-b078236ec603 with scrape type 2
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e72613a4-db39-54b9-aaf0-b078236ec603 with scrape type 2
2026-03-24 10:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e72613a4-db39-54b9-aaf0-b078236ec603, identifier: 120651328
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d983f02d0>
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252Fe2946c04-7435-464e-a8fe-e31f29598d3e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e2946c04-7435-464e-a8fe-e31f29598d3e_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e72613a4-db39-54b9-aaf0-b078236ec603 with identifier: 120651328
2026-03-24 10:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e72613a4-db39-54b9-aaf0-b078236ec603 with identifier: 120651328
2026-03-24 10:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e72613a4-db39-54b9-aaf0-b078236ec603 with identifier: 120651328 to the API
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120651328?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': 'e72613a4-db39-54b9-aaf0-b078236ec603',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SH72RZL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120651328',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'GRANDLAND HATCHBACK',
'odometer': 9343,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-21',
'seller_name': '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-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120651328%27 HTTP/1.1" 200 None
2026-03-24 10:03:00 [astonbarclay.gb] INFO: Saving data for 120651328: {'auction_closing_time': 1774948500.0, 'created_time': 1774011707.575174, 'last_price_update_time': 1774346580.505691}
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651328') HTTP/1.1" 204 0
2026-03-24 10:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e8e0fc8a-6fc0-4d36-aa0b-f780f637ef18_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120467659?view=catalogue)
2026-03-24 10:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/SG22POJ/2026-03-16/image/2889232f-11bb-429f-8be4-b01634bba23a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120022329?view=catalogue)
2026-03-24 10:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/c90acd88-c967-420d-8c94-9dfa8b487cc5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d022a8e0-7623-4b0a-bb54-b81360961166_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919e8e50>
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_9.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F84913809-524c-4ce7-ae36-3fabe9dde26d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/84913809-524c-4ce7-ae36-3fabe9dde26d_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919abf90>
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F8241039f-0a2f-4f03-a561-1e26bbf90ee5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8241039f-0a2f-4f03-a561-1e26bbf90ee5_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9362f5d0>
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fccd521bc-d602-420b-b2b1-1f92fb9c28bc_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/ccd521bc-d602-420b-b2b1-1f92fb9c28bc_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91a15650>
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FLS16FKZ%252F2026-03-24%252Fimage%252F8932f3d0-548c-484f-9fc7-7a2aff250aac_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8932f3d0-548c-484f-9fc7-7a2aff250aac_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4113357c-e75a-57e6-93cd-e363ce051cd0
2026-03-24 10:03:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4113357c-e75a-57e6-93cd-e363ce051cd0, skipping ID generation
2026-03-24 10:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4113357c-e75a-57e6-93cd-e363ce051cd0 with scrape type 1
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4113357c-e75a-57e6-93cd-e363ce051cd0 sending to next pipeline
2026-03-24 10:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4113357c-e75a-57e6-93cd-e363ce051cd0, identifier: 120692763
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919e8e50>
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fd31029ec-6b94-49b7-9c2f-5029abe62f83_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d31029ec-6b94-49b7-9c2f-5029abe62f83_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ad18d0>
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252F245e2fae-8474-4a68-8b59-b4a7746fc115_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/245e2fae-8474-4a68-8b59-b4a7746fc115_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92c8e950>
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F734c799d-695b-4198-b8f7-97b97e16d38e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/734c799d-695b-4198-b8f7-97b97e16d38e_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:03:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120600138, 'registration': 'GU64ZXB', 'account': 'GAP001', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Pure 5dr [Tech Pack]', 'mileage': 69275, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-21', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'GEARBOX ISSUE *MAY HAVE FURTHER FAULTS*, VOSA STATES 27K 33K 39K 42K 47K 52K 56K 65K', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120600138, 'registration': 'GU64ZXB', 'account': 'GAP001', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Pure 5dr [Tech Pack]', 'mileage': 69275, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-21', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'GEARBOX ISSUE *MAY HAVE FURTHER FAULTS*, VOSA STATES 27K 33K 39K 42K 47K 52K 56K 65K', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50783b0e-3934-5d6e-b1e0-2f6d1bfa0f00 with identifier: 120600138
2026-03-24 10:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50783b0e-3934-5d6e-b1e0-2f6d1bfa0f00 with scrape type 1
2026-03-24 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 50783b0e-3934-5d6e-b1e0-2f6d1bfa0f00
2026-03-24 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 50783b0e-3934-5d6e-b1e0-2f6d1bfa0f00
2026-03-24 10:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 50783b0e-3934-5d6e-b1e0-2f6d1bfa0f00, identifier: 120600138
2026-03-24 10:03:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715097, 'registration': 'OU67XNA', 'account': 'MOT075', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 3dr', 'mileage': 89733, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 26K 33K 37K 49K 64K 82K 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': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b260d23b-b11d-4d87-b265-b987de556d72.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715097, 'registration': 'OU67XNA', 'account': 'MOT075', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 3dr', 'mileage': 89733, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 26K 33K 37K 49K 64K 82K 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': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b260d23b-b11d-4d87-b265-b987de556d72.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad57dbc5-5b29-5323-b003-01093b7f5714 with identifier: 120715097
2026-03-24 10:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad57dbc5-5b29-5323-b003-01093b7f5714 with scrape type 1
2026-03-24 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item ad57dbc5-5b29-5323-b003-01093b7f5714
2026-03-24 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item ad57dbc5-5b29-5323-b003-01093b7f5714
2026-03-24 10:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ad57dbc5-5b29-5323-b003-01093b7f5714, identifier: 120715097
2026-03-24 10:03:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674999, 'registration': 'MA71XND', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 200 L1 DIESEL', 'derivative': '1.5 EcoBlue 75ps Van', 'mileage': 105240, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-15', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 72K 102K', 'virtual': False, 'seller': 'SIXT Van & Truck', '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/3e605d29-5b8c-4c95-8441-55558692c416.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674999, 'registration': 'MA71XND', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CONNECT 200 L1 DIESEL', 'derivative': '1.5 EcoBlue 75ps Van', 'mileage': 105240, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-15', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 72K 102K', 'virtual': False, 'seller': 'SIXT Van & Truck', '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/3e605d29-5b8c-4c95-8441-55558692c416.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec305cb7-37e7-5bfa-83c7-2de0fd564b7b with identifier: 120674999
2026-03-24 10:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec305cb7-37e7-5bfa-83c7-2de0fd564b7b with scrape type 1
2026-03-24 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item ec305cb7-37e7-5bfa-83c7-2de0fd564b7b
2026-03-24 10:03:01 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item ec305cb7-37e7-5bfa-83c7-2de0fd564b7b
2026-03-24 10:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ec305cb7-37e7-5bfa-83c7-2de0fd564b7b, identifier: 120674999
2026-03-24 10:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120717264?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4113357c-e75a-57e6-93cd-e363ce051cd0 with identifier: 120692763
2026-03-24 10:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4113357c-e75a-57e6-93cd-e363ce051cd0 with identifier: 120692763
2026-03-24 10:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4113357c-e75a-57e6-93cd-e363ce051cd0 with identifier: 120692763 to the API
2026-03-24 10:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8932f3d0-548c-484f-9fc7-7a2aff250aac_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '4113357c-e75a-57e6-93cd-e363ce051cd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS16FKZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692763',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 47894,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37900,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/1310e891-b8f5-4972-b837-5414dd2dbef3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37741,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/5e93afc8-6949-4f40-b78c-dcc79640631d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31994,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c613dd0-00da-416e-9ff6-e403caa52e3f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32260,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/6c38f9c1-be89-48a5-86e2-58972bd3311c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58240,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/b6453cf2-f7ad-4fb5-baea-e636214a84d9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47196,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/69f65c53-bc80-4a8f-a6cd-bbd1f819c058_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55426,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/e5926788-e594-4ecf-a8dd-e9bbf767a00a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59948,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8241039f-0a2f-4f03-a561-1e26bbf90ee5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46414,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/8932f3d0-548c-484f-9fc7-7a2aff250aac_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4113357c-e75a-57e6-93cd-e363ce051cd0/4113357c-e75a-57e6-93cd-e363ce051cd0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54703,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/LS16FKZ/2026-03-24/image/84913809-524c-4ce7-ae36-3fabe9dde26d_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seller_name': 'UKCGR',
'title': 'NISSAN JUKE HATCHBACK 1.6 DiG-T Tekna 5dr 4WD Xtronic',
'transmission': 'automatic',
'trim': '1.6 DiG-T Tekna 5dr 4WD Xtronic',
'vin': None,
'year': 2016}
2026-03-24 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692763%27 HTTP/1.1" 200 None
2026-03-24 10:03:01 [astonbarclay.gb] INFO: Saving data for 120692763: {'created_time': 1774346581.854332, 'last_price_update_time': 1774346581.854345}
2026-03-24 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692763') HTTP/1.1" 204 0
2026-03-24 10:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 50783b0e-3934-5d6e-b1e0-2f6d1bfa0f00 with identifier: 120600138
2026-03-24 10:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 50783b0e-3934-5d6e-b1e0-2f6d1bfa0f00 with identifier: 120600138
2026-03-24 10:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 50783b0e-3934-5d6e-b1e0-2f6d1bfa0f00 with identifier: 120600138 to the API
2026-03-24 10:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120600138?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '50783b0e-3934-5d6e-b1e0-2f6d1bfa0f00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GU64ZXB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120600138',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 69275,
'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': 'SIXT Van & Truck',
'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-24 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120600138%27 HTTP/1.1" 200 None
2026-03-24 10:03:02 [astonbarclay.gb] INFO: Saving data for 120600138: {'created_time': 1774346582.274394, 'last_price_update_time': 1774346582.274408, 'auction_closing_time': 1774947600.0}
2026-03-24 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120600138') HTTP/1.1" 204 0
2026-03-24 10:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ad57dbc5-5b29-5323-b003-01093b7f5714 with identifier: 120715097
2026-03-24 10:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ad57dbc5-5b29-5323-b003-01093b7f5714 with identifier: 120715097
2026-03-24 10:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ad57dbc5-5b29-5323-b003-01093b7f5714 with identifier: 120715097 to the API
2026-03-24 10:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715097?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'ad57dbc5-5b29-5323-b003-01093b7f5714',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OU67XNA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715097',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 89733,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-29',
'seller_name': 'MotoNovo Finance',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 3dr',
'vin': None,
'year': 2017}
2026-03-24 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120715097%27 HTTP/1.1" 200 None
2026-03-24 10:03:02 [astonbarclay.gb] INFO: Saving data for 120715097: {'created_time': 1774346582.688752, 'last_price_update_time': 1774346582.688762, 'auction_closing_time': 1774947600.0}
2026-03-24 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715097') HTTP/1.1" 204 0
2026-03-24 10:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ec305cb7-37e7-5bfa-83c7-2de0fd564b7b with identifier: 120674999
2026-03-24 10:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ec305cb7-37e7-5bfa-83c7-2de0fd564b7b with identifier: 120674999
2026-03-24 10:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ec305cb7-37e7-5bfa-83c7-2de0fd564b7b with identifier: 120674999 to the API
2026-03-24 10:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120674999?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'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': 'ec305cb7-37e7-5bfa-83c7-2de0fd564b7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA71XND',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120674999',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT CONNECT 200 L1 DIESEL',
'odometer': 105240,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-30',
'seller_name': 'SIXT Van & Truck',
'title': 'FORD TRANSIT CONNECT 200 L1 DIESEL 1.5 EcoBlue 75ps Van',
'transmission': 'manual',
'trim': '1.5 EcoBlue 75ps Van',
'vin': None,
'year': 2021}
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674999%27 HTTP/1.1" 200 None
2026-03-24 10:03:03 [astonbarclay.gb] INFO: Saving data for 120674999: {'created_time': 1774346583.073642, 'last_price_update_time': 1774346583.073657, 'auction_closing_time': 1774947600.0}
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674999') HTTP/1.1" 204 0
2026-03-24 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/8a3513c3-bd96-40b6-aae3-82be9c261700_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10: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-24 10:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476170?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92c8c0d0>
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYG70XVW%252F2026-03-19%252Fimage%252Fe8e0fc8a-6fc0-4d36-aa0b-f780f637ef18_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e8e0fc8a-6fc0-4d36-aa0b-f780f637ef18_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301
2026-03-24 10:03:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd3f6d4c-b4d1-5a93-89a2-d3c856b20301, skipping ID generation
2026-03-24 10:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301 with scrape type 1
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd3f6d4c-b4d1-5a93-89a2-d3c856b20301 sending to next pipeline
2026-03-24 10:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cd3f6d4c-b4d1-5a93-89a2-d3c856b20301, identifier: 120467659
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93634bd0>
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FSG22POJ%252F2026-03-16%252Fimage%252F2889232f-11bb-429f-8be4-b01634bba23a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/SG22POJ/2026-03-16/image/2889232f-11bb-429f-8be4-b01634bba23a_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cda6986d-347c-5187-9809-077214de79e8
2026-03-24 10:03:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cda6986d-347c-5187-9809-077214de79e8, skipping ID generation
2026-03-24 10:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cda6986d-347c-5187-9809-077214de79e8 with scrape type 1
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cda6986d-347c-5187-9809-077214de79e8 sending to next pipeline
2026-03-24 10:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cda6986d-347c-5187-9809-077214de79e8, identifier: 120022329
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919beed0>
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fc90acd88-c967-420d-8c94-9dfa8b487cc5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/c90acd88-c967-420d-8c94-9dfa8b487cc5_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93621190>
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252Fd022a8e0-7623-4b0a-bb54-b81360961166_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d022a8e0-7623-4b0a-bb54-b81360961166_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10: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-24 10:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cd3f6d4c-b4d1-5a93-89a2-d3c856b20301 with identifier: 120467659
2026-03-24 10:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cd3f6d4c-b4d1-5a93-89a2-d3c856b20301 with identifier: 120467659
2026-03-24 10:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cd3f6d4c-b4d1-5a93-89a2-d3c856b20301 with identifier: 120467659 to the API
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e8e0fc8a-6fc0-4d36-aa0b-f780f637ef18_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'cd3f6d4c-b4d1-5a93-89a2-d3c856b20301',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG70XVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120467659',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'C-HR HATCHBACK',
'odometer': 40944,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35388,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e8e0fc8a-6fc0-4d36-aa0b-f780f637ef18_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33852,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/c981652d-110d-4d9c-ad43-fe9cfc007f9d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35900,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/245e2fae-8474-4a68-8b59-b4a7746fc115_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36642,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/e2946c04-7435-464e-a8fe-e31f29598d3e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38809,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/763b29e9-c11a-492b-ade5-0c8373c9a0ca_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57962,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/81d2b9e5-6394-4e51-8af7-3372136e3974_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50413,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/46c35aab-8ada-4428-b64a-6a59d981f774_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55277,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/9b06789e-9f29-4ffb-b3e8-b966451d761f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cd3f6d4c-b4d1-5a93-89a2-d3c856b20301/cd3f6d4c-b4d1-5a93-89a2-d3c856b20301_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56191,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YG70XVW/2026-03-19/image/b09f14f7-ee0b-4164-bb9a-f1724faeed14_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-05',
'seller_name': 'Zenith',
'title': 'TOYOTA C-HR HATCHBACK 2.0 Hybrid Dynamic 5dr CVT [Leather/JBL]',
'transmission': 'automatic',
'trim': '2.0 Hybrid Dynamic 5dr CVT [Leather/JBL]',
'vin': None,
'year': 2021}
2026-03-24 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120467659%27 HTTP/1.1" 200 None
2026-03-24 10:03:04 [astonbarclay.gb] INFO: Saving data for 120467659: {'created_time': 1774346584.036829, 'last_price_update_time': 1774346584.036842, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120467659') HTTP/1.1" 204 0
2026-03-24 10:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cda6986d-347c-5187-9809-077214de79e8 with identifier: 120022329
2026-03-24 10:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cda6986d-347c-5187-9809-077214de79e8 with identifier: 120022329
2026-03-24 10:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cda6986d-347c-5187-9809-077214de79e8 with identifier: 120022329 to the API
2026-03-24 10:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/SG22POJ/2026-03-16/image/2889232f-11bb-429f-8be4-b01634bba23a_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'cda6986d-347c-5187-9809-077214de79e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SG22POJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120022329',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 32073,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23965,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/2889232f-11bb-429f-8be4-b01634bba23a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24977,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c58b674f-ae31-4485-a28c-2e37cec4e2b7_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25094,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/734c799d-695b-4198-b8f7-97b97e16d38e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25827,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/9d4a7287-aa10-4a76-a9fc-5146e66e49c3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49204,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c7117262-c528-4ff6-a5dd-06536be64c16_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49769,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/1a5e183d-6b78-48c3-9ec4-25b42d5aff27_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49992,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/0c54dd09-fe5d-4cf8-80fc-d76d8f8c72dc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45286,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/c446ba02-f40d-4056-a5d3-640facded875_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cda6986d-347c-5187-9809-077214de79e8/cda6986d-347c-5187-9809-077214de79e8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48065,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/SG22POJ/2026-03-16/image/b91a7c6f-69b5-4cba-b2dd-ff7305475c0a_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-11',
'seller_name': 'Zenith',
'title': 'TESLA MODEL 3 SALOON RWD 4dr Auto',
'transmission': 'automatic',
'trim': 'RWD 4dr Auto',
'vin': None,
'year': 2022}
2026-03-24 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120022329%27 HTTP/1.1" 200 None
2026-03-24 10:03:04 [astonbarclay.gb] INFO: Saving data for 120022329: {'created_time': 1774346584.773903, 'last_price_update_time': 1774346584.773914, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120022329') HTTP/1.1" 204 0
2026-03-24 10:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/KP65JUT/2026-03-24/image/9c4cd2af-af8e-4caa-849d-a4369205257f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120694326?view=catalogue)
2026-03-24 10:03:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120717264, 'registration': 'K888PWR', 'account': 'MOT075', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d R-Dynamic S 5dr Auto', 'mileage': 66808, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-07-31', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 20K 35K 48K 59K NUMBER OF FORMER KEEPERS UNKNOWN, PLATE MAY NOT BE GAURANTEED', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': 'TF', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5953bd2e-08b0-4751-a566-2def4279dbc0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120717264, 'registration': 'K888PWR', 'account': 'MOT075', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d R-Dynamic S 5dr Auto', 'mileage': 66808, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-07-31', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 20K 35K 48K 59K NUMBER OF FORMER KEEPERS UNKNOWN, PLATE MAY NOT BE GAURANTEED', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': 'TF', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5953bd2e-08b0-4751-a566-2def4279dbc0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 757ed774-5fb0-55a4-8922-8c74d88e2689 with identifier: 120717264
2026-03-24 10:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 757ed774-5fb0-55a4-8922-8c74d88e2689 with scrape type 1
2026-03-24 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 757ed774-5fb0-55a4-8922-8c74d88e2689
2026-03-24 10:03:04 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 757ed774-5fb0-55a4-8922-8c74d88e2689
2026-03-24 10:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 757ed774-5fb0-55a4-8922-8c74d88e2689, identifier: 120717264
2026-03-24 10:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120438207?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120406739?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120302654?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120220640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120443760?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 757ed774-5fb0-55a4-8922-8c74d88e2689 with identifier: 120717264
2026-03-24 10:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 757ed774-5fb0-55a4-8922-8c74d88e2689 with identifier: 120717264
2026-03-24 10:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 757ed774-5fb0-55a4-8922-8c74d88e2689 with identifier: 120717264 to the API
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120717264?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '757ed774-5fb0-55a4-8922-8c74d88e2689',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'K888PWR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120717264',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'JAGUAR',
'model': 'E-PACE DIESEL ESTATE',
'odometer': 66808,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-31',
'seller_name': 'MotoNovo Finance',
'title': 'JAGUAR E-PACE DIESEL ESTATE 2.0d R-Dynamic S 5dr Auto',
'transmission': 'automatic',
'trim': '2.0d R-Dynamic S 5dr Auto',
'vin': None,
'year': 2019}
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120717264%27 HTTP/1.1" 200 None
2026-03-24 10:03:05 [astonbarclay.gb] INFO: Saving data for 120717264: {'created_time': 1774346585.275985, 'last_price_update_time': 1774346585.275996, 'auction_closing_time': 1774947600.0}
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120717264') HTTP/1.1" 204 0
2026-03-24 10:03:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476214?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d99b4b410>
2026-03-24 10:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252F8a3513c3-bd96-40b6-aae3-82be9c261700_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/8a3513c3-bd96-40b6-aae3-82be9c261700_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:03:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476170, 'registration': 'HN71OMJ', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT 350 L3 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps H2 Trend Van', 'mileage': 94368, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-10-27', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': None, 'engineSize': 1995, 'bodyType': 'Medium Roof Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 79K 94K, SPARE KEY', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 217, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476170, 'registration': 'HN71OMJ', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT 350 L3 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps H2 Trend Van', 'mileage': 94368, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-10-27', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': None, 'engineSize': 1995, 'bodyType': 'Medium Roof Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 79K 94K, SPARE KEY', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 217, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6231b24-568f-53f1-83f6-176690425055 with identifier: 120476170
2026-03-24 10:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6231b24-568f-53f1-83f6-176690425055 with scrape type 1
2026-03-24 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item e6231b24-568f-53f1-83f6-176690425055
2026-03-24 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item e6231b24-568f-53f1-83f6-176690425055
2026-03-24 10:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e6231b24-568f-53f1-83f6-176690425055, identifier: 120476170
2026-03-24 10:03:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982febd0>
2026-03-24 10:03:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_9.jpg HTTP/1.1" 201 0
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FKP65JUT%252F2026-03-24%252Fimage%252F9c4cd2af-af8e-4caa-849d-a4369205257f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/KP65JUT/2026-03-24/image/9c4cd2af-af8e-4caa-849d-a4369205257f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe
2026-03-24 10:03:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe, skipping ID generation
2026-03-24 10:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe with scrape type 1
2026-03-24 10:03:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe sending to next pipeline
2026-03-24 10:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe, identifier: 120694326
2026-03-24 10:03:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e6231b24-568f-53f1-83f6-176690425055 with identifier: 120476170
2026-03-24 10:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e6231b24-568f-53f1-83f6-176690425055 with identifier: 120476170
2026-03-24 10:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e6231b24-568f-53f1-83f6-176690425055 with identifier: 120476170 to the API
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476170?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 217,
'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': 'e6231b24-568f-53f1-83f6-176690425055',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HN71OMJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476170',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT 350 L3 DIESEL FWD',
'odometer': 94368,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-27',
'seller_name': 'SIXT Van & Truck',
'title': 'FORD TRANSIT 350 L3 DIESEL FWD 2.0 EcoBlue 130ps H2 Trend Van',
'transmission': 'manual',
'trim': '2.0 EcoBlue 130ps H2 Trend Van',
'vin': None,
'year': 2021}
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476170%27 HTTP/1.1" 200 None
2026-03-24 10:03:05 [astonbarclay.gb] INFO: Saving data for 120476170: {'created_time': 1774346585.966646, 'last_price_update_time': 1774346585.966662, 'auction_closing_time': 1774947600.0}
2026-03-24 10:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476170') HTTP/1.1" 204 0
2026-03-24 10:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe with identifier: 120694326
2026-03-24 10:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe with identifier: 120694326
2026-03-24 10:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2a9353d1-3c03-5dec-8062-3fb27e4c9dbe with identifier: 120694326 to the API
2026-03-24 10:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/KP65JUT/2026-03-24/image/9c4cd2af-af8e-4caa-849d-a4369205257f_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 94,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2a9353d1-3c03-5dec-8062-3fb27e4c9dbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KP65JUT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120694326',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLVO',
'model': 'V40 DIESEL HATCHBACK',
'odometer': 92706,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32185,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/1704ee34-70b0-470b-ad8a-f71d08c87298_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34577,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/e4b8d8db-82a5-40d3-a9e4-fb3298969a5c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36534,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/6df36fbd-086b-4010-8195-6dbc56269649_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33537,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/5e4cfb69-629d-4a6e-9b0a-fff540cdc9bb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51868,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/ccd521bc-d602-420b-b2b1-1f92fb9c28bc_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51156,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d31029ec-6b94-49b7-9c2f-5029abe62f83_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48657,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/c90acd88-c967-420d-8c94-9dfa8b487cc5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58430,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/d022a8e0-7623-4b0a-bb54-b81360961166_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54056,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/8a3513c3-bd96-40b6-aae3-82be9c261700_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2a9353d1-3c03-5dec-8062-3fb27e4c9dbe/2a9353d1-3c03-5dec-8062-3fb27e4c9dbe_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61842,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/KP65JUT/2026-03-24/image/9c4cd2af-af8e-4caa-849d-a4369205257f_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-05',
'seller_name': 'UKCGR',
'title': 'VOLVO V40 DIESEL HATCHBACK D2 [120] SE Lux Nav 5dr',
'transmission': 'manual',
'trim': 'D2 [120] SE Lux Nav 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694326%27 HTTP/1.1" 200 None
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Saving data for 120694326: {'created_time': 1774346586.384771, 'last_price_update_time': 1774346586.384781}
2026-03-24 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120694326') HTTP/1.1" 204 0
2026-03-24 10:03:06 [scrapy.extensions.logstats] INFO: Crawled 165 pages (at 70 pages/min), scraped 144 items (at 64 items/min)
2026-03-24 10:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 188MiB
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120438207, 'registration': 'LA19OFV', 'account': 'OGI001', 'make': 'CITROEN', 'model': 'DISPATCH M DIESEL', 'derivative': '1000 1.6 BlueHDi 95 Van Enterprise', 'mileage': 25636, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-17', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': None, 'engineSize': 1500, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/LA19OFV/2026-03-24/image/3d201297-5a6d-4d84-b863-ca195e8635c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/dfe0eccb-503c-41db-ba95-3c220a18510a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/f49a119f-4e47-4cc1-beaa-4f4bad8e2afd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/b22d2ae8-984a-418f-b0bf-b8bac9bee948_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/08f2117d-0071-4fda-9433-a2878a717358_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/cdbf1778-28a2-48f0-832d-766a5079debf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/326690b3-13ba-4a71-b835-795d65415845_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/8c54267d-dbcd-45b0-8b81-e795207c0ff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/7ee1cb86-c2cf-41f2-bd55-4130e41e1e42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/5c0b4e85-9c67-42fd-8df5-67a0ad3b2b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/b6421498-5bbb-4841-88fd-c392d7a65e61_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/82ffdbcb-258e-4d73-8aef-2d667980bcc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/59d1a671-40bf-4573-860b-0ff248ab3853_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service digital 01/26 25K', 'remarks': 'VOSA STATES 14K 17K 21K 40K -LAST MOT MILEAGE RECORDED IN KM', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2307b2e2-c4b3-4bf8-9173-b11045274f55.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120438207, 'registration': 'LA19OFV', 'account': 'OGI001', 'make': 'CITROEN', 'model': 'DISPATCH M DIESEL', 'derivative': '1000 1.6 BlueHDi 95 Van Enterprise', 'mileage': 25636, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-17', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': None, 'engineSize': 1500, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/LA19OFV/2026-03-24/image/3d201297-5a6d-4d84-b863-ca195e8635c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/dfe0eccb-503c-41db-ba95-3c220a18510a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/f49a119f-4e47-4cc1-beaa-4f4bad8e2afd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/b22d2ae8-984a-418f-b0bf-b8bac9bee948_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/08f2117d-0071-4fda-9433-a2878a717358_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/cdbf1778-28a2-48f0-832d-766a5079debf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/326690b3-13ba-4a71-b835-795d65415845_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/8c54267d-dbcd-45b0-8b81-e795207c0ff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/7ee1cb86-c2cf-41f2-bd55-4130e41e1e42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/5c0b4e85-9c67-42fd-8df5-67a0ad3b2b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/b6421498-5bbb-4841-88fd-c392d7a65e61_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/82ffdbcb-258e-4d73-8aef-2d667980bcc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA19OFV/2026-03-24/image/59d1a671-40bf-4573-860b-0ff248ab3853_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service digital 01/26 25K', 'remarks': 'VOSA STATES 14K 17K 21K 40K -LAST MOT MILEAGE RECORDED IN KM', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2307b2e2-c4b3-4bf8-9173-b11045274f55.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8a3ac26-44a4-54d9-af4d-c8f577d539fe with identifier: 120438207
2026-03-24 10:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8a3ac26-44a4-54d9-af4d-c8f577d539fe with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8a3ac26-44a4-54d9-af4d-c8f577d539fe with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b8a3ac26-44a4-54d9-af4d-c8f577d539fe, identifier: 120438207
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120406739, 'registration': 'YP61UWL', 'account': 'MAN037', 'make': 'CHEVROLET', 'model': 'CRUZE HATCHBACK', 'derivative': '1.6 LS 5dr', 'mileage': 51690, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 408}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP61UWL/2026-03-13/image/e54f0190-fed0-4601-a8f7-a8f2cc1788a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/a9e95a5f-6bab-406e-997a-421f9b067757_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/29c721a4-58d2-479b-a483-18cf66ba2205_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/803106ab-3f5c-497b-83dc-b15b33dfb921_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/d1ae2f15-1e93-4826-be99-4bc0c8fe9bb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/20d5d109-c164-4237-b830-9d352d3c1d0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/97dc679e-3412-4f40-9ec6-ac89051a271d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/12-5K, 11/13-10K, 11/14-15K, 11/15-20K, 11/16-23K, 11/17-26K, 11/18-29K, 10/19-31K', 'remarks': 'VOSA STATES 40K, 42K, 46K, 50K, DAMAGED 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': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cad01ad4-74ad-49d2-830e-8e7bc0f6a9b3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120406739, 'registration': 'YP61UWL', 'account': 'MAN037', 'make': 'CHEVROLET', 'model': 'CRUZE HATCHBACK', 'derivative': '1.6 LS 5dr', 'mileage': 51690, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 408}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP61UWL/2026-03-13/image/e54f0190-fed0-4601-a8f7-a8f2cc1788a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/a9e95a5f-6bab-406e-997a-421f9b067757_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/29c721a4-58d2-479b-a483-18cf66ba2205_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/803106ab-3f5c-497b-83dc-b15b33dfb921_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/d1ae2f15-1e93-4826-be99-4bc0c8fe9bb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/20d5d109-c164-4237-b830-9d352d3c1d0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP61UWL/2026-03-13/image/97dc679e-3412-4f40-9ec6-ac89051a271d_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/12-5K, 11/13-10K, 11/14-15K, 11/15-20K, 11/16-23K, 11/17-26K, 11/18-29K, 10/19-31K', 'remarks': 'VOSA STATES 40K, 42K, 46K, 50K, DAMAGED 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': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cad01ad4-74ad-49d2-830e-8e7bc0f6a9b3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd726778-5498-554d-89be-a42f8c8d3d55 with identifier: 120406739
2026-03-24 10:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd726778-5498-554d-89be-a42f8c8d3d55 with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd726778-5498-554d-89be-a42f8c8d3d55 with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bd726778-5498-554d-89be-a42f8c8d3d55, identifier: 120406739
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120302654, 'registration': 'YE65RDY', 'account': 'MAN037', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic Lux 5dr', 'mileage': 64650, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE65RDY/2026-03-12/image/3ae73f64-a567-4153-98b1-4df0a71a60a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/424ed2c8-3aca-4aae-9f67-fd83ab5b9947_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/1b766a8a-1145-4770-ba6c-89c4df517789_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/2a7a51d0-76ee-42aa-8d10-23e9feed9455_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/14b9ef90-f551-45ee-90f0-8b8a22de69cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/21e11dcc-abae-4c60-8dcb-6f87195c6088_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/53dfea70-87bc-49a3-9586-e1a394a77b70_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/16 3K - 09/17 21K - 11/20 38K - 06/22 42K', 'remarks': 'VOSA STATES 42K - 61K - 63K - 64K - MAIN KEY ONLY', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c58bc4cf-c8e3-4e89-87b0-59ad76a5f46b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120302654, 'registration': 'YE65RDY', 'account': 'MAN037', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic Lux 5dr', 'mileage': 64650, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 407}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-16', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE65RDY/2026-03-12/image/3ae73f64-a567-4153-98b1-4df0a71a60a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/424ed2c8-3aca-4aae-9f67-fd83ab5b9947_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/1b766a8a-1145-4770-ba6c-89c4df517789_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/2a7a51d0-76ee-42aa-8d10-23e9feed9455_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/14b9ef90-f551-45ee-90f0-8b8a22de69cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/21e11dcc-abae-4c60-8dcb-6f87195c6088_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE65RDY/2026-03-12/image/53dfea70-87bc-49a3-9586-e1a394a77b70_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/16 3K - 09/17 21K - 11/20 38K - 06/22 42K', 'remarks': 'VOSA STATES 42K - 61K - 63K - 64K - MAIN KEY ONLY', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '8', 'v5': True, 'v5details': 'Here', 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c58bc4cf-c8e3-4e89-87b0-59ad76a5f46b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0e030e1-f229-5d74-bb97-eea7342fc79e with identifier: 120302654
2026-03-24 10:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0e030e1-f229-5d74-bb97-eea7342fc79e with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0e030e1-f229-5d74-bb97-eea7342fc79e with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e0e030e1-f229-5d74-bb97-eea7342fc79e, identifier: 120302654
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120220640, 'registration': 'GF65YLN', 'account': 'MAN037', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.5 Cooper 5dr', 'mileage': 82681, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 408}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-04', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF65YLN/2026-03-07/image/a57d1347-ae32-47d6-a8c7-f9d00e4dd3bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/cd1db7f5-8edf-4cb2-8547-9b0b88765068_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/8207097c-026e-41c9-b133-f35f43084ca4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/fe4731c3-d6f8-479e-b77c-b2830aeb6d5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/b67e34c8-b5ee-40b1-9b28-81245e3ff78d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/28cc13b9-b5e3-48b6-a6df-98d6c7bc8f39_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/8551602e-37da-49b7-85f2-7d0c35619cb6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES, 54K, 62K, 71K, 78K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4d0b4012-7e87-4372-a50f-bef27bd01d29.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120220640, 'registration': 'GF65YLN', 'account': 'MAN037', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.5 Cooper 5dr', 'mileage': 82681, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 408}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-04', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF65YLN/2026-03-07/image/a57d1347-ae32-47d6-a8c7-f9d00e4dd3bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/cd1db7f5-8edf-4cb2-8547-9b0b88765068_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/8207097c-026e-41c9-b133-f35f43084ca4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/fe4731c3-d6f8-479e-b77c-b2830aeb6d5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/b67e34c8-b5ee-40b1-9b28-81245e3ff78d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/28cc13b9-b5e3-48b6-a6df-98d6c7bc8f39_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF65YLN/2026-03-07/image/8551602e-37da-49b7-85f2-7d0c35619cb6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES, 54K, 62K, 71K, 78K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4d0b4012-7e87-4372-a50f-bef27bd01d29.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63126a87-0d59-5f55-b941-70fe09477d56 with identifier: 120220640
2026-03-24 10:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63126a87-0d59-5f55-b941-70fe09477d56 with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63126a87-0d59-5f55-b941-70fe09477d56 with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63126a87-0d59-5f55-b941-70fe09477d56, identifier: 120220640
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120443760, 'registration': 'WR58WJF', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'AGILA HATCHBACK', 'derivative': '1.2 16V Design 5dr', 'mileage': 56052, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 408}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-02-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR58WJF/2026-03-14/image/078b478e-0ab5-4683-8943-63dca57f37d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/3df97e39-2e11-449d-87da-8b45a2e4896a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/26aa16c1-1491-4bdb-92df-4036eb973352_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/924f3fb0-417b-466a-b9c2-e43ce1c26ff5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/b1b658bd-8225-4169-98fa-39e2268a1e3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/3c9be1e9-0949-4070-a6b1-e1cb7fe63c89_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/9cd3cd79-3969-4fb3-8fd5-befacaee777a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/cc92ab44-afbe-4998-8de2-5f519eaa6091_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 28K, 36K, 44K, 51K, BROKEN 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': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c37144c-d75b-4673-9db7-6ceda3356614.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120443760, 'registration': 'WR58WJF', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'AGILA HATCHBACK', 'derivative': '1.2 16V Design 5dr', 'mileage': 56052, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 408}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2009-02-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR58WJF/2026-03-14/image/078b478e-0ab5-4683-8943-63dca57f37d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/3df97e39-2e11-449d-87da-8b45a2e4896a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/26aa16c1-1491-4bdb-92df-4036eb973352_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/924f3fb0-417b-466a-b9c2-e43ce1c26ff5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/b1b658bd-8225-4169-98fa-39e2268a1e3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/3c9be1e9-0949-4070-a6b1-e1cb7fe63c89_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/9cd3cd79-3969-4fb3-8fd5-befacaee777a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR58WJF/2026-03-14/image/cc92ab44-afbe-4998-8de2-5f519eaa6091_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 28K, 36K, 44K, 51K, BROKEN 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': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c37144c-d75b-4673-9db7-6ceda3356614.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47a725ac-1f86-5bae-8415-f51155404b70 with identifier: 120443760
2026-03-24 10:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47a725ac-1f86-5bae-8415-f51155404b70 with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47a725ac-1f86-5bae-8415-f51155404b70 with scrape type 2
2026-03-24 10:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 47a725ac-1f86-5bae-8415-f51155404b70, identifier: 120443760
2026-03-24 10:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b8a3ac26-44a4-54d9-af4d-c8f577d539fe with identifier: 120438207
2026-03-24 10:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b8a3ac26-44a4-54d9-af4d-c8f577d539fe with identifier: 120438207
2026-03-24 10:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b8a3ac26-44a4-54d9-af4d-c8f577d539fe with identifier: 120438207 to the API
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120438207?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'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': 'b8a3ac26-44a4-54d9-af4d-c8f577d539fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'LA19OFV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120438207',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'CITROEN',
'model': 'DISPATCH M DIESEL',
'odometer': 25636,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-17',
'seller_name': 'Ogilvie Fleet',
'title': 'CITROEN DISPATCH M DIESEL 1000 1.6 BlueHDi 95 Van Enterprise',
'transmission': 'manual',
'trim': '1000 1.6 BlueHDi 95 Van Enterprise',
'vin': None,
'year': 2019}
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120438207%27 HTTP/1.1" 200 None
2026-03-24 10:03:07 [astonbarclay.gb] INFO: Saving data for 120438207: {'auction_closing_time': 1774947600.0, 'created_time': 1774011707.176016, 'last_price_update_time': 1774346587.188244}
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120438207') HTTP/1.1" 204 0
2026-03-24 10:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bd726778-5498-554d-89be-a42f8c8d3d55 with identifier: 120406739
2026-03-24 10:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bd726778-5498-554d-89be-a42f8c8d3d55 with identifier: 120406739
2026-03-24 10:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bd726778-5498-554d-89be-a42f8c8d3d55 with identifier: 120406739 to the API
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120406739?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'bd726778-5498-554d-89be-a42f8c8d3d55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP61UWL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120406739',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CHEVROLET',
'model': 'CRUZE HATCHBACK',
'odometer': 51690,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-11-30',
'seller_name': 'Manamanx Ltd',
'title': 'CHEVROLET CRUZE HATCHBACK 1.6 LS 5dr',
'transmission': 'manual',
'trim': '1.6 LS 5dr',
'vin': None,
'year': 2011}
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406739%27 HTTP/1.1" 200 None
2026-03-24 10:03:07 [astonbarclay.gb] INFO: Saving data for 120406739: {'auction_closing_time': 1774888200.0, 'created_time': 1773403460.969839, 'last_price_update_time': 1774346587.530505}
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120406739') HTTP/1.1" 204 0
2026-03-24 10:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e0e030e1-f229-5d74-bb97-eea7342fc79e with identifier: 120302654
2026-03-24 10:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e0e030e1-f229-5d74-bb97-eea7342fc79e with identifier: 120302654
2026-03-24 10:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e0e030e1-f229-5d74-bb97-eea7342fc79e with identifier: 120302654 to the API
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120302654?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'e0e030e1-f229-5d74-bb97-eea7342fc79e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE65RDY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120302654',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 64650,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-26',
'seller_name': 'Manamanx Ltd',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 TD4 HSE Dynamic '
'Lux 5dr',
'transmission': 'manual',
'trim': '2.0 TD4 HSE Dynamic Lux 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120302654%27 HTTP/1.1" 200 None
2026-03-24 10:03:07 [astonbarclay.gb] INFO: Saving data for 120302654: {'auction_closing_time': 1774888200.0, 'created_time': 1773403856.232863, 'last_price_update_time': 1774346587.867054}
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120302654') HTTP/1.1" 204 0
2026-03-24 10:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63126a87-0d59-5f55-b941-70fe09477d56 with identifier: 120220640
2026-03-24 10:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63126a87-0d59-5f55-b941-70fe09477d56 with identifier: 120220640
2026-03-24 10:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 63126a87-0d59-5f55-b941-70fe09477d56 with identifier: 120220640 to the API
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120220640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '63126a87-0d59-5f55-b941-70fe09477d56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF65YLN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120220640',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 82681,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-09',
'seller_name': 'Manamanx Ltd',
'title': 'MINI HATCHBACK 1.5 Cooper 5dr',
'transmission': 'manual',
'trim': '1.5 Cooper 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120220640%27 HTTP/1.1" 200 None
2026-03-24 10:03:08 [astonbarclay.gb] INFO: Saving data for 120220640: {'auction_closing_time': 1774888200.0, 'created_time': 1773404153.890719, 'last_price_update_time': 1774346588.285587}
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120220640') HTTP/1.1" 204 0
2026-03-24 10:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 47a725ac-1f86-5bae-8415-f51155404b70 with identifier: 120443760
2026-03-24 10:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 47a725ac-1f86-5bae-8415-f51155404b70 with identifier: 120443760
2026-03-24 10:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 47a725ac-1f86-5bae-8415-f51155404b70 with identifier: 120443760 to the API
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120443760?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '47a725ac-1f86-5bae-8415-f51155404b70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR58WJF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120443760',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'AGILA HATCHBACK',
'odometer': 56052,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-02-26',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL AGILA HATCHBACK 1.2 16V Design 5dr',
'transmission': 'manual',
'trim': '1.2 16V Design 5dr',
'vin': None,
'year': 2009}
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443760%27 HTTP/1.1" 200 None
2026-03-24 10:03:08 [astonbarclay.gb] INFO: Saving data for 120443760: {'auction_closing_time': 1774888200.0, 'created_time': 1773428449.58603, 'last_price_update_time': 1774346588.641868}
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120443760') HTTP/1.1" 204 0
2026-03-24 10:03:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476214, 'registration': 'MA71WPF', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 300 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof Leader Van', 'mileage': 93746, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-09', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 73K 92K, SPARE KEY', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 187, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fd86db7d-0b9b-4ea7-94a1-57fb369b6b8a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476214, 'registration': 'MA71WPF', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 300 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof Leader Van', 'mileage': 93746, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-09', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 73K 92K, SPARE KEY', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 187, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fd86db7d-0b9b-4ea7-94a1-57fb369b6b8a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ab4dd08-9ffd-5b52-95fe-fa16c26bdeaf with identifier: 120476214
2026-03-24 10:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ab4dd08-9ffd-5b52-95fe-fa16c26bdeaf with scrape type 1
2026-03-24 10:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 3ab4dd08-9ffd-5b52-95fe-fa16c26bdeaf
2026-03-24 10:03:08 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 3ab4dd08-9ffd-5b52-95fe-fa16c26bdeaf
2026-03-24 10:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3ab4dd08-9ffd-5b52-95fe-fa16c26bdeaf, identifier: 120476214
2026-03-24 10:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3ab4dd08-9ffd-5b52-95fe-fa16c26bdeaf with identifier: 120476214
2026-03-24 10:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3ab4dd08-9ffd-5b52-95fe-fa16c26bdeaf with identifier: 120476214
2026-03-24 10:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3ab4dd08-9ffd-5b52-95fe-fa16c26bdeaf with identifier: 120476214 to the API
2026-03-24 10:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476214?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 187,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '3ab4dd08-9ffd-5b52-95fe-fa16c26bdeaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MA71WPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476214',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT CUSTOM 300 L1 DIESEL FWD',
'odometer': 93746,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seller_name': 'SIXT Van & Truck',
'title': 'FORD TRANSIT CUSTOM 300 L1 DIESEL FWD 2.0 EcoBlue 130ps Low Roof '
'Leader Van',
'transmission': 'manual',
'trim': '2.0 EcoBlue 130ps Low Roof Leader Van',
'vin': None,
'year': 2021}
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476214%27 HTTP/1.1" 200 None
2026-03-24 10:03:09 [astonbarclay.gb] INFO: Saving data for 120476214: {'created_time': 1774346589.189682, 'last_price_update_time': 1774346589.189693, 'auction_closing_time': 1774947600.0}
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476214') HTTP/1.1" 204 0
2026-03-24 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/116645412?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 116645412, 'registration': 'KJ19VPN', 'account': 'VWF001', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '2.0 TDI 184 GTD 5dr DSG', 'mileage': 41481, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 35}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-06-14', 'fuel': 'Diesel', 'motExpiry': '2025-12-11', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KJ19VPN/2025-10-24/image/3569c006-37fa-4f17-85a9-cfa3b88150cd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 23K, 29K, 36K, **NON-RUNNER - NO KEYS - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN CHELMSFORD, ESSEX**', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 115, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 116645412, 'registration': 'KJ19VPN', 'account': 'VWF001', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '2.0 TDI 184 GTD 5dr DSG', 'mileage': 41481, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 35}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-06-14', 'fuel': 'Diesel', 'motExpiry': '2025-12-11', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KJ19VPN/2025-10-24/image/3569c006-37fa-4f17-85a9-cfa3b88150cd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 23K, 29K, 36K, **NON-RUNNER - NO KEYS - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN CHELMSFORD, ESSEX**', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 115, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6e52fc0-1fe9-5674-bb6f-3a8a244b5c5f with identifier: 116645412
2026-03-24 10:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6e52fc0-1fe9-5674-bb6f-3a8a244b5c5f with scrape type 2
2026-03-24 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6e52fc0-1fe9-5674-bb6f-3a8a244b5c5f with scrape type 2
2026-03-24 10:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c6e52fc0-1fe9-5674-bb6f-3a8a244b5c5f, identifier: 116645412
2026-03-24 10:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c6e52fc0-1fe9-5674-bb6f-3a8a244b5c5f with identifier: 116645412
2026-03-24 10:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c6e52fc0-1fe9-5674-bb6f-3a8a244b5c5f with identifier: 116645412
2026-03-24 10:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c6e52fc0-1fe9-5674-bb6f-3a8a244b5c5f with identifier: 116645412 to the API
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/116645412?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'c6e52fc0-1fe9-5674-bb6f-3a8a244b5c5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KJ19VPN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/116645412',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'VOLKSWAGEN',
'model': 'GOLF DIESEL HATCHBACK',
'odometer': 41481,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-14',
'seller_name': 'Volkswagen Financial Services',
'title': 'VOLKSWAGEN GOLF DIESEL HATCHBACK 2.0 TDI 184 GTD 5dr DSG',
'transmission': 'automatic',
'trim': '2.0 TDI 184 GTD 5dr DSG',
'vin': None,
'year': 2019}
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116645412%27 HTTP/1.1" 200 None
2026-03-24 10:03:09 [astonbarclay.gb] INFO: Saving data for 116645412: {'auction_closing_time': 1774609200.0, 'created_time': 1774011718.035909, 'last_price_update_time': 1774346589.847946}
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='116645412') HTTP/1.1" 204 0
2026-03-24 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120574575, 'registration': 'BT72TEO', 'account': 'ZEN002', 'make': 'VOLVO', 'model': 'C40 ESTATE', 'derivative': '170kW Recharge Ultimate 69kWh 5dr Auto', 'mileage': 46903, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-06', 'fuel': 'Electric', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e86b805e-7f48-43a6-9cb6-36d12c69e290_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/65cefe2b-9168-412a-adab-82ba1032fc47_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/ac863624-af6b-42b3-871d-e343731142d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/23b7c832-5736-49c3-a4d9-7ea47bf4781e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/27f8afb2-7808-44f9-8c49-dac38eaa162f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/eb2f181f-73d2-45c7-9540-2b89fdc6aa7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5724e283-891c-4db6-b348-7d14b47bc151_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e84f0256-c030-4f09-8ea9-1890dfc5979b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5f777989-e7dc-4d9e-8a92-86926d3b294b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/56bcbc44-bc18-46a6-8d54-c6f0e802765f_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/24- 17K, 07/25- 35K', 'remarks': '**1180** VOSA STATES 41K, \t Retractable Towbar, 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/f95954aa-68c6-453a-be1a-61a6f38af431.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120574575, 'registration': 'BT72TEO', 'account': 'ZEN002', 'make': 'VOLVO', 'model': 'C40 ESTATE', 'derivative': '170kW Recharge Ultimate 69kWh 5dr Auto', 'mileage': 46903, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-06', 'fuel': 'Electric', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e86b805e-7f48-43a6-9cb6-36d12c69e290_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/65cefe2b-9168-412a-adab-82ba1032fc47_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/ac863624-af6b-42b3-871d-e343731142d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/23b7c832-5736-49c3-a4d9-7ea47bf4781e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/27f8afb2-7808-44f9-8c49-dac38eaa162f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/eb2f181f-73d2-45c7-9540-2b89fdc6aa7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5724e283-891c-4db6-b348-7d14b47bc151_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e84f0256-c030-4f09-8ea9-1890dfc5979b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5f777989-e7dc-4d9e-8a92-86926d3b294b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/56bcbc44-bc18-46a6-8d54-c6f0e802765f_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/24- 17K, 07/25- 35K', 'remarks': '**1180** VOSA STATES 41K, \t Retractable Towbar, 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/f95954aa-68c6-453a-be1a-61a6f38af431.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fb57363-0993-50f7-b3d5-23e9a57eec3c with identifier: 120574575
2026-03-24 10:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c with scrape type 1
2026-03-24 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252Fe86b805e-7f48-43a6-9cb6-36d12c69e290_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e86b805e-7f48-43a6-9cb6-36d12c69e290_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F65cefe2b-9168-412a-adab-82ba1032fc47_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/65cefe2b-9168-412a-adab-82ba1032fc47_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252Fac863624-af6b-42b3-871d-e343731142d6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/ac863624-af6b-42b3-871d-e343731142d6_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F23b7c832-5736-49c3-a4d9-7ea47bf4781e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/23b7c832-5736-49c3-a4d9-7ea47bf4781e_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F27f8afb2-7808-44f9-8c49-dac38eaa162f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/27f8afb2-7808-44f9-8c49-dac38eaa162f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252Feb2f181f-73d2-45c7-9540-2b89fdc6aa7a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/eb2f181f-73d2-45c7-9540-2b89fdc6aa7a_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120412056, 'registration': 'YK23OJJ', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS SALOON', 'derivative': 'A250e AMG Line Executive 4dr Auto', 'mileage': 44281, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/63b45bd5-2a66-4e7b-96f2-90551c6a9478_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/ab065e6f-5e44-4240-b909-38660daa0ebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/79306d08-32d9-41d1-80f1-d48b98f230e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/83420226-e08b-48a2-af48-7ea23f37b842_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/27f9385c-ec92-44f4-9854-3e4365daa23d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4267776f-91c2-467a-a814-9e1cf3313997_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/77113010-39bc-4bba-9f0f-64d631f23c3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/d52ea590-b923-4bf3-b9e5-459b6d3943bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4a682157-f42b-491e-a40b-fd6c9bc0f472_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-15K, 06/25-33K,', 'remarks': '**1120** VOSA STATES 44K, 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': 19, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a0f32587-31d6-4a74-bfb7-5e9ea6718808.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120412056, 'registration': 'YK23OJJ', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS SALOON', 'derivative': 'A250e AMG Line Executive 4dr Auto', 'mileage': 44281, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/63b45bd5-2a66-4e7b-96f2-90551c6a9478_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/ab065e6f-5e44-4240-b909-38660daa0ebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/79306d08-32d9-41d1-80f1-d48b98f230e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/83420226-e08b-48a2-af48-7ea23f37b842_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/27f9385c-ec92-44f4-9854-3e4365daa23d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4267776f-91c2-467a-a814-9e1cf3313997_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/77113010-39bc-4bba-9f0f-64d631f23c3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/d52ea590-b923-4bf3-b9e5-459b6d3943bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4a682157-f42b-491e-a40b-fd6c9bc0f472_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24-15K, 06/25-33K,', 'remarks': '**1120** VOSA STATES 44K, 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': 19, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a0f32587-31d6-4a74-bfb7-5e9ea6718808.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3702ce4d-366e-5b9a-9b1f-a0048c714f43 with identifier: 120412056
2026-03-24 10:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43 with scrape type 1
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F63b45bd5-2a66-4e7b-96f2-90551c6a9478_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/63b45bd5-2a66-4e7b-96f2-90551c6a9478_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120338114, 'registration': 'ML23CDE', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh Sport 5dr Auto', 'mileage': 33009, 'mileageWarranty': False, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-09', 'fuel': 'Electric', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6b5741b7-c336-4da0-b954-3f88395f7517_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/de652914-68d9-4531-a5e5-d01ad5f2a29c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fad5cee1-1188-4a41-ac79-9f110773eba5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/d8742311-4bfa-4661-a1de-1491927a8144_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/2e60691f-e3e7-48da-9f10-eaaeed4a0d03_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/1f9aeb2b-e1ca-46cf-8824-c8a4880c4942_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fe7366de-b905-4bcd-bcbb-a8742f7c512b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/bc270b48-41df-4dce-8c6a-b2ef1d077c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6fd9e14d-ea1b-4729-b7af-3236addf13ec_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25-19K,', 'remarks': '**1845** 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/22daa732-1cce-4906-b903-d4bef0b97f90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120338114, 'registration': 'ML23CDE', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh Sport 5dr Auto', 'mileage': 33009, 'mileageWarranty': False, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-09', 'fuel': 'Electric', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6b5741b7-c336-4da0-b954-3f88395f7517_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/de652914-68d9-4531-a5e5-d01ad5f2a29c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fad5cee1-1188-4a41-ac79-9f110773eba5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/d8742311-4bfa-4661-a1de-1491927a8144_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/2e60691f-e3e7-48da-9f10-eaaeed4a0d03_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/1f9aeb2b-e1ca-46cf-8824-c8a4880c4942_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fe7366de-b905-4bcd-bcbb-a8742f7c512b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/bc270b48-41df-4dce-8c6a-b2ef1d077c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6fd9e14d-ea1b-4729-b7af-3236addf13ec_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/25-19K,', 'remarks': '**1845** 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/22daa732-1cce-4906-b903-d4bef0b97f90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e84200c-6f66-5b77-b50f-4e473f9249dc with identifier: 120338114
2026-03-24 10:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e84200c-6f66-5b77-b50f-4e473f9249dc with scrape type 1
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252F6b5741b7-c336-4da0-b954-3f88395f7517_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6b5741b7-c336-4da0-b954-3f88395f7517_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120292385, 'registration': 'MD24OES', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech You 5dr', 'mileage': 12301, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-05-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD24OES/2026-03-17/image/9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/76f2aacf-96e1-413e-9cfa-c262848067f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/cfbf85e5-d80b-4f78-a57f-7db9df957826_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/c1820263-68ac-4fb9-ac8a-1a66f04000b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/45ab87c8-6709-4afe-9cda-1c6274114112_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/72ff8a2b-387b-4dfa-8d66-0f9f364c3444_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/b3be03c3-4fce-4aae-b9cf-a88e24785f97_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/34c4a59e-248c-40d7-ad58-4384cb0ca916_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/08b276f9-ad7c-4b6b-aeb7-ea9fc9f21454_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 10/25 - 11K,', 'remarks': '**890** SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9e29883-1d1c-48f2-bff7-997a281b4602.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120292385, 'registration': 'MD24OES', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech You 5dr', 'mileage': 12301, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2024-05-31', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MD24OES/2026-03-17/image/9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/76f2aacf-96e1-413e-9cfa-c262848067f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/cfbf85e5-d80b-4f78-a57f-7db9df957826_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/c1820263-68ac-4fb9-ac8a-1a66f04000b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/45ab87c8-6709-4afe-9cda-1c6274114112_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/72ff8a2b-387b-4dfa-8d66-0f9f364c3444_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/b3be03c3-4fce-4aae-b9cf-a88e24785f97_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/34c4a59e-248c-40d7-ad58-4384cb0ca916_removebg.jpg?w=600', 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/08b276f9-ad7c-4b6b-aeb7-ea9fc9f21454_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 10/25 - 11K,', 'remarks': '**890** SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9e29883-1d1c-48f2-bff7-997a281b4602.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1384557f-8e47-5196-b659-4129be8c47bf with identifier: 120292385
2026-03-24 10:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1384557f-8e47-5196-b659-4129be8c47bf with scrape type 1
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120542115, 'registration': 'GY71WHE', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS SALOON SPECIAL EDITIONS', 'derivative': 'A250e AMG Line Premium Edition 4dr Auto', 'mileage': 49255, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-16', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-15', 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GY71WHE/2026-03-18/image/723a042d-a7a8-4e13-8ad1-d8975107d852_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/bb6a9590-ca2f-4c48-bda5-c9c528bc719d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/ae8961ec-59d2-42ac-b183-762b0893434b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/133548e6-fb04-4867-873c-825fddaa2286_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/8cbc4fac-0f4f-414d-838a-faab91ba6874_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/802217f8-7a57-4262-8487-0abbf4900d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/2f7fac02-2316-42d7-9d9e-0a1a2c1e3d21_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/5b4b2ee0-3967-4c66-b3a2-fe9e0ab2d361_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/f2fbaabc-c2d2-4837-9406-408ed937f789_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22-11K, 12/23-24K, 12/24-35K, 12/25-47K', 'remarks': '**1161**VOSA STATES 35K, 47K, Metallic Paint, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 23, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/daf1573e-d090-42bd-b1ba-b339e522bbf8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120542115, 'registration': 'GY71WHE', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS SALOON SPECIAL EDITIONS', 'derivative': 'A250e AMG Line Premium Edition 4dr Auto', 'mileage': 49255, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-16', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-15', 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GY71WHE/2026-03-18/image/723a042d-a7a8-4e13-8ad1-d8975107d852_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/bb6a9590-ca2f-4c48-bda5-c9c528bc719d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/ae8961ec-59d2-42ac-b183-762b0893434b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/133548e6-fb04-4867-873c-825fddaa2286_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/8cbc4fac-0f4f-414d-838a-faab91ba6874_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/802217f8-7a57-4262-8487-0abbf4900d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/2f7fac02-2316-42d7-9d9e-0a1a2c1e3d21_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/5b4b2ee0-3967-4c66-b3a2-fe9e0ab2d361_removebg.jpg?w=600', 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/f2fbaabc-c2d2-4837-9406-408ed937f789_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22-11K, 12/23-24K, 12/24-35K, 12/25-47K', 'remarks': '**1161**VOSA STATES 35K, 47K, Metallic Paint, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 23, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/daf1573e-d090-42bd-b1ba-b339e522bbf8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df05d425-f23e-5b3e-9414-1d374ac19cc8 with identifier: 120542115
2026-03-24 10:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df05d425-f23e-5b3e-9414-1d374ac19cc8 with scrape type 1
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F723a042d-a7a8-4e13-8ad1-d8975107d852_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/723a042d-a7a8-4e13-8ad1-d8975107d852_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F5724e283-891c-4db6-b348-7d14b47bc151_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5724e283-891c-4db6-b348-7d14b47bc151_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252Fab065e6f-5e44-4240-b909-38660daa0ebf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/ab065e6f-5e44-4240-b909-38660daa0ebf_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Fde652914-68d9-4531-a5e5-d01ad5f2a29c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/de652914-68d9-4531-a5e5-d01ad5f2a29c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F76f2aacf-96e1-413e-9cfa-c262848067f4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/76f2aacf-96e1-413e-9cfa-c262848067f4_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252Fbb6a9590-ca2f-4c48-bda5-c9c528bc719d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/bb6a9590-ca2f-4c48-bda5-c9c528bc719d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252Fe84f0256-c030-4f09-8ea9-1890dfc5979b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e84f0256-c030-4f09-8ea9-1890dfc5979b_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F79306d08-32d9-41d1-80f1-d48b98f230e3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/79306d08-32d9-41d1-80f1-d48b98f230e3_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Ffad5cee1-1188-4a41-ac79-9f110773eba5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fad5cee1-1188-4a41-ac79-9f110773eba5_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252Fcfbf85e5-d80b-4f78-a57f-7db9df957826_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/cfbf85e5-d80b-4f78-a57f-7db9df957826_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252Fae8961ec-59d2-42ac-b183-762b0893434b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/ae8961ec-59d2-42ac-b183-762b0893434b_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120469224, 'registration': 'WN22EJD', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 46593, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-16', 'fuel': 'Electric', 'motExpiry': '2027-03-15', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/WN22EJD/2026-03-17/image/9c18d27a-f3db-4df0-b857-79c2d02310cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/cbcd630e-4b38-40ac-9b73-f1f9ffc81d54_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/43561e23-d79a-4e2c-8885-19fbfc89da5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/ec191e0f-945f-4e90-a767-d7e35e63e40f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/50db3ff4-44d2-4e30-8bc8-8073e626f82c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/273e273d-0452-4e98-b16f-9946a3d355c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/38361d3d-1c7c-466e-b319-efb7851f1d2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/a204edb5-9468-4aa0-8438-fcd4e70ed327_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/7f74380a-9175-47d2-804c-850d0a8cc418_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**929** VOSA STATES 26K, 46K, SPARE KEY, CHARGING CABLE White+black Interior', '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/b62c89a8-f101-4b51-9109-c978f7f16a6a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120469224, 'registration': 'WN22EJD', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 46593, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-16', 'fuel': 'Electric', 'motExpiry': '2027-03-15', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/WN22EJD/2026-03-17/image/9c18d27a-f3db-4df0-b857-79c2d02310cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/cbcd630e-4b38-40ac-9b73-f1f9ffc81d54_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/43561e23-d79a-4e2c-8885-19fbfc89da5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/ec191e0f-945f-4e90-a767-d7e35e63e40f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/50db3ff4-44d2-4e30-8bc8-8073e626f82c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/273e273d-0452-4e98-b16f-9946a3d355c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/38361d3d-1c7c-466e-b319-efb7851f1d2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/a204edb5-9468-4aa0-8438-fcd4e70ed327_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/7f74380a-9175-47d2-804c-850d0a8cc418_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**929** VOSA STATES 26K, 46K, SPARE KEY, CHARGING CABLE White+black Interior', '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/b62c89a8-f101-4b51-9109-c978f7f16a6a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba with identifier: 120469224
2026-03-24 10:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba with scrape type 1
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F9c18d27a-f3db-4df0-b857-79c2d02310cd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/9c18d27a-f3db-4df0-b857-79c2d02310cd_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120563695, 'registration': 'FX23PYY', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQA HATCHBACK', 'derivative': 'EQA 250+ 140kW AMG Line Premium 70.5kWh 5dr Auto', 'mileage': 23706, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Electric', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX23PYY/2026-03-23/image/b1a7ee89-a52f-4f06-85b7-48532d2a0351_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/fdddf75f-8bae-457e-a2f1-ceb0c314303e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/8ce51304-560b-4b08-b2da-91e5375e2aa1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d3791093-b310-4271-acdf-8df10ca07307_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/1a9b249b-3d3f-4a0b-8e3d-a623cb041411_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/f3ab73b6-ff11-4570-945a-16103dc65036_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/46edaa49-69c3-433e-a123-73b97c0502e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d58e9a65-d68f-4a16-821d-18e9845046a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d47daef5-d659-4f78-8711-681c6026521a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24- 7K, 02/25- 14K, 03/26- 22K,', 'remarks': '**1168** VOSA STATES 23K, 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/9e4d5fe4-21d0-4526-9aaf-ffb6e86edf05.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120563695, 'registration': 'FX23PYY', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQA HATCHBACK', 'derivative': 'EQA 250+ 140kW AMG Line Premium 70.5kWh 5dr Auto', 'mileage': 23706, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Electric', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX23PYY/2026-03-23/image/b1a7ee89-a52f-4f06-85b7-48532d2a0351_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/fdddf75f-8bae-457e-a2f1-ceb0c314303e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/8ce51304-560b-4b08-b2da-91e5375e2aa1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d3791093-b310-4271-acdf-8df10ca07307_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/1a9b249b-3d3f-4a0b-8e3d-a623cb041411_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/f3ab73b6-ff11-4570-945a-16103dc65036_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/46edaa49-69c3-433e-a123-73b97c0502e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d58e9a65-d68f-4a16-821d-18e9845046a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d47daef5-d659-4f78-8711-681c6026521a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24- 7K, 02/25- 14K, 03/26- 22K,', 'remarks': '**1168** VOSA STATES 23K, 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/9e4d5fe4-21d0-4526-9aaf-ffb6e86edf05.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5218f83e-4d5b-5e48-b828-1f42783d85af with identifier: 120563695
2026-03-24 10:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5218f83e-4d5b-5e48-b828-1f42783d85af with scrape type 1
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Fb1a7ee89-a52f-4f06-85b7-48532d2a0351_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/b1a7ee89-a52f-4f06-85b7-48532d2a0351_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F5f777989-e7dc-4d9e-8a92-86926d3b294b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5f777989-e7dc-4d9e-8a92-86926d3b294b_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/23b7c832-5736-49c3-a4d9-7ea47bf4781e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F83420226-e08b-48a2-af48-7ea23f37b842_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/83420226-e08b-48a2-af48-7ea23f37b842_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Fd8742311-4bfa-4661-a1de-1491927a8144_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/d8742311-4bfa-4661-a1de-1491927a8144_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252Fc1820263-68ac-4fb9-ac8a-1a66f04000b8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/c1820263-68ac-4fb9-ac8a-1a66f04000b8_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F133548e6-fb04-4867-873c-825fddaa2286_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/133548e6-fb04-4867-873c-825fddaa2286_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252Fcbcd630e-4b38-40ac-9b73-f1f9ffc81d54_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/cbcd630e-4b38-40ac-9b73-f1f9ffc81d54_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Ffdddf75f-8bae-457e-a2f1-ceb0c314303e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/fdddf75f-8bae-457e-a2f1-ceb0c314303e_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F56bcbc44-bc18-46a6-8d54-c6f0e802765f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/56bcbc44-bc18-46a6-8d54-c6f0e802765f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F27f9385c-ec92-44f4-9854-3e4365daa23d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/27f9385c-ec92-44f4-9854-3e4365daa23d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252F2e60691f-e3e7-48da-9f10-eaaeed4a0d03_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/2e60691f-e3e7-48da-9f10-eaaeed4a0d03_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F45ab87c8-6709-4afe-9cda-1c6274114112_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/45ab87c8-6709-4afe-9cda-1c6274114112_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F8cbc4fac-0f4f-414d-838a-faab91ba6874_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/8cbc4fac-0f4f-414d-838a-faab91ba6874_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F43561e23-d79a-4e2c-8885-19fbfc89da5f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/43561e23-d79a-4e2c-8885-19fbfc89da5f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252F8ce51304-560b-4b08-b2da-91e5375e2aa1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/8ce51304-560b-4b08-b2da-91e5375e2aa1_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/27f8afb2-7808-44f9-8c49-dac38eaa162f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F4267776f-91c2-467a-a814-9e1cf3313997_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4267776f-91c2-467a-a814-9e1cf3313997_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252F1f9aeb2b-e1ca-46cf-8824-c8a4880c4942_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/1f9aeb2b-e1ca-46cf-8824-c8a4880c4942_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F72ff8a2b-387b-4dfa-8d66-0f9f364c3444_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/72ff8a2b-387b-4dfa-8d66-0f9f364c3444_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F802217f8-7a57-4262-8487-0abbf4900d00_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/802217f8-7a57-4262-8487-0abbf4900d00_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252Fec191e0f-945f-4e90-a767-d7e35e63e40f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/ec191e0f-945f-4e90-a767-d7e35e63e40f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Fd3791093-b310-4271-acdf-8df10ca07307_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d3791093-b310-4271-acdf-8df10ca07307_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98240ad0>
2026-03-24 10:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F23b7c832-5736-49c3-a4d9-7ea47bf4781e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/23b7c832-5736-49c3-a4d9-7ea47bf4781e_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FX23PYY/2026-03-23/image/b1a7ee89-a52f-4f06-85b7-48532d2a0351_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue)
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F77113010-39bc-4bba-9f0f-64d631f23c3c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/77113010-39bc-4bba-9f0f-64d631f23c3c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Ffe7366de-b905-4bcd-bcbb-a8742f7c512b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fe7366de-b905-4bcd-bcbb-a8742f7c512b_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252Fb3be03c3-4fce-4aae-b9cf-a88e24785f97_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/b3be03c3-4fce-4aae-b9cf-a88e24785f97_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F2f7fac02-2316-42d7-9d9e-0a1a2c1e3d21_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/2f7fac02-2316-42d7-9d9e-0a1a2c1e3d21_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F50db3ff4-44d2-4e30-8bc8-8073e626f82c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/50db3ff4-44d2-4e30-8bc8-8073e626f82c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252F1a9b249b-3d3f-4a0b-8e3d-a623cb041411_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/1a9b249b-3d3f-4a0b-8e3d-a623cb041411_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93712b50>
2026-03-24 10:03:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F27f8afb2-7808-44f9-8c49-dac38eaa162f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/27f8afb2-7808-44f9-8c49-dac38eaa162f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252Fd52ea590-b923-4bf3-b9e5-459b6d3943bb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/d52ea590-b923-4bf3-b9e5-459b6d3943bb_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Fbc270b48-41df-4dce-8c6a-b2ef1d077c9d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/bc270b48-41df-4dce-8c6a-b2ef1d077c9d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F34c4a59e-248c-40d7-ad58-4384cb0ca916_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/34c4a59e-248c-40d7-ad58-4384cb0ca916_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F5b4b2ee0-3967-4c66-b3a2-fe9e0ab2d361_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/5b4b2ee0-3967-4c66-b3a2-fe9e0ab2d361_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F273e273d-0452-4e98-b16f-9946a3d355c1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/273e273d-0452-4e98-b16f-9946a3d355c1_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Ff3ab73b6-ff11-4570-945a-16103dc65036_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/f3ab73b6-ff11-4570-945a-16103dc65036_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714496?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d984efe50>
2026-03-24 10:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Fb1a7ee89-a52f-4f06-85b7-48532d2a0351_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/b1a7ee89-a52f-4f06-85b7-48532d2a0351_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FX23PYY/2026-03-23/image/8ce51304-560b-4b08-b2da-91e5375e2aa1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue)
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F4a682157-f42b-491e-a40b-fd6c9bc0f472_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4a682157-f42b-491e-a40b-fd6c9bc0f472_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252F6fd9e14d-ea1b-4729-b7af-3236addf13ec_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6fd9e14d-ea1b-4729-b7af-3236addf13ec_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F08b276f9-ad7c-4b6b-aeb7-ea9fc9f21454_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/08b276f9-ad7c-4b6b-aeb7-ea9fc9f21454_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252Ff2fbaabc-c2d2-4837-9406-408ed937f789_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/f2fbaabc-c2d2-4837-9406-408ed937f789_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F38361d3d-1c7c-466e-b319-efb7851f1d2b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/38361d3d-1c7c-466e-b319-efb7851f1d2b_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252F46edaa49-69c3-433e-a123-73b97c0502e0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/46edaa49-69c3-433e-a123-73b97c0502e0_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d3791093-b310-4271-acdf-8df10ca07307_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue)
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252Fa204edb5-9468-4aa0-8438-fcd4e70ed327_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/a204edb5-9468-4aa0-8438-fcd4e70ed327_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Fd58e9a65-d68f-4a16-821d-18e9845046a5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d58e9a65-d68f-4a16-821d-18e9845046a5_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120714333?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714496, 'registration': 'CV12TGJ', 'account': 'WBA001', 'make': 'HONDA', 'model': 'CR-V ESTATE', 'derivative': '2.0 i-VTEC SE+ 5dr Auto', 'mileage': 59360, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-07-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 6K, 11K, 16K, 20K, 24K, 26K, 27K, 29K, 31K, 32K, 34K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 193, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714496, 'registration': 'CV12TGJ', 'account': 'WBA001', 'make': 'HONDA', 'model': 'CR-V ESTATE', 'derivative': '2.0 i-VTEC SE+ 5dr Auto', 'mileage': 59360, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-07-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 6K, 11K, 16K, 20K, 24K, 26K, 27K, 29K, 31K, 32K, 34K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 193, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2fb1deb-91c9-5609-aabc-a0caceea2590 with identifier: 120714496
2026-03-24 10:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2fb1deb-91c9-5609-aabc-a0caceea2590 with scrape type 1
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item c2fb1deb-91c9-5609-aabc-a0caceea2590
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item c2fb1deb-91c9-5609-aabc-a0caceea2590
2026-03-24 10:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c2fb1deb-91c9-5609-aabc-a0caceea2590, identifier: 120714496
2026-03-24 10:03:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9991c950>
2026-03-24 10:03:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252F8ce51304-560b-4b08-b2da-91e5375e2aa1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/8ce51304-560b-4b08-b2da-91e5375e2aa1_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F7f74380a-9175-47d2-804c-850d0a8cc418_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/7f74380a-9175-47d2-804c-850d0a8cc418_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Fd47daef5-d659-4f78-8711-681c6026521a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d47daef5-d659-4f78-8711-681c6026521a_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c2fb1deb-91c9-5609-aabc-a0caceea2590 with identifier: 120714496
2026-03-24 10:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c2fb1deb-91c9-5609-aabc-a0caceea2590 with identifier: 120714496
2026-03-24 10:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c2fb1deb-91c9-5609-aabc-a0caceea2590 with identifier: 120714496 to the API
2026-03-24 10:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714496?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 193,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'c2fb1deb-91c9-5609-aabc-a0caceea2590',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CV12TGJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714496',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CR-V ESTATE',
'odometer': 59360,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-07-20',
'seller_name': 'UKCGR',
'title': 'HONDA CR-V ESTATE 2.0 i-VTEC SE+ 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 i-VTEC SE+ 5dr Auto',
'vin': None,
'year': 2012}
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714496%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Saving data for 120714496: {'created_time': 1774346592.157691, 'last_price_update_time': 1774346592.157701, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714496') HTTP/1.1" 204 0
2026-03-24 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FX23PYY/2026-03-23/image/f3ab73b6-ff11-4570-945a-16103dc65036_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue)
2026-03-24 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN22EJD/2026-03-17/image/273e273d-0452-4e98-b16f-9946a3d355c1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue)
2026-03-24 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GY71WHE/2026-03-18/image/5b4b2ee0-3967-4c66-b3a2-fe9e0ab2d361_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue)
2026-03-24 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FX23PYY/2026-03-23/image/46edaa49-69c3-433e-a123-73b97c0502e0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue)
2026-03-24 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN22EJD/2026-03-17/image/38361d3d-1c7c-466e-b319-efb7851f1d2b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue)
2026-03-24 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120283908, 'registration': 'WX23XSR', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQB ESTATE', 'derivative': 'EQB 350 4M 215kW AMG Line Premium 66.5kWh 5dr Auto', 'mileage': 44762, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-09', 'fuel': 'Electric', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WX23XSR/2026-03-11/image/33db6d23-7bb5-46f2-b396-178d9ae6a3f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e1501338-262e-44d7-baef-4f2d26864643_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/89dcfc14-29e3-4ea0-8686-a6d8191d7193_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/f79cd155-b9a9-4657-aa9d-27db35d4a833_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/d637df64-e5c8-4f84-8658-483b3151d88f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/1ad1f5e0-2e74-465f-b0b4-d974370719ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e16e0d17-1657-474f-aab7-bad052629443_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e5b58963-76e5-47d9-bb3f-aa0fe07cb118_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/c6f0d59c-b0ae-4929-a560-2472f3d9ebd4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24- 14K, 01/25- 27K, 12/25- 42K,', 'remarks': '**980**VOSA STATES 44K 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/7e6f066c-272d-4adc-ab5e-fce87616f960.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120283908, 'registration': 'WX23XSR', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQB ESTATE', 'derivative': 'EQB 350 4M 215kW AMG Line Premium 66.5kWh 5dr Auto', 'mileage': 44762, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-09', 'fuel': 'Electric', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WX23XSR/2026-03-11/image/33db6d23-7bb5-46f2-b396-178d9ae6a3f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e1501338-262e-44d7-baef-4f2d26864643_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/89dcfc14-29e3-4ea0-8686-a6d8191d7193_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/f79cd155-b9a9-4657-aa9d-27db35d4a833_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/d637df64-e5c8-4f84-8658-483b3151d88f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/1ad1f5e0-2e74-465f-b0b4-d974370719ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e16e0d17-1657-474f-aab7-bad052629443_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e5b58963-76e5-47d9-bb3f-aa0fe07cb118_removebg.jpg?w=600', 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/c6f0d59c-b0ae-4929-a560-2472f3d9ebd4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24- 14K, 01/25- 27K, 12/25- 42K,', 'remarks': '**980**VOSA STATES 44K 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/7e6f066c-272d-4adc-ab5e-fce87616f960.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b56889e-ff5a-5275-ba53-1ff026bd19a1 with identifier: 120283908
2026-03-24 10:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1 with scrape type 1
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252F33db6d23-7bb5-46f2-b396-178d9ae6a3f5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/33db6d23-7bb5-46f2-b396-178d9ae6a3f5_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119783370, 'registration': 'YH23PDX', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '220kW 50 Quattro 82kWh S Line 5dr Auto C+S/Tech', 'mileage': 35980, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-16', 'fuel': 'Electric', 'motExpiry': '2027-03-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YH23PDX/2026-03-18/image/cc19349f-38eb-4db5-9bb3-1bc9b77fb0b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/779ed9d4-80c1-4d83-8920-8db4a27a9618_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/5e2650d6-14e3-4c30-8258-606fdfc76a85_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/d772a8fe-b62f-4907-81bf-6be194c55075_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/8bf9806a-9fd1-40c3-97e7-d49b9eea4507_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/c33c01cb-e230-44a6-a26b-f076c6f95633_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/4402cdbc-6b43-4251-9f40-e2bf73b9af98_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/64a0f97a-5c48-4421-bb77-77d842deafc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/a59ea896-c437-43aa-b0c3-7964748fa32f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/25- 24K', 'remarks': '**835** VOSA STATES 35K, SPARE KEY 20in 5-y Graphite Grey Alloy\tFlat Twin-spk Ltr Sprt Steering Whl\tFunction Package Twin Leather\tWall Bracket For Charging', '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/2b6ee175-1513-4a52-8bdb-ca2495fd9619.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119783370, 'registration': 'YH23PDX', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '220kW 50 Quattro 82kWh S Line 5dr Auto C+S/Tech', 'mileage': 35980, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-16', 'fuel': 'Electric', 'motExpiry': '2027-03-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YH23PDX/2026-03-18/image/cc19349f-38eb-4db5-9bb3-1bc9b77fb0b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/779ed9d4-80c1-4d83-8920-8db4a27a9618_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/5e2650d6-14e3-4c30-8258-606fdfc76a85_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/d772a8fe-b62f-4907-81bf-6be194c55075_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/8bf9806a-9fd1-40c3-97e7-d49b9eea4507_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/c33c01cb-e230-44a6-a26b-f076c6f95633_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/4402cdbc-6b43-4251-9f40-e2bf73b9af98_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/64a0f97a-5c48-4421-bb77-77d842deafc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/a59ea896-c437-43aa-b0c3-7964748fa32f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/25- 24K', 'remarks': '**835** VOSA STATES 35K, SPARE KEY 20in 5-y Graphite Grey Alloy\tFlat Twin-spk Ltr Sprt Steering Whl\tFunction Package Twin Leather\tWall Bracket For Charging', '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/2b6ee175-1513-4a52-8bdb-ca2495fd9619.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57e0522e-a217-5960-957b-bf27561aaf55 with identifier: 119783370
2026-03-24 10:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57e0522e-a217-5960-957b-bf27561aaf55 with scrape type 1
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252Fcc19349f-38eb-4db5-9bb3-1bc9b77fb0b8_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/cc19349f-38eb-4db5-9bb3-1bc9b77fb0b8_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9196f290>
2026-03-24 10:03:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Fd3791093-b310-4271-acdf-8df10ca07307_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d3791093-b310-4271-acdf-8df10ca07307_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120196523, 'registration': 'MC22UTL', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] C-Series Edition 5dr Auto', 'mileage': 11465, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-08-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2e7c2ca2-3aa6-489f-9da7-28419055595b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/fe0f2e57-177a-4eb7-84c3-405cd5483005_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/99ffb3ea-ab70-4584-ad21-b8431fc0c105_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/d4da6f65-6527-43bd-810b-9bbf7e54157f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/864bb2b3-67f5-4270-9786-17b6c8f944ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2b390d06-82cf-4347-b309-a37ad6eaf018_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/a69760ae-6883-460a-aba3-577749340ea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/463447ca-4e90-4b4f-8270-f6a0981c18e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/652c6c91-c916-49c3-878e-e25e0be45334_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/23-1K, 10/24-5K, 08/25-9K,', 'remarks': '**840** VOSA STATES 9K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cdcd1fa3-fbfd-4ced-a365-5e9a1e90b298.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120196523, 'registration': 'MC22UTL', 'account': 'ZEN009', 'make': 'CITROEN', 'model': 'C4 HATCHBACK', 'derivative': '1.2 PureTech [130] C-Series Edition 5dr Auto', 'mileage': 11465, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-08-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2e7c2ca2-3aa6-489f-9da7-28419055595b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/fe0f2e57-177a-4eb7-84c3-405cd5483005_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/99ffb3ea-ab70-4584-ad21-b8431fc0c105_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/d4da6f65-6527-43bd-810b-9bbf7e54157f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/864bb2b3-67f5-4270-9786-17b6c8f944ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2b390d06-82cf-4347-b309-a37ad6eaf018_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/a69760ae-6883-460a-aba3-577749340ea2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/463447ca-4e90-4b4f-8270-f6a0981c18e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/652c6c91-c916-49c3-878e-e25e0be45334_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/23-1K, 10/24-5K, 08/25-9K,', 'remarks': '**840** VOSA STATES 9K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cdcd1fa3-fbfd-4ced-a365-5e9a1e90b298.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3acc95e-041f-5820-959c-28cad06ba323 with identifier: 120196523
2026-03-24 10:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3acc95e-041f-5820-959c-28cad06ba323 with scrape type 1
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F2e7c2ca2-3aa6-489f-9da7-28419055595b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2e7c2ca2-3aa6-489f-9da7-28419055595b_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120714333, 'registration': 'RJ14RVC', 'account': 'WBA001', 'make': 'KIA', 'model': 'CEED DIESEL SPORTSWAGON', 'derivative': '1.6 CRDi 2 5dr Auto', 'mileage': 93847, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-23', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 16K, 22K, 26K, 30K, 40K, 52K, 66K, 76K, 86K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120714333, 'registration': 'RJ14RVC', 'account': 'WBA001', 'make': 'KIA', 'model': 'CEED DIESEL SPORTSWAGON', 'derivative': '1.6 CRDi 2 5dr Auto', 'mileage': 93847, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-06-23', 'fuel': 'Diesel', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Estate', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 16K, 22K, 26K, 30K, 40K, 52K, 66K, 76K, 86K,', 'virtual': False, 'seller': 'UKCGR', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09375941-46fc-5f09-ab09-d165d75f4b7b with identifier: 120714333
2026-03-24 10:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09375941-46fc-5f09-ab09-d165d75f4b7b with scrape type 1
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 09375941-46fc-5f09-ab09-d165d75f4b7b
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 09375941-46fc-5f09-ab09-d165d75f4b7b
2026-03-24 10:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 09375941-46fc-5f09-ab09-d165d75f4b7b, identifier: 120714333
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120213806, 'registration': 'MK23EBN', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh Sport 5dr Auto [C+S/Tech Pack]', 'mileage': 30063, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-06', 'fuel': 'Electric', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK23UBN/2026-03-12/image/fc90ed8a-5414-47b4-b7ba-cf548b7b2783_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/375dac66-c386-4e3b-ad09-bd670e3b8efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/ff15d620-6099-4077-af4a-e832c9f82b27_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/810aa0e3-36cd-435e-a12b-a1a205a75f0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/12a56bdd-23ae-4b6f-bfda-6ddb231339ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/4d2fa5b7-18dd-4846-9b18-6a55b27b466b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/0afbe8c0-d7af-4322-899a-ac219cef033c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/a6e51a54-c6ec-432c-a2e9-6823a5903330_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/aa20947b-b98e-4bfa-87fb-8d7a16cd6929_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25-18K,', 'remarks': '**1831**VOSA STATES 29K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/631da11f-9515-4aef-ba4d-6ebd58eaa891.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120213806, 'registration': 'MK23EBN', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh Sport 5dr Auto [C+S/Tech Pack]', 'mileage': 30063, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-06', 'fuel': 'Electric', 'motExpiry': '2027-03-05', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK23UBN/2026-03-12/image/fc90ed8a-5414-47b4-b7ba-cf548b7b2783_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/375dac66-c386-4e3b-ad09-bd670e3b8efb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/ff15d620-6099-4077-af4a-e832c9f82b27_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/810aa0e3-36cd-435e-a12b-a1a205a75f0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/12a56bdd-23ae-4b6f-bfda-6ddb231339ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/4d2fa5b7-18dd-4846-9b18-6a55b27b466b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/0afbe8c0-d7af-4322-899a-ac219cef033c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/a6e51a54-c6ec-432c-a2e9-6823a5903330_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/aa20947b-b98e-4bfa-87fb-8d7a16cd6929_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25-18K,', 'remarks': '**1831**VOSA STATES 29K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/631da11f-9515-4aef-ba4d-6ebd58eaa891.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 294ea67a-77f1-521c-8c9c-1e342164d3ec with identifier: 120213806
2026-03-24 10:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 294ea67a-77f1-521c-8c9c-1e342164d3ec with scrape type 1
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252Ffc90ed8a-5414-47b4-b7ba-cf548b7b2783_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/fc90ed8a-5414-47b4-b7ba-cf548b7b2783_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120050893, 'registration': 'AF72OVK', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 20522, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-09', 'fuel': 'Electric', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF72OVK/2026-03-17/image/1802c44e-7ad2-4c36-ade8-00c470bab994_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/a866b899-90a6-4299-abcf-c9031198cef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/40eea995-b237-4b3e-ba11-87cebd2bceef_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/d753ac4d-e79e-49a6-abe6-cab829d732f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/fb8041b6-b79a-4edd-b44b-3df298d392c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/c9f0bf69-0cca-4dd4-9a06-315cfc4df0a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/f71513a2-deb3-49de-a05f-06f45225a9bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/ea4a80a5-3f40-482e-8eff-2fd422f078c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/017fdb33-0380-4adb-9f70-339a3c261684_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/25 - 24K,', 'remarks': '**972** VOSA STATES UNKNOWN, SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d54ec8f9-807d-49ee-9dbd-7050467e9183.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120050893, 'registration': 'AF72OVK', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 20522, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-09', 'fuel': 'Electric', 'motExpiry': '2026-09-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF72OVK/2026-03-17/image/1802c44e-7ad2-4c36-ade8-00c470bab994_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/a866b899-90a6-4299-abcf-c9031198cef4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/40eea995-b237-4b3e-ba11-87cebd2bceef_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/d753ac4d-e79e-49a6-abe6-cab829d732f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/fb8041b6-b79a-4edd-b44b-3df298d392c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/c9f0bf69-0cca-4dd4-9a06-315cfc4df0a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/f71513a2-deb3-49de-a05f-06f45225a9bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/ea4a80a5-3f40-482e-8eff-2fd422f078c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/017fdb33-0380-4adb-9f70-339a3c261684_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/25 - 24K,', 'remarks': '**972** VOSA STATES UNKNOWN, SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d54ec8f9-807d-49ee-9dbd-7050467e9183.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93e9d3ad-4142-52b8-a5c4-93768bdd38f8 with identifier: 120050893
2026-03-24 10:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8 with scrape type 1
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252F1802c44e-7ad2-4c36-ade8-00c470bab994_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/1802c44e-7ad2-4c36-ade8-00c470bab994_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 09375941-46fc-5f09-ab09-d165d75f4b7b with identifier: 120714333
2026-03-24 10:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 09375941-46fc-5f09-ab09-d165d75f4b7b with identifier: 120714333
2026-03-24 10:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 09375941-46fc-5f09-ab09-d165d75f4b7b with identifier: 120714333 to the API
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120714333?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '09375941-46fc-5f09-ab09-d165d75f4b7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ14RVC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120714333',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'CEED DIESEL SPORTSWAGON',
'odometer': 93847,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-23',
'seller_name': 'UKCGR',
'title': 'KIA CEED DIESEL SPORTSWAGON 1.6 CRDi 2 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 CRDi 2 5dr Auto',
'vin': None,
'year': 2014}
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714333%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [astonbarclay.gb] INFO: Saving data for 120714333: {'created_time': 1774346592.891341, 'last_price_update_time': 1774346592.891353, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120714333') HTTP/1.1" 204 0
2026-03-24 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GY71WHE/2026-03-18/image/f2fbaabc-c2d2-4837-9406-408ed937f789_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue)
2026-03-24 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d58e9a65-d68f-4a16-821d-18e9845046a5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue)
2026-03-24 10:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN22EJD/2026-03-17/image/a204edb5-9468-4aa0-8438-fcd4e70ed327_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue)
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fe1501338-262e-44d7-baef-4f2d26864643_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e1501338-262e-44d7-baef-4f2d26864643_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F779ed9d4-80c1-4d83-8920-8db4a27a9618_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/779ed9d4-80c1-4d83-8920-8db4a27a9618_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252Ffe0f2e57-177a-4eb7-84c3-405cd5483005_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/fe0f2e57-177a-4eb7-84c3-405cd5483005_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F375dac66-c386-4e3b-ad09-bd670e3b8efb_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/375dac66-c386-4e3b-ad09-bd670e3b8efb_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Fa866b899-90a6-4299-abcf-c9031198cef4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/a866b899-90a6-4299-abcf-c9031198cef4_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6fd9e14d-ea1b-4729-b7af-3236addf13ec_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue)
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD24OES/2026-03-17/image/08b276f9-ad7c-4b6b-aeb7-ea9fc9f21454_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue)
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD24OES/2026-03-17/image/34c4a59e-248c-40d7-ad58-4384cb0ca916_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue)
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4a682157-f42b-491e-a40b-fd6c9bc0f472_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue)
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92edc390>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Ff3ab73b6-ff11-4570-945a-16103dc65036_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/f3ab73b6-ff11-4570-945a-16103dc65036_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d6f990>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F273e273d-0452-4e98-b16f-9946a3d355c1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/273e273d-0452-4e98-b16f-9946a3d355c1_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9827d150>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F5b4b2ee0-3967-4c66-b3a2-fe9e0ab2d361_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/5b4b2ee0-3967-4c66-b3a2-fe9e0ab2d361_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a98350>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252F46edaa49-69c3-433e-a123-73b97c0502e0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/46edaa49-69c3-433e-a123-73b97c0502e0_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92f1a750>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F38361d3d-1c7c-466e-b319-efb7851f1d2b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/38361d3d-1c7c-466e-b319-efb7851f1d2b_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120206294, 'registration': 'WV72UAM', 'account': 'ZEN002', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof 9 Seater', 'mileage': 30841, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-20', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/WV72UAM/2026-03-18/image/cd6d0b9c-ac0c-428c-acd4-aa4594d85b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/62502506-3c97-44e5-93a7-076d1e0939ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/4ad17af3-2820-4db2-94f4-8ac1dd9328b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/98f7158a-9fda-43ee-aef7-a1c8ab4b9964_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/1e31bd2f-2260-49e6-99fe-8cba0c024d12_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/f1ffee13-7c69-46ba-b809-dcce89498846_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e837b237-c1b3-44a7-87cc-4ea578c84f8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e66658e7-67f9-4496-8aa5-6596170a1329_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2485220f-38c6-4b43-a11d-8cc4849c0f1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2825cb9a-81e6-45b1-9384-028cdb82cd1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/06c88df0-256f-407f-a823-ea19ecdaf991_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 10/24-16K,', 'remarks': '**1016** VOSA STATES 25K, 62mph Fixed Engine Governor\tAgate Black\tChalwyn Valvle Spark Arrestor Delivery from Long Marston to Manchester\tMedia Fleet: Enigma Livery\tPSI VH-ZEN-POW-012 - Reverse Bleeper white noise\tVUE: VMC4 & Forward facing camera SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d4f919ab-3e69-4fd7-bb45-73ad52d1ce21.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120206294, 'registration': 'WV72UAM', 'account': 'ZEN002', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof 9 Seater', 'mileage': 30841, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-20', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/WV72UAM/2026-03-18/image/cd6d0b9c-ac0c-428c-acd4-aa4594d85b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/62502506-3c97-44e5-93a7-076d1e0939ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/4ad17af3-2820-4db2-94f4-8ac1dd9328b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/98f7158a-9fda-43ee-aef7-a1c8ab4b9964_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/1e31bd2f-2260-49e6-99fe-8cba0c024d12_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/f1ffee13-7c69-46ba-b809-dcce89498846_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e837b237-c1b3-44a7-87cc-4ea578c84f8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e66658e7-67f9-4496-8aa5-6596170a1329_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2485220f-38c6-4b43-a11d-8cc4849c0f1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2825cb9a-81e6-45b1-9384-028cdb82cd1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/06c88df0-256f-407f-a823-ea19ecdaf991_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 10/24-16K,', 'remarks': '**1016** VOSA STATES 25K, 62mph Fixed Engine Governor\tAgate Black\tChalwyn Valvle Spark Arrestor Delivery from Long Marston to Manchester\tMedia Fleet: Enigma Livery\tPSI VH-ZEN-POW-012 - Reverse Bleeper white noise\tVUE: VMC4 & Forward facing camera SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d4f919ab-3e69-4fd7-bb45-73ad52d1ce21.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc716a98-9b5b-51c3-b6fd-a6bc31f26708 with identifier: 120206294
2026-03-24 10:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708 with scrape type 1
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252Fcd6d0b9c-ac0c-428c-acd4-aa4594d85b34_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/cd6d0b9c-ac0c-428c-acd4-aa4594d85b34_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252F89dcfc14-29e3-4ea0-8686-a6d8191d7193_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/89dcfc14-29e3-4ea0-8686-a6d8191d7193_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F5e2650d6-14e3-4c30-8258-606fdfc76a85_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/5e2650d6-14e3-4c30-8258-606fdfc76a85_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F99ffb3ea-ab70-4584-ad21-b8431fc0c105_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/99ffb3ea-ab70-4584-ad21-b8431fc0c105_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252Fff15d620-6099-4077-af4a-e832c9f82b27_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/ff15d620-6099-4077-af4a-e832c9f82b27_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252F40eea995-b237-4b3e-ba11-87cebd2bceef_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/40eea995-b237-4b3e-ba11-87cebd2bceef_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d47daef5-d659-4f78-8711-681c6026521a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue)
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F62502506-3c97-44e5-93a7-076d1e0939ef_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/62502506-3c97-44e5-93a7-076d1e0939ef_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9835ecd0>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252Ff2fbaabc-c2d2-4837-9406-408ed937f789_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/f2fbaabc-c2d2-4837-9406-408ed937f789_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982dcb90>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Fd58e9a65-d68f-4a16-821d-18e9845046a5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d58e9a65-d68f-4a16-821d-18e9845046a5_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9832b990>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252Fa204edb5-9468-4aa0-8438-fcd4e70ed327_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/a204edb5-9468-4aa0-8438-fcd4e70ed327_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Ff79cd155-b9a9-4657-aa9d-27db35d4a833_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/f79cd155-b9a9-4657-aa9d-27db35d4a833_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252Fd772a8fe-b62f-4907-81bf-6be194c55075_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/d772a8fe-b62f-4907-81bf-6be194c55075_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252Fd4da6f65-6527-43bd-810b-9bbf7e54157f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/d4da6f65-6527-43bd-810b-9bbf7e54157f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F810aa0e3-36cd-435e-a12b-a1a205a75f0c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/810aa0e3-36cd-435e-a12b-a1a205a75f0c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Fd753ac4d-e79e-49a6-abe6-cab829d732f6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/d753ac4d-e79e-49a6-abe6-cab829d732f6_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92aa8810>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252F6fd9e14d-ea1b-4729-b7af-3236addf13ec_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6fd9e14d-ea1b-4729-b7af-3236addf13ec_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92da3ad0>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F08b276f9-ad7c-4b6b-aeb7-ea9fc9f21454_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/08b276f9-ad7c-4b6b-aeb7-ea9fc9f21454_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92bd0f10>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F34c4a59e-248c-40d7-ad58-4384cb0ca916_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/34c4a59e-248c-40d7-ad58-4384cb0ca916_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92aa8350>
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F4a682157-f42b-491e-a40b-fd6c9bc0f472_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4a682157-f42b-491e-a40b-fd6c9bc0f472_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WX23XSR/2026-03-11/image/33db6d23-7bb5-46f2-b396-178d9ae6a3f5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue)
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML23CDE/2026-03-18/image/bc270b48-41df-4dce-8c6a-b2ef1d077c9d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue)
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F4ad17af3-2820-4db2-94f4-8ac1dd9328b1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/4ad17af3-2820-4db2-94f4-8ac1dd9328b1_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2e7c2ca2-3aa6-489f-9da7-28419055595b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue)
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF72OVK/2026-03-17/image/1802c44e-7ad2-4c36-ade8-00c470bab994_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue)
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN22EJD/2026-03-17/image/7f74380a-9175-47d2-804c-850d0a8cc418_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue)
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK23UBN/2026-03-12/image/fc90ed8a-5414-47b4-b7ba-cf548b7b2783_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue)
2026-03-24 10:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YH23PDX/2026-03-18/image/cc19349f-38eb-4db5-9bb3-1bc9b77fb0b8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue)
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fd637df64-e5c8-4f84-8658-483b3151d88f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/d637df64-e5c8-4f84-8658-483b3151d88f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F8bf9806a-9fd1-40c3-97e7-d49b9eea4507_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/8bf9806a-9fd1-40c3-97e7-d49b9eea4507_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F864bb2b3-67f5-4270-9786-17b6c8f944ed_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/864bb2b3-67f5-4270-9786-17b6c8f944ed_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F12a56bdd-23ae-4b6f-bfda-6ddb231339ef_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/12a56bdd-23ae-4b6f-bfda-6ddb231339ef_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Ffb8041b6-b79a-4edd-b44b-3df298d392c4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/fb8041b6-b79a-4edd-b44b-3df298d392c4_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937626d0>
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Fd47daef5-d659-4f78-8711-681c6026521a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d47daef5-d659-4f78-8711-681c6026521a_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F98f7158a-9fda-43ee-aef7-a1c8ab4b9964_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/98f7158a-9fda-43ee-aef7-a1c8ab4b9964_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120719461?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252F1ad1f5e0-2e74-465f-b0b4-d974370719ea_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/1ad1f5e0-2e74-465f-b0b4-d974370719ea_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252Fc33c01cb-e230-44a6-a26b-f076c6f95633_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/c33c01cb-e230-44a6-a26b-f076c6f95633_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F2b390d06-82cf-4347-b309-a37ad6eaf018_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2b390d06-82cf-4347-b309-a37ad6eaf018_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F4d2fa5b7-18dd-4846-9b18-6a55b27b466b_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/4d2fa5b7-18dd-4846-9b18-6a55b27b466b_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Fc9f0bf69-0cca-4dd4-9a06-315cfc4df0a3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/c9f0bf69-0cca-4dd4-9a06-315cfc4df0a3_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F1e31bd2f-2260-49e6-99fe-8cba0c024d12_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/1e31bd2f-2260-49e6-99fe-8cba0c024d12_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120639844?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e7e490>
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252F33db6d23-7bb5-46f2-b396-178d9ae6a3f5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/33db6d23-7bb5-46f2-b396-178d9ae6a3f5_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e20290>
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Fbc270b48-41df-4dce-8c6a-b2ef1d077c9d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/bc270b48-41df-4dce-8c6a-b2ef1d077c9d_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919e5550>
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F2e7c2ca2-3aa6-489f-9da7-28419055595b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2e7c2ca2-3aa6-489f-9da7-28419055595b_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92dfbb50>
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252F1802c44e-7ad2-4c36-ade8-00c470bab994_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/1802c44e-7ad2-4c36-ade8-00c470bab994_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91a0eb50>
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F7f74380a-9175-47d2-804c-850d0a8cc418_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/7f74380a-9175-47d2-804c-850d0a8cc418_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9827c210>
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252Ffc90ed8a-5414-47b4-b7ba-cf548b7b2783_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/fc90ed8a-5414-47b4-b7ba-cf548b7b2783_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92eecb10>
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252Fcc19349f-38eb-4db5-9bb3-1bc9b77fb0b8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/cc19349f-38eb-4db5-9bb3-1bc9b77fb0b8_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/d52ea590-b923-4bf3-b9e5-459b6d3943bb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue)
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fe16e0d17-1657-474f-aab7-bad052629443_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e16e0d17-1657-474f-aab7-bad052629443_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F4402cdbc-6b43-4251-9f40-e2bf73b9af98_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/4402cdbc-6b43-4251-9f40-e2bf73b9af98_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252Fa69760ae-6883-460a-aba3-577749340ea2_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/a69760ae-6883-460a-aba3-577749340ea2_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F0afbe8c0-d7af-4322-899a-ac219cef033c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/0afbe8c0-d7af-4322-899a-ac219cef033c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Ff71513a2-deb3-49de-a05f-06f45225a9bf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/f71513a2-deb3-49de-a05f-06f45225a9bf_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/cd6d0b9c-ac0c-428c-acd4-aa4594d85b34_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WX23XSR/2026-03-11/image/f79cd155-b9a9-4657-aa9d-27db35d4a833_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue)
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF72OVK/2026-03-17/image/d753ac4d-e79e-49a6-abe6-cab829d732f6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue)
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MC22UTL/2026-03-18/image/d4da6f65-6527-43bd-810b-9bbf7e54157f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue)
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FX23PYY/2026-03-23/image/1a9b249b-3d3f-4a0b-8e3d-a623cb041411_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue)
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YH23PDX/2026-03-18/image/d772a8fe-b62f-4907-81bf-6be194c55075_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue)
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK23UBN/2026-03-12/image/810aa0e3-36cd-435e-a12b-a1a205a75f0c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue)
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252Ff1ffee13-7c69-46ba-b809-dcce89498846_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/f1ffee13-7c69-46ba-b809-dcce89498846_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fe5b58963-76e5-47d9-bb3f-aa0fe07cb118_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e5b58963-76e5-47d9-bb3f-aa0fe07cb118_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F64a0f97a-5c48-4421-bb77-77d842deafc5_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/64a0f97a-5c48-4421-bb77-77d842deafc5_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F463447ca-4e90-4b4f-8270-f6a0981c18e1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/463447ca-4e90-4b4f-8270-f6a0981c18e1_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252Fa6e51a54-c6ec-432c-a2e9-6823a5903330_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/a6e51a54-c6ec-432c-a2e9-6823a5903330_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Fea4a80a5-3f40-482e-8eff-2fd422f078c9_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/ea4a80a5-3f40-482e-8eff-2fd422f078c9_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120719461, 'registration': 'KT13SVK', 'account': 'KEN008', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi 2 EcoDynamics 5dr', 'mileage': 57000, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-07-27', 'fuel': 'Diesel', 'motExpiry': '2026-09-15', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 25k 31k 36k 40k 42k 43k 45k 48k 51k 55k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120719461, 'registration': 'KT13SVK', 'account': 'KEN008', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi 2 EcoDynamics 5dr', 'mileage': 57000, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-07-27', 'fuel': 'Diesel', 'motExpiry': '2026-09-15', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 25k 31k 36k 40k 42k 43k 45k 48k 51k 55k', 'virtual': False, 'seller': 'Ken Jervis Kia', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 100, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d8a1451-307b-5b68-bbf9-f33fe40fbec9 with identifier: 120719461
2026-03-24 10:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d8a1451-307b-5b68-bbf9-f33fe40fbec9 with scrape type 1
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 0 photos for item 4d8a1451-307b-5b68-bbf9-f33fe40fbec9
2026-03-24 10:03:14 [crawlers.middlewares.photo_download_middleware] INFO: No photos to download for item 4d8a1451-307b-5b68-bbf9-f33fe40fbec9
2026-03-24 10:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4d8a1451-307b-5b68-bbf9-f33fe40fbec9, identifier: 120719461
2026-03-24 10:03:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120331566, 'registration': 'MV72PAO', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 24809, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-03', 'fuel': 'Electric', 'motExpiry': '2026-09-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV72PAO/2026-03-17/image/f898f644-598a-4295-8863-0abcf781d18d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/aee630b4-1569-4558-982c-b1fa5ccf5d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/e8752e5e-8131-4d8e-8f2c-7f4026b651ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/b0ec998a-3321-4c59-8bd8-8593a361163f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/07dc8e86-77b6-4477-9fc0-ac77aa0bcb31_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/7f56938b-2048-44d5-973c-a77de7536521_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/3259289b-e448-4157-a32e-27b4149ecb26_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/c5b3a6c4-d354-400d-8caf-f80b193fb12c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/168da048-2b6d-4b97-b0c5-617f60fab4d6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**827** VOSA STATES 22K, SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/359d39fc-c865-42d3-aed1-604a1bb7c682.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120331566, 'registration': 'MV72PAO', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 24809, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-03', 'fuel': 'Electric', 'motExpiry': '2026-09-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV72PAO/2026-03-17/image/f898f644-598a-4295-8863-0abcf781d18d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/aee630b4-1569-4558-982c-b1fa5ccf5d6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/e8752e5e-8131-4d8e-8f2c-7f4026b651ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/b0ec998a-3321-4c59-8bd8-8593a361163f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/07dc8e86-77b6-4477-9fc0-ac77aa0bcb31_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/7f56938b-2048-44d5-973c-a77de7536521_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/3259289b-e448-4157-a32e-27b4149ecb26_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/c5b3a6c4-d354-400d-8caf-f80b193fb12c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/168da048-2b6d-4b97-b0c5-617f60fab4d6_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**827** VOSA STATES 22K, SPARE KEY, CHARGING CABLE', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/359d39fc-c865-42d3-aed1-604a1bb7c682.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4fe107f-4d9b-5f49-b592-57233560d0b6 with identifier: 120331566
2026-03-24 10:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4fe107f-4d9b-5f49-b592-57233560d0b6 with scrape type 1
2026-03-24 10:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03: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%252FMV72PAO%252F2026-03-17%252Fimage%252Ff898f644-598a-4295-8863-0abcf781d18d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/f898f644-598a-4295-8863-0abcf781d18d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120639844, 'registration': 'MC19YFE', 'account': 'ART002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 Allure 5dr', 'mileage': 33483, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-05', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 21k, 25k, 29k, 33k,', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120639844, 'registration': 'MC19YFE', 'account': 'ART002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 Allure 5dr', 'mileage': 33483, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 135}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-05', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 21k, 25k, 29k, 33k,', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 106b4b03-fe61-5e61-8cb2-a9634789f36f with identifier: 120639844
2026-03-24 10:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 106b4b03-fe61-5e61-8cb2-a9634789f36f with scrape type 2
2026-03-24 10:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 106b4b03-fe61-5e61-8cb2-a9634789f36f with scrape type 2
2026-03-24 10:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 106b4b03-fe61-5e61-8cb2-a9634789f36f, identifier: 120639844
2026-03-24 10:03:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120206247, 'registration': 'WR72NBA', 'account': 'ZEN002', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof 9 Seater', 'mileage': 36021, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-11-03', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/WR72NBA/2026-03-18/image/19219529-b1da-4ad9-92b6-a3f9454166f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/501276b4-7d0f-4ee6-9a7a-c8784fa48f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/b4399baf-b553-42e9-8868-642b4ea2b1a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/74e57a5f-7740-4a4d-af49-0551aab0e87e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/1dec8b0c-ac1c-48a7-b8cb-f2d339c4c635_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/af2baa81-47f6-4c82-88e5-e30a975b3ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/320158da-4e4c-4a4a-b627-658b1baa3738_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/9ede4c54-c801-44b9-bea4-b6b574991921_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/71ad097b-874d-4da3-abf2-d3ebb67f55a3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 05/24-24K, 10/25-30K,', 'remarks': '**1182** VOSA STATES 30K \t 62mph Fixed Engine Governor\tAgate Black\tMedia Fleet: Enigma Livery VH-ZEN-POW-012 - Reverse Bleeper white noise\tVUE: VMC4 & Forward facing camera', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ae5ffb30-cfc3-49d6-bc8c-bdefce148b00.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120206247, 'registration': 'WR72NBA', 'account': 'ZEN002', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof 9 Seater', 'mileage': 36021, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-11-03', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/WR72NBA/2026-03-18/image/19219529-b1da-4ad9-92b6-a3f9454166f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/501276b4-7d0f-4ee6-9a7a-c8784fa48f49_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/b4399baf-b553-42e9-8868-642b4ea2b1a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/74e57a5f-7740-4a4d-af49-0551aab0e87e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/1dec8b0c-ac1c-48a7-b8cb-f2d339c4c635_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/af2baa81-47f6-4c82-88e5-e30a975b3ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/320158da-4e4c-4a4a-b627-658b1baa3738_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/9ede4c54-c801-44b9-bea4-b6b574991921_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/71ad097b-874d-4da3-abf2-d3ebb67f55a3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 05/24-24K, 10/25-30K,', 'remarks': '**1182** VOSA STATES 30K \t 62mph Fixed Engine Governor\tAgate Black\tMedia Fleet: Enigma Livery VH-ZEN-POW-012 - Reverse Bleeper white noise\tVUE: VMC4 & Forward facing camera', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ae5ffb30-cfc3-49d6-bc8c-bdefce148b00.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ee5af9c-457b-5ad4-a004-246abe26f6b6 with identifier: 120206247
2026-03-24 10:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6 with scrape type 1
2026-03-24 10:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 9 photos for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03: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%252FWR72NBA%252F2026-03-18%252Fimage%252F19219529-b1da-4ad9-92b6-a3f9454166f6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/19219529-b1da-4ad9-92b6-a3f9454166f6_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03: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%252FWV72UAM%252F2026-03-18%252Fimage%252Fe837b237-c1b3-44a7-87cc-4ea578c84f8f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e837b237-c1b3-44a7-87cc-4ea578c84f8f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4d8a1451-307b-5b68-bbf9-f33fe40fbec9 with identifier: 120719461
2026-03-24 10:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4d8a1451-307b-5b68-bbf9-f33fe40fbec9 with identifier: 120719461
2026-03-24 10:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4d8a1451-307b-5b68-bbf9-f33fe40fbec9 with identifier: 120719461 to the API
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120719461?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 100,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4d8a1451-307b-5b68-bbf9-f33fe40fbec9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KT13SVK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120719461',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'CEED DIESEL HATCHBACK',
'odometer': 57000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-27',
'seller_name': 'Ken Jervis Kia',
'title': 'KIA CEED DIESEL HATCHBACK 1.6 CRDi 2 EcoDynamics 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi 2 EcoDynamics 5dr',
'vin': None,
'year': 2013}
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719461%27 HTTP/1.1" 200 None
2026-03-24 10:03:15 [astonbarclay.gb] INFO: Saving data for 120719461: {'created_time': 1774346595.763616, 'last_price_update_time': 1774346595.763632, 'auction_closing_time': 1774519200.0}
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120719461') HTTP/1.1" 204 0
2026-03-24 10:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 106b4b03-fe61-5e61-8cb2-a9634789f36f with identifier: 120639844
2026-03-24 10:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 106b4b03-fe61-5e61-8cb2-a9634789f36f with identifier: 120639844
2026-03-24 10:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 106b4b03-fe61-5e61-8cb2-a9634789f36f with identifier: 120639844 to the API
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120639844?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '106b4b03-fe61-5e61-8cb2-a9634789f36f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MC19YFE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120639844',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 33483,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-31',
'seller_name': 'Arthurs Motor Group',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech 130 Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 Allure 5dr',
'vin': None,
'year': 2019}
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120639844%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [astonbarclay.gb] INFO: Saving data for 120639844: {'auction_closing_time': 1774519200.0, 'created_time': 1774011693.441173, 'last_price_update_time': 1774346596.114735}
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120639844') HTTP/1.1" 204 0
2026-03-24 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/62502506-3c97-44e5-93a7-076d1e0939ef_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fc6f0d59c-b0ae-4929-a560-2472f3d9ebd4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/c6f0d59c-b0ae-4929-a560-2472f3d9ebd4_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252Fa59ea896-c437-43aa-b0c3-7964748fa32f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/a59ea896-c437-43aa-b0c3-7964748fa32f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F652c6c91-c916-49c3-878e-e25e0be45334_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/652c6c91-c916-49c3-878e-e25e0be45334_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252Faa20947b-b98e-4bfa-87fb-8d7a16cd6929_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/aa20947b-b98e-4bfa-87fb-8d7a16cd6929_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252F017fdb33-0380-4adb-9f70-339a3c261684_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/017fdb33-0380-4adb-9f70-339a3c261684_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252Faee630b4-1569-4558-982c-b1fa5ccf5d6c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/aee630b4-1569-4558-982c-b1fa5ccf5d6c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F501276b4-7d0f-4ee6-9a7a-c8784fa48f49_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/501276b4-7d0f-4ee6-9a7a-c8784fa48f49_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF72OVK/2026-03-17/image/40eea995-b237-4b3e-ba11-87cebd2bceef_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue)
2026-03-24 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF72OVK/2026-03-17/image/fb8041b6-b79a-4edd-b44b-3df298d392c4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue)
2026-03-24 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2b390d06-82cf-4347-b309-a37ad6eaf018_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue)
2026-03-24 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK23UBN/2026-03-12/image/4d2fa5b7-18dd-4846-9b18-6a55b27b466b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue)
2026-03-24 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF72OVK/2026-03-17/image/c9f0bf69-0cca-4dd4-9a06-315cfc4df0a3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue)
2026-03-24 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/98f7158a-9fda-43ee-aef7-a1c8ab4b9964_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252Fe66658e7-67f9-4496-8aa5-6596170a1329_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e66658e7-67f9-4496-8aa5-6596170a1329_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93770810>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252Fd52ea590-b923-4bf3-b9e5-459b6d3943bb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/d52ea590-b923-4bf3-b9e5-459b6d3943bb_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98189d90>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252Fcd6d0b9c-ac0c-428c-acd4-aa4594d85b34_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/cd6d0b9c-ac0c-428c-acd4-aa4594d85b34_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9818dfd0>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Ff79cd155-b9a9-4657-aa9d-27db35d4a833_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/f79cd155-b9a9-4657-aa9d-27db35d4a833_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98189810>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Fd753ac4d-e79e-49a6-abe6-cab829d732f6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/d753ac4d-e79e-49a6-abe6-cab829d732f6_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92c8c4d0>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252Fd4da6f65-6527-43bd-810b-9bbf7e54157f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/d4da6f65-6527-43bd-810b-9bbf7e54157f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98191250>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252F1a9b249b-3d3f-4a0b-8e3d-a623cb041411_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/1a9b249b-3d3f-4a0b-8e3d-a623cb041411_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ee6450>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252Fd772a8fe-b62f-4907-81bf-6be194c55075_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/d772a8fe-b62f-4907-81bf-6be194c55075_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9818c250>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F810aa0e3-36cd-435e-a12b-a1a205a75f0c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/810aa0e3-36cd-435e-a12b-a1a205a75f0c_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120206389, 'registration': 'WN72PZG', 'account': 'ZEN002', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof 9 Seater', 'mileage': 44810, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-11-03', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/WN72PZG/2026-03-18/image/45412695-fdbc-4e39-ab38-58b00d143732_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/ed342d3d-2861-4ed1-a44f-3082496e05f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/d90cbccb-d109-4357-98fd-26f704a83c42_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/28f1b960-f96b-474d-a811-a9e69df37d9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c87f276c-9ae2-453a-8c09-4708a6a1cdbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/277ff420-110f-42ac-a9b3-f0a2734e7142_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/68f6d0b2-9e76-46a8-bcdb-bee49e57b59d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/a0d52a75-4260-463a-b57c-8f416c14deac_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/cba83a9f-0731-4052-94f3-30a323339c32_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c67bccbf-562a-44c7-9dba-309ed2da9ea0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/1d442ad1-0d98-4ce4-a9f1-63d408764282_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 02/24-18K, 07/25-35K,', 'remarks': '**836** VOSA STATES 39K, \t 62mph Fixed Engine Governor\tAgate Black\tMedia Fleet: Enigma Livery VH-ZEN-POW-012 - Reverse Bleeper white noise\tVUE: VMC4 & Forward facing camera', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c0ba0421-9681-4eec-bc09-ece43d7dd004.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120206389, 'registration': 'WN72PZG', 'account': 'ZEN002', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps Low Roof 9 Seater', 'mileage': 44810, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 576}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-11-03', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/WN72PZG/2026-03-18/image/45412695-fdbc-4e39-ab38-58b00d143732_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/ed342d3d-2861-4ed1-a44f-3082496e05f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/d90cbccb-d109-4357-98fd-26f704a83c42_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/28f1b960-f96b-474d-a811-a9e69df37d9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c87f276c-9ae2-453a-8c09-4708a6a1cdbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/277ff420-110f-42ac-a9b3-f0a2734e7142_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/68f6d0b2-9e76-46a8-bcdb-bee49e57b59d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/a0d52a75-4260-463a-b57c-8f416c14deac_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/cba83a9f-0731-4052-94f3-30a323339c32_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c67bccbf-562a-44c7-9dba-309ed2da9ea0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/1d442ad1-0d98-4ce4-a9f1-63d408764282_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 02/24-18K, 07/25-35K,', 'remarks': '**836** VOSA STATES 39K, \t 62mph Fixed Engine Governor\tAgate Black\tMedia Fleet: Enigma Livery VH-ZEN-POW-012 - Reverse Bleeper white noise\tVUE: VMC4 & Forward facing camera', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c0ba0421-9681-4eec-bc09-ece43d7dd004.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-24 10:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d061587-7ce0-586b-8254-5249603dda2d with identifier: 120206389
2026-03-24 10:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d061587-7ce0-586b-8254-5249603dda2d with scrape type 1
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252F45412695-fdbc-4e39-ab38-58b00d143732_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/45412695-fdbc-4e39-ab38-58b00d143732_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252Fe8752e5e-8131-4d8e-8f2c-7f4026b651ec_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/e8752e5e-8131-4d8e-8f2c-7f4026b651ec_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252Fb4399baf-b553-42e9-8868-642b4ea2b1a1_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/b4399baf-b553-42e9-8868-642b4ea2b1a1_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF72OVK/2026-03-17/image/f71513a2-deb3-49de-a05f-06f45225a9bf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue)
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F2485220f-38c6-4b43-a11d-8cc4849c0f1a_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2485220f-38c6-4b43-a11d-8cc4849c0f1a_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fed342d3d-2861-4ed1-a44f-3082496e05f4_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/ed342d3d-2861-4ed1-a44f-3082496e05f4_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982fa7d0>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F62502506-3c97-44e5-93a7-076d1e0939ef_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/62502506-3c97-44e5-93a7-076d1e0939ef_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252Fb0ec998a-3321-4c59-8bd8-8593a361163f_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/b0ec998a-3321-4c59-8bd8-8593a361163f_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F74e57a5f-7740-4a4d-af49-0551aab0e87e_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/74e57a5f-7740-4a4d-af49-0551aab0e87e_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98304050>
2026-03-24 10:03:16 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252F40eea995-b237-4b3e-ba11-87cebd2bceef_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/40eea995-b237-4b3e-ba11-87cebd2bceef_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d62c50>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Ffb8041b6-b79a-4edd-b44b-3df298d392c4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/fb8041b6-b79a-4edd-b44b-3df298d392c4_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92f0a310>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F2b390d06-82cf-4347-b309-a37ad6eaf018_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2b390d06-82cf-4347-b309-a37ad6eaf018_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ef5490>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F4d2fa5b7-18dd-4846-9b18-6a55b27b466b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/4d2fa5b7-18dd-4846-9b18-6a55b27b466b_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92b808d0>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Fc9f0bf69-0cca-4dd4-9a06-315cfc4df0a3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/c9f0bf69-0cca-4dd4-9a06-315cfc4df0a3_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982fcb10>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F98f7158a-9fda-43ee-aef7-a1c8ab4b9964_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/98f7158a-9fda-43ee-aef7-a1c8ab4b9964_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F2825cb9a-81e6-45b1-9384-028cdb82cd1d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2825cb9a-81e6-45b1-9384-028cdb82cd1d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fd90cbccb-d109-4357-98fd-26f704a83c42_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/d90cbccb-d109-4357-98fd-26f704a83c42_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YH23PDX/2026-03-18/image/4402cdbc-6b43-4251-9f40-e2bf73b9af98_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue)
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MC22UTL/2026-03-18/image/a69760ae-6883-460a-aba3-577749340ea2_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue)
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WX23XSR/2026-03-11/image/1ad1f5e0-2e74-465f-b0b4-d974370719ea_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue)
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YH23PDX/2026-03-18/image/c33c01cb-e230-44a6-a26b-f076c6f95633_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue)
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e16e0d17-1657-474f-aab7-bad052629443_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue)
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/1e31bd2f-2260-49e6-99fe-8cba0c024d12_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e837b237-c1b3-44a7-87cc-4ea578c84f8f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252F07dc8e86-77b6-4477-9fc0-ac77aa0bcb31_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/07dc8e86-77b6-4477-9fc0-ac77aa0bcb31_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F1dec8b0c-ac1c-48a7-b8cb-f2d339c4c635_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/1dec8b0c-ac1c-48a7-b8cb-f2d339c4c635_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK23UBN/2026-03-12/image/0afbe8c0-d7af-4322-899a-ac219cef033c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue)
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252F28f1b960-f96b-474d-a811-a9e69df37d9d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/28f1b960-f96b-474d-a811-a9e69df37d9d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937a16d0>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Ff71513a2-deb3-49de-a05f-06f45225a9bf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/f71513a2-deb3-49de-a05f-06f45225a9bf_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252F7f56938b-2048-44d5-973c-a77de7536521_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/7f56938b-2048-44d5-973c-a77de7536521_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252Faf2baa81-47f6-4c82-88e5-e30a975b3ffd_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/af2baa81-47f6-4c82-88e5-e30a975b3ffd_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fc87f276c-9ae2-453a-8c09-4708a6a1cdbf_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c87f276c-9ae2-453a-8c09-4708a6a1cdbf_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252F3259289b-e448-4157-a32e-27b4149ecb26_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/3259289b-e448-4157-a32e-27b4149ecb26_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F320158da-4e4c-4a4a-b627-658b1baa3738_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/320158da-4e4c-4a4a-b627-658b1baa3738_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252F277ff420-110f-42ac-a9b3-f0a2734e7142_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/277ff420-110f-42ac-a9b3-f0a2734e7142_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF72OVK/2026-03-17/image/ea4a80a5-3f40-482e-8eff-2fd422f078c9_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue)
2026-03-24 10:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YH23PDX/2026-03-18/image/64a0f97a-5c48-4421-bb77-77d842deafc5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue)
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252Fc5b3a6c4-d354-400d-8caf-f80b193fb12c_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/c5b3a6c4-d354-400d-8caf-f80b193fb12c_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F9ede4c54-c801-44b9-bea4-b6b574991921_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/9ede4c54-c801-44b9-bea4-b6b574991921_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919b3b90>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F4402cdbc-6b43-4251-9f40-e2bf73b9af98_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/4402cdbc-6b43-4251-9f40-e2bf73b9af98_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919ab8d0>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252Fa69760ae-6883-460a-aba3-577749340ea2_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/a69760ae-6883-460a-aba3-577749340ea2_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92af9310>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252F1ad1f5e0-2e74-465f-b0b4-d974370719ea_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/1ad1f5e0-2e74-465f-b0b4-d974370719ea_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ca5a50>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252Fc33c01cb-e230-44a6-a26b-f076c6f95633_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/c33c01cb-e230-44a6-a26b-f076c6f95633_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937a1c10>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fe16e0d17-1657-474f-aab7-bad052629443_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e16e0d17-1657-474f-aab7-bad052629443_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e8c490>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F1e31bd2f-2260-49e6-99fe-8cba0c024d12_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/1e31bd2f-2260-49e6-99fe-8cba0c024d12_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919553d0>
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:17 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:17 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252Fe837b237-c1b3-44a7-87cc-4ea578c84f8f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e837b237-c1b3-44a7-87cc-4ea578c84f8f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91a27710>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F0afbe8c0-d7af-4322-899a-ac219cef033c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/0afbe8c0-d7af-4322-899a-ac219cef033c_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MC22UTL/2026-03-18/image/463447ca-4e90-4b4f-8270-f6a0981c18e1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue)
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252F68f6d0b2-9e76-46a8-bcdb-bee49e57b59d_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/68f6d0b2-9e76-46a8-bcdb-bee49e57b59d_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/45412695-fdbc-4e39-ab38-58b00d143732_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR72NBA/2026-03-18/image/19219529-b1da-4ad9-92b6-a3f9454166f6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue)
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR72NBA/2026-03-18/image/74e57a5f-7740-4a4d-af49-0551aab0e87e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue)
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252F168da048-2b6d-4b97-b0c5-617f60fab4d6_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/168da048-2b6d-4b97-b0c5-617f60fab4d6_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F71ad097b-874d-4da3-abf2-d3ebb67f55a3_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/71ad097b-874d-4da3-abf2-d3ebb67f55a3_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV72PAO/2026-03-17/image/f898f644-598a-4295-8863-0abcf781d18d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue)
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fa0d52a75-4260-463a-b57c-8f416c14deac_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/a0d52a75-4260-463a-b57c-8f416c14deac_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fcba83a9f-0731-4052-94f3-30a323339c32_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/cba83a9f-0731-4052-94f3-30a323339c32_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98461850>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Fea4a80a5-3f40-482e-8eff-2fd422f078c9_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/ea4a80a5-3f40-482e-8eff-2fd422f078c9_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92bc5810>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F64a0f97a-5c48-4421-bb77-77d842deafc5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/64a0f97a-5c48-4421-bb77-77d842deafc5_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK23UBN/2026-03-12/image/a6e51a54-c6ec-432c-a2e9-6823a5903330_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue)
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fc67bccbf-562a-44c7-9dba-309ed2da9ea0_removebg.jpg%253Fw%3D600%27 HTTP/1.1" 200 None
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c67bccbf-562a-44c7-9dba-309ed2da9ea0_removebg.jpg?w=600 not downloaded yet
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/ed342d3d-2861-4ed1-a44f-3082496e05f4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98309850>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F463447ca-4e90-4b4f-8270-f6a0981c18e1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/463447ca-4e90-4b4f-8270-f6a0981c18e1_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982fde10>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252F45412695-fdbc-4e39-ab38-58b00d143732_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/45412695-fdbc-4e39-ab38-58b00d143732_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e24250>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F19219529-b1da-4ad9-92b6-a3f9454166f6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/19219529-b1da-4ad9-92b6-a3f9454166f6_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982fc050>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F74e57a5f-7740-4a4d-af49-0551aab0e87e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/74e57a5f-7740-4a4d-af49-0551aab0e87e_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91a15c50>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252Ff898f644-598a-4295-8863-0abcf781d18d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/f898f644-598a-4295-8863-0abcf781d18d_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV72PAO/2026-03-17/image/e8752e5e-8131-4d8e-8f2c-7f4026b651ec_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue)
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/d90cbccb-d109-4357-98fd-26f704a83c42_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e66658e7-67f9-4496-8aa5-6596170a1329_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92b91910>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252Fa6e51a54-c6ec-432c-a2e9-6823a5903330_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/a6e51a54-c6ec-432c-a2e9-6823a5903330_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937d2110>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fed342d3d-2861-4ed1-a44f-3082496e05f4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/ed342d3d-2861-4ed1-a44f-3082496e05f4_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR72NBA/2026-03-18/image/320158da-4e4c-4a4a-b627-658b1baa3738_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue)
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93678e90>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252Fe8752e5e-8131-4d8e-8f2c-7f4026b651ec_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/e8752e5e-8131-4d8e-8f2c-7f4026b651ec_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92b8b590>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fd90cbccb-d109-4357-98fd-26f704a83c42_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/d90cbccb-d109-4357-98fd-26f704a83c42_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98416cd0>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252Fe66658e7-67f9-4496-8aa5-6596170a1329_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e66658e7-67f9-4496-8aa5-6596170a1329_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR72NBA/2026-03-18/image/9ede4c54-c801-44b9-bea4-b6b574991921_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue)
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d47910>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F320158da-4e4c-4a4a-b627-658b1baa3738_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/320158da-4e4c-4a4a-b627-658b1baa3738_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV72PAO/2026-03-17/image/3259289b-e448-4157-a32e-27b4149ecb26_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue)
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c87f276c-9ae2-453a-8c09-4708a6a1cdbf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV72PAO/2026-03-17/image/b0ec998a-3321-4c59-8bd8-8593a361163f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue)
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937d0950>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F9ede4c54-c801-44b9-bea4-b6b574991921_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/9ede4c54-c801-44b9-bea4-b6b574991921_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR72NBA/2026-03-18/image/b4399baf-b553-42e9-8868-642b4ea2b1a1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue)
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92c76c50>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252F3259289b-e448-4157-a32e-27b4149ecb26_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/3259289b-e448-4157-a32e-27b4149ecb26_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a69790>
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fc87f276c-9ae2-453a-8c09-4708a6a1cdbf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c87f276c-9ae2-453a-8c09-4708a6a1cdbf_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ba1950>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252Fb0ec998a-3321-4c59-8bd8-8593a361163f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/b0ec998a-3321-4c59-8bd8-8593a361163f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/277ff420-110f-42ac-a9b3-f0a2734e7142_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV72PAO/2026-03-17/image/c5b3a6c4-d354-400d-8caf-f80b193fb12c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue)
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c67bccbf-562a-44c7-9dba-309ed2da9ea0_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93665d50>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252Fb4399baf-b553-42e9-8868-642b4ea2b1a1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/b4399baf-b553-42e9-8868-642b4ea2b1a1_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/a0d52a75-4260-463a-b57c-8f416c14deac_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR72NBA/2026-03-18/image/71ad097b-874d-4da3-abf2-d3ebb67f55a3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue)
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/cba83a9f-0731-4052-94f3-30a323339c32_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ac1cd0>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252F277ff420-110f-42ac-a9b3-f0a2734e7142_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/277ff420-110f-42ac-a9b3-f0a2734e7142_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2485220f-38c6-4b43-a11d-8cc4849c0f1a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR72NBA/2026-03-18/image/af2baa81-47f6-4c82-88e5-e30a975b3ffd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue)
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919916d0>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252Fc5b3a6c4-d354-400d-8caf-f80b193fb12c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/c5b3a6c4-d354-400d-8caf-f80b193fb12c_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91993e10>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_9.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fc67bccbf-562a-44c7-9dba-309ed2da9ea0_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c67bccbf-562a-44c7-9dba-309ed2da9ea0_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93711f10>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fa0d52a75-4260-463a-b57c-8f416c14deac_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/a0d52a75-4260-463a-b57c-8f416c14deac_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9195f610>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F71ad097b-874d-4da3-abf2-d3ebb67f55a3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/71ad097b-874d-4da3-abf2-d3ebb67f55a3_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a7bc10>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252Fcba83a9f-0731-4052-94f3-30a323339c32_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/cba83a9f-0731-4052-94f3-30a323339c32_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/28f1b960-f96b-474d-a811-a9e69df37d9d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV72PAO/2026-03-17/image/07dc8e86-77b6-4477-9fc0-ac77aa0bcb31_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue)
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR72NBA/2026-03-18/image/1dec8b0c-ac1c-48a7-b8cb-f2d339c4c635_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue)
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV72PAO/2026-03-17/image/168da048-2b6d-4b97-b0c5-617f60fab4d6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue)
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ce5990>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F2485220f-38c6-4b43-a11d-8cc4849c0f1a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2485220f-38c6-4b43-a11d-8cc4849c0f1a_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9831e390>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252Faf2baa81-47f6-4c82-88e5-e30a975b3ffd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/af2baa81-47f6-4c82-88e5-e30a975b3ffd_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN72PZG/2026-03-18/image/68f6d0b2-9e76-46a8-bcdb-bee49e57b59d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206389?view=catalogue)
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2825cb9a-81e6-45b1-9384-028cdb82cd1d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9830a150>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252F28f1b960-f96b-474d-a811-a9e69df37d9d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/28f1b960-f96b-474d-a811-a9e69df37d9d_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92dcfed0>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252F07dc8e86-77b6-4477-9fc0-ac77aa0bcb31_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/07dc8e86-77b6-4477-9fc0-ac77aa0bcb31_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ad7910>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F1dec8b0c-ac1c-48a7-b8cb-f2d339c4c635_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/1dec8b0c-ac1c-48a7-b8cb-f2d339c4c635_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982fb290>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252F168da048-2b6d-4b97-b0c5-617f60fab4d6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/168da048-2b6d-4b97-b0c5-617f60fab4d6_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV72PAO/2026-03-17/image/7f56938b-2048-44d5-973c-a77de7536521_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue)
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ca45d0>
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:19 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN72PZG%252F2026-03-18%252Fimage%252F68f6d0b2-9e76-46a8-bcdb-bee49e57b59d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN72PZG/2026-03-18/image/68f6d0b2-9e76-46a8-bcdb-bee49e57b59d_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1d061587-7ce0-586b-8254-5249603dda2d
2026-03-24 10:03:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1d061587-7ce0-586b-8254-5249603dda2d, skipping ID generation
2026-03-24 10:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d061587-7ce0-586b-8254-5249603dda2d with scrape type 1
2026-03-24 10:03:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1d061587-7ce0-586b-8254-5249603dda2d sending to next pipeline
2026-03-24 10:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1d061587-7ce0-586b-8254-5249603dda2d, identifier: 120206389
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9848a6d0>
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_9.jpg HTTP/1.1" 201 0
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F2825cb9a-81e6-45b1-9384-028cdb82cd1d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2825cb9a-81e6-45b1-9384-028cdb82cd1d_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MC22UTL/2026-03-18/image/652c6c91-c916-49c3-878e-e25e0be45334_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue)
2026-03-24 10:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1d061587-7ce0-586b-8254-5249603dda2d with identifier: 120206389
2026-03-24 10:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1d061587-7ce0-586b-8254-5249603dda2d with identifier: 120206389
2026-03-24 10:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1d061587-7ce0-586b-8254-5249603dda2d with identifier: 120206389 to the API
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/WN72PZG/2026-03-18/image/68f6d0b2-9e76-46a8-bcdb-bee49e57b59d_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 204,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '1d061587-7ce0-586b-8254-5249603dda2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WN72PZG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120206389',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'TOURNEO CUSTOM L2 DIESEL FWD',
'odometer': 44810,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25416,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/45412695-fdbc-4e39-ab38-58b00d143732_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24714,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/ed342d3d-2861-4ed1-a44f-3082496e05f4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24098,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/d90cbccb-d109-4357-98fd-26f704a83c42_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23536,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/28f1b960-f96b-474d-a811-a9e69df37d9d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35089,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c87f276c-9ae2-453a-8c09-4708a6a1cdbf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37553,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/277ff420-110f-42ac-a9b3-f0a2734e7142_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 39138,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/68f6d0b2-9e76-46a8-bcdb-bee49e57b59d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28614,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/a0d52a75-4260-463a-b57c-8f416c14deac_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37840,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/cba83a9f-0731-4052-94f3-30a323339c32_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1d061587-7ce0-586b-8254-5249603dda2d/1d061587-7ce0-586b-8254-5249603dda2d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38351,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/WN72PZG/2026-03-18/image/c67bccbf-562a-44c7-9dba-309ed2da9ea0_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-03',
'seller_name': 'Zenith',
'title': 'FORD TOURNEO CUSTOM L2 DIESEL FWD 2.0 EcoBlue 130ps Low Roof 9 '
'Seater',
'transmission': 'manual',
'trim': '2.0 EcoBlue 130ps Low Roof 9 Seater',
'vin': None,
'year': 2022}
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206389%27 HTTP/1.1" 200 None
2026-03-24 10:03:20 [astonbarclay.gb] INFO: Saving data for 120206389: {'created_time': 1774346600.888126, 'last_price_update_time': 1774346600.888137, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120206389') HTTP/1.1" 204 0
2026-03-24 10:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF72OVK/2026-03-17/image/017fdb33-0380-4adb-9f70-339a3c261684_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue)
2026-03-24 10:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK23UBN/2026-03-12/image/aa20947b-b98e-4bfa-87fb-8d7a16cd6929_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue)
2026-03-24 10:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YH23PDX/2026-03-18/image/a59ea896-c437-43aa-b0c3-7964748fa32f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue)
2026-03-24 10:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MV72PAO/2026-03-17/image/aee630b4-1569-4558-982c-b1fa5ccf5d6c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120331566?view=catalogue)
2026-03-24 10:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WR72NBA/2026-03-18/image/501276b4-7d0f-4ee6-9a7a-c8784fa48f49_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206247?view=catalogue)
2026-03-24 10:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WX23XSR/2026-03-11/image/c6f0d59c-b0ae-4929-a560-2472f3d9ebd4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue)
2026-03-24 10:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e5b58963-76e5-47d9-bb3f-aa0fe07cb118_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue)
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93758dd0>
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252F7f56938b-2048-44d5-973c-a77de7536521_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/7f56938b-2048-44d5-973c-a77de7536521_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ebc650>
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F652c6c91-c916-49c3-878e-e25e0be45334_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/652c6c91-c916-49c3-878e-e25e0be45334_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a34190>
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252F017fdb33-0380-4adb-9f70-339a3c261684_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/017fdb33-0380-4adb-9f70-339a3c261684_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91a17ed0>
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252Faa20947b-b98e-4bfa-87fb-8d7a16cd6929_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/aa20947b-b98e-4bfa-87fb-8d7a16cd6929_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9193ff10>
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252Fa59ea896-c437-43aa-b0c3-7964748fa32f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/a59ea896-c437-43aa-b0c3-7964748fa32f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91a21090>
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMV72PAO%252F2026-03-17%252Fimage%252Faee630b4-1569-4558-982c-b1fa5ccf5d6c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MV72PAO/2026-03-17/image/aee630b4-1569-4558-982c-b1fa5ccf5d6c_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a4fe107f-4d9b-5f49-b592-57233560d0b6
2026-03-24 10:03:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a4fe107f-4d9b-5f49-b592-57233560d0b6, skipping ID generation
2026-03-24 10:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4fe107f-4d9b-5f49-b592-57233560d0b6 with scrape type 1
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a4fe107f-4d9b-5f49-b592-57233560d0b6 sending to next pipeline
2026-03-24 10:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a4fe107f-4d9b-5f49-b592-57233560d0b6, identifier: 120331566
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919a9a50>
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWR72NBA%252F2026-03-18%252Fimage%252F501276b4-7d0f-4ee6-9a7a-c8784fa48f49_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WR72NBA/2026-03-18/image/501276b4-7d0f-4ee6-9a7a-c8784fa48f49_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6
2026-03-24 10:03:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ee5af9c-457b-5ad4-a004-246abe26f6b6, skipping ID generation
2026-03-24 10:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6 with scrape type 1
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ee5af9c-457b-5ad4-a004-246abe26f6b6 sending to next pipeline
2026-03-24 10:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6ee5af9c-457b-5ad4-a004-246abe26f6b6, identifier: 120206247
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98306210>
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fc6f0d59c-b0ae-4929-a560-2472f3d9ebd4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/c6f0d59c-b0ae-4929-a560-2472f3d9ebd4_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d2d310>
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fe5b58963-76e5-47d9-bb3f-aa0fe07cb118_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e5b58963-76e5-47d9-bb3f-aa0fe07cb118_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a4fe107f-4d9b-5f49-b592-57233560d0b6 with identifier: 120331566
2026-03-24 10:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a4fe107f-4d9b-5f49-b592-57233560d0b6 with identifier: 120331566
2026-03-24 10:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a4fe107f-4d9b-5f49-b592-57233560d0b6 with identifier: 120331566 to the API
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MV72PAO/2026-03-17/image/aee630b4-1569-4558-982c-b1fa5ccf5d6c_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'a4fe107f-4d9b-5f49-b592-57233560d0b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MV72PAO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120331566',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 24809,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27131,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/f898f644-598a-4295-8863-0abcf781d18d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28338,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/aee630b4-1569-4558-982c-b1fa5ccf5d6c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28711,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/e8752e5e-8131-4d8e-8f2c-7f4026b651ec_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27940,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/b0ec998a-3321-4c59-8bd8-8593a361163f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46830,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/07dc8e86-77b6-4477-9fc0-ac77aa0bcb31_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50685,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/7f56938b-2048-44d5-973c-a77de7536521_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42650,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/3259289b-e448-4157-a32e-27b4149ecb26_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42700,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/c5b3a6c4-d354-400d-8caf-f80b193fb12c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a4fe107f-4d9b-5f49-b592-57233560d0b6/a4fe107f-4d9b-5f49-b592-57233560d0b6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50760,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MV72PAO/2026-03-17/image/168da048-2b6d-4b97-b0c5-617f60fab4d6_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-03',
'seller_name': 'Zenith',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 10:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120331566%27 HTTP/1.1" 200 None
2026-03-24 10:03:22 [astonbarclay.gb] INFO: Saving data for 120331566: {'created_time': 1774346602.006546, 'last_price_update_time': 1774346602.00656, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120331566') HTTP/1.1" 204 0
2026-03-24 10:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6ee5af9c-457b-5ad4-a004-246abe26f6b6 with identifier: 120206247
2026-03-24 10:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6ee5af9c-457b-5ad4-a004-246abe26f6b6 with identifier: 120206247
2026-03-24 10:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6ee5af9c-457b-5ad4-a004-246abe26f6b6 with identifier: 120206247 to the API
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/WR72NBA/2026-03-18/image/501276b4-7d0f-4ee6-9a7a-c8784fa48f49_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 204,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '6ee5af9c-457b-5ad4-a004-246abe26f6b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WR72NBA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120206247',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'TOURNEO CUSTOM L2 DIESEL FWD',
'odometer': 36021,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40567,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/19219529-b1da-4ad9-92b6-a3f9454166f6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42375,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/501276b4-7d0f-4ee6-9a7a-c8784fa48f49_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36143,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/b4399baf-b553-42e9-8868-642b4ea2b1a1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38734,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/74e57a5f-7740-4a4d-af49-0551aab0e87e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40891,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/1dec8b0c-ac1c-48a7-b8cb-f2d339c4c635_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52482,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/af2baa81-47f6-4c82-88e5-e30a975b3ffd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52238,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/320158da-4e4c-4a4a-b627-658b1baa3738_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45285,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/9ede4c54-c801-44b9-bea4-b6b574991921_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ee5af9c-457b-5ad4-a004-246abe26f6b6/6ee5af9c-457b-5ad4-a004-246abe26f6b6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54527,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WR72NBA/2026-03-18/image/71ad097b-874d-4da3-abf2-d3ebb67f55a3_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-03',
'seller_name': 'Zenith',
'title': 'FORD TOURNEO CUSTOM L2 DIESEL FWD 2.0 EcoBlue 130ps Low Roof 9 '
'Seater',
'transmission': 'manual',
'trim': '2.0 EcoBlue 130ps Low Roof 9 Seater',
'vin': None,
'year': 2022}
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120206247%27 HTTP/1.1" 200 None
2026-03-24 10:03:22 [astonbarclay.gb] INFO: Saving data for 120206247: {'created_time': 1774346602.436103, 'last_price_update_time': 1774346602.436121, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120206247') HTTP/1.1" 204 0
2026-03-24 10:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MC22UTL/2026-03-18/image/864bb2b3-67f5-4270-9786-17b6c8f944ed_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue)
2026-03-24 10:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/4ad17af3-2820-4db2-94f4-8ac1dd9328b1_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WX23XSR/2026-03-11/image/d637df64-e5c8-4f84-8658-483b3151d88f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue)
2026-03-24 10:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK23UBN/2026-03-12/image/12a56bdd-23ae-4b6f-bfda-6ddb231339ef_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue)
2026-03-24 10:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YH23PDX/2026-03-18/image/8bf9806a-9fd1-40c3-97e7-d49b9eea4507_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue)
2026-03-24 10:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK23UBN/2026-03-12/image/ff15d620-6099-4077-af4a-e832c9f82b27_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue)
2026-03-24 10:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MC22UTL/2026-03-18/image/99ffb3ea-ab70-4584-ad21-b8431fc0c105_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue)
2026-03-24 10:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WV72UAM/2026-03-18/image/f1ffee13-7c69-46ba-b809-dcce89498846_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120206294?view=catalogue)
2026-03-24 10:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120639784?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9371a2d0>
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F864bb2b3-67f5-4270-9786-17b6c8f944ed_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/864bb2b3-67f5-4270-9786-17b6c8f944ed_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ce5d50>
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252F4ad17af3-2820-4db2-94f4-8ac1dd9328b1_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/4ad17af3-2820-4db2-94f4-8ac1dd9328b1_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98308310>
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fd637df64-e5c8-4f84-8658-483b3151d88f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/d637df64-e5c8-4f84-8658-483b3151d88f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91a145d0>
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F12a56bdd-23ae-4b6f-bfda-6ddb231339ef_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/12a56bdd-23ae-4b6f-bfda-6ddb231339ef_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98719c50>
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F8bf9806a-9fd1-40c3-97e7-d49b9eea4507_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/8bf9806a-9fd1-40c3-97e7-d49b9eea4507_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d982fe610>
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252Fff15d620-6099-4077-af4a-e832c9f82b27_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/ff15d620-6099-4077-af4a-e832c9f82b27_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e13190>
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252F99ffb3ea-ab70-4584-ad21-b8431fc0c105_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/99ffb3ea-ab70-4584-ad21-b8431fc0c105_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919fd550>
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWV72UAM%252F2026-03-18%252Fimage%252Ff1ffee13-7c69-46ba-b809-dcce89498846_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WV72UAM/2026-03-18/image/f1ffee13-7c69-46ba-b809-dcce89498846_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708
2026-03-24 10:03:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc716a98-9b5b-51c3-b6fd-a6bc31f26708, skipping ID generation
2026-03-24 10:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708 with scrape type 1
2026-03-24 10:03:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc716a98-9b5b-51c3-b6fd-a6bc31f26708 sending to next pipeline
2026-03-24 10:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc716a98-9b5b-51c3-b6fd-a6bc31f26708, identifier: 120206294
2026-03-24 10:03:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120639784, 'registration': 'M30TGP', 'account': 'ART002', 'make': 'AUDI', 'model': 'A4 SALOON SPECIAL EDITIONS', 'derivative': '2.0 TDI 177 Quattro Black Edition 4dr', 'mileage': 120557, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 136}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-03-28', 'fuel': 'Diesel', 'motExpiry': '2026-08-21', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 39k, 54k, 62k, 65k, 71k, 83k, 91k, 97k, 104k, 108k, 113k, 120k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120639784, 'registration': 'M30TGP', 'account': 'ART002', 'make': 'AUDI', 'model': 'A4 SALOON SPECIAL EDITIONS', 'derivative': '2.0 TDI 177 Quattro Black Edition 4dr', 'mileage': 120557, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 136}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-03-28', 'fuel': 'Diesel', 'motExpiry': '2026-08-21', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa@ 39k, 54k, 62k, 65k, 71k, 83k, 91k, 97k, 104k, 108k, 113k, 120k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d5b4b6e-21b5-5250-81b6-1dd2796708eb with identifier: 120639784
2026-03-24 10:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d5b4b6e-21b5-5250-81b6-1dd2796708eb with scrape type 2
2026-03-24 10:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d5b4b6e-21b5-5250-81b6-1dd2796708eb with scrape type 2
2026-03-24 10:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d5b4b6e-21b5-5250-81b6-1dd2796708eb, identifier: 120639784
2026-03-24 10:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc716a98-9b5b-51c3-b6fd-a6bc31f26708 with identifier: 120206294
2026-03-24 10:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc716a98-9b5b-51c3-b6fd-a6bc31f26708 with identifier: 120206294
2026-03-24 10:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc716a98-9b5b-51c3-b6fd-a6bc31f26708 with identifier: 120206294 to the API
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/WV72UAM/2026-03-18/image/f1ffee13-7c69-46ba-b809-dcce89498846_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 204,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'fc716a98-9b5b-51c3-b6fd-a6bc31f26708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WV72UAM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120206294',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'TOURNEO CUSTOM L2 DIESEL FWD',
'odometer': 30841,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 11,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40679,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/cd6d0b9c-ac0c-428c-acd4-aa4594d85b34_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41833,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/62502506-3c97-44e5-93a7-076d1e0939ef_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35401,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/4ad17af3-2820-4db2-94f4-8ac1dd9328b1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35739,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/98f7158a-9fda-43ee-aef7-a1c8ab4b9964_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59099,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/1e31bd2f-2260-49e6-99fe-8cba0c024d12_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60491,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/f1ffee13-7c69-46ba-b809-dcce89498846_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42284,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e837b237-c1b3-44a7-87cc-4ea578c84f8f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62098,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/e66658e7-67f9-4496-8aa5-6596170a1329_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50336,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2485220f-38c6-4b43-a11d-8cc4849c0f1a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc716a98-9b5b-51c3-b6fd-a6bc31f26708/fc716a98-9b5b-51c3-b6fd-a6bc31f26708_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45277,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WV72UAM/2026-03-18/image/2825cb9a-81e6-45b1-9384-028cdb82cd1d_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-20',
'seller_name': 'Zenith',
'title': 'FORD TOURNEO CUSTOM L2 DIESEL FWD 2.0 EcoBlue 130ps Low Roof 9 '
'Seater',
'transmission': 'manual',
'trim': '2.0 EcoBlue 130ps Low Roof 9 Seater',
'vin': None,
'year': 2022}
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206294%27 HTTP/1.1" 200 None
2026-03-24 10:03:23 [astonbarclay.gb] INFO: Saving data for 120206294: {'created_time': 1774346603.534914, 'last_price_update_time': 1774346603.534925, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120206294') HTTP/1.1" 204 0
2026-03-24 10:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d5b4b6e-21b5-5250-81b6-1dd2796708eb with identifier: 120639784
2026-03-24 10:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d5b4b6e-21b5-5250-81b6-1dd2796708eb with identifier: 120639784
2026-03-24 10:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d5b4b6e-21b5-5250-81b6-1dd2796708eb with identifier: 120639784 to the API
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120639784?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3d5b4b6e-21b5-5250-81b6-1dd2796708eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'M30TGP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120639784',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'AUDI',
'model': 'A4 SALOON SPECIAL EDITIONS',
'odometer': 120557,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-28',
'seller_name': 'Arthurs Motor Group',
'title': 'AUDI A4 SALOON SPECIAL EDITIONS 2.0 TDI 177 Quattro Black Edition '
'4dr',
'transmission': 'manual',
'trim': '2.0 TDI 177 Quattro Black Edition 4dr',
'vin': None,
'year': 2012}
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639784%27 HTTP/1.1" 200 None
2026-03-24 10:03:23 [astonbarclay.gb] INFO: Saving data for 120639784: {'auction_closing_time': 1774519200.0, 'created_time': 1774011698.780276, 'last_price_update_time': 1774346603.834131}
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120639784') HTTP/1.1" 204 0
2026-03-24 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YH23PDX/2026-03-18/image/779ed9d4-80c1-4d83-8920-8db4a27a9618_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue)
2026-03-24 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MK23UBN/2026-03-12/image/375dac66-c386-4e3b-ad09-bd670e3b8efb_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120213806?view=catalogue)
2026-03-24 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN22EJD/2026-03-17/image/50db3ff4-44d2-4e30-8bc8-8073e626f82c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue)
2026-03-24 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e1501338-262e-44d7-baef-4f2d26864643_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue)
2026-03-24 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/AF72OVK/2026-03-17/image/a866b899-90a6-4299-abcf-c9031198cef4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120050893?view=catalogue)
2026-03-24 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YH23PDX/2026-03-18/image/5e2650d6-14e3-4c30-8258-606fdfc76a85_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/119783370?view=catalogue)
2026-03-24 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WX23XSR/2026-03-11/image/89dcfc14-29e3-4ea0-8686-a6d8191d7193_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120283908?view=catalogue)
2026-03-24 10:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MC22UTL/2026-03-18/image/fe0f2e57-177a-4eb7-84c3-405cd5483005_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120196523?view=catalogue)
2026-03-24 10:03:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98166490>
2026-03-24 10:03:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F779ed9d4-80c1-4d83-8920-8db4a27a9618_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/779ed9d4-80c1-4d83-8920-8db4a27a9618_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92cdb110>
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMK23UBN%252F2026-03-12%252Fimage%252F375dac66-c386-4e3b-ad09-bd670e3b8efb_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MK23UBN/2026-03-12/image/375dac66-c386-4e3b-ad09-bd670e3b8efb_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 294ea67a-77f1-521c-8c9c-1e342164d3ec
2026-03-24 10:03:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 294ea67a-77f1-521c-8c9c-1e342164d3ec, skipping ID generation
2026-03-24 10:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 294ea67a-77f1-521c-8c9c-1e342164d3ec with scrape type 1
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 294ea67a-77f1-521c-8c9c-1e342164d3ec sending to next pipeline
2026-03-24 10:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 294ea67a-77f1-521c-8c9c-1e342164d3ec, identifier: 120213806
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d62890>
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F50db3ff4-44d2-4e30-8bc8-8073e626f82c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/50db3ff4-44d2-4e30-8bc8-8073e626f82c_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 294ea67a-77f1-521c-8c9c-1e342164d3ec with identifier: 120213806
2026-03-24 10:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 294ea67a-77f1-521c-8c9c-1e342164d3ec with identifier: 120213806
2026-03-24 10:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 294ea67a-77f1-521c-8c9c-1e342164d3ec with identifier: 120213806 to the API
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MK23UBN/2026-03-12/image/375dac66-c386-4e3b-ad09-bd670e3b8efb_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '294ea67a-77f1-521c-8c9c-1e342164d3ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MK23EBN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120213806',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 30063,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38111,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/fc90ed8a-5414-47b4-b7ba-cf548b7b2783_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31845,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/375dac66-c386-4e3b-ad09-bd670e3b8efb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40185,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/ff15d620-6099-4077-af4a-e832c9f82b27_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40519,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/810aa0e3-36cd-435e-a12b-a1a205a75f0c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41081,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/12a56bdd-23ae-4b6f-bfda-6ddb231339ef_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63231,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/4d2fa5b7-18dd-4846-9b18-6a55b27b466b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48676,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/0afbe8c0-d7af-4322-899a-ac219cef033c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57848,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/a6e51a54-c6ec-432c-a2e9-6823a5903330_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_294ea67a-77f1-521c-8c9c-1e342164d3ec/294ea67a-77f1-521c-8c9c-1e342164d3ec_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56474,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MK23UBN/2026-03-12/image/aa20947b-b98e-4bfa-87fb-8d7a16cd6929_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-06',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE 150kW 40 82kWh Sport 5dr Auto [C+S/Tech Pack]',
'transmission': 'automatic',
'trim': '150kW 40 82kWh Sport 5dr Auto [C+S/Tech Pack]',
'vin': None,
'year': 2023}
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120213806%27 HTTP/1.1" 200 None
2026-03-24 10:03:24 [astonbarclay.gb] INFO: Saving data for 120213806: {'created_time': 1774346604.619798, 'last_price_update_time': 1774346604.61981, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120213806') HTTP/1.1" 204 0
2026-03-24 10:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD24OES/2026-03-17/image/72ff8a2b-387b-4dfa-8d66-0f9f364c3444_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue)
2026-03-24 10:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN22EJD/2026-03-17/image/ec191e0f-945f-4e90-a767-d7e35e63e40f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue)
2026-03-24 10:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML23CDE/2026-03-18/image/1f9aeb2b-e1ca-46cf-8824-c8a4880c4942_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue)
2026-03-24 10:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/77113010-39bc-4bba-9f0f-64d631f23c3c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue)
2026-03-24 10:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GY71WHE/2026-03-18/image/2f7fac02-2316-42d7-9d9e-0a1a2c1e3d21_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue)
2026-03-24 10:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fe7366de-b905-4bcd-bcbb-a8742f7c512b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue)
2026-03-24 10:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GY71WHE/2026-03-18/image/802217f8-7a57-4262-8487-0abbf4900d00_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue)
2026-03-24 10:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD24OES/2026-03-17/image/b3be03c3-4fce-4aae-b9cf-a88e24785f97_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue)
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937946d0>
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252Fe1501338-262e-44d7-baef-4f2d26864643_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e1501338-262e-44d7-baef-4f2d26864643_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92bd0290>
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FAF72OVK%252F2026-03-17%252Fimage%252Fa866b899-90a6-4299-abcf-c9031198cef4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/AF72OVK/2026-03-17/image/a866b899-90a6-4299-abcf-c9031198cef4_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8
2026-03-24 10:03:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 93e9d3ad-4142-52b8-a5c4-93768bdd38f8, skipping ID generation
2026-03-24 10:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8 with scrape type 1
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 93e9d3ad-4142-52b8-a5c4-93768bdd38f8 sending to next pipeline
2026-03-24 10:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 93e9d3ad-4142-52b8-a5c4-93768bdd38f8, identifier: 120050893
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ab3310>
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYH23PDX%252F2026-03-18%252Fimage%252F5e2650d6-14e3-4c30-8258-606fdfc76a85_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YH23PDX/2026-03-18/image/5e2650d6-14e3-4c30-8258-606fdfc76a85_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 57e0522e-a217-5960-957b-bf27561aaf55
2026-03-24 10:03:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 57e0522e-a217-5960-957b-bf27561aaf55, skipping ID generation
2026-03-24 10:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57e0522e-a217-5960-957b-bf27561aaf55 with scrape type 1
2026-03-24 10:03:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 57e0522e-a217-5960-957b-bf27561aaf55 sending to next pipeline
2026-03-24 10:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 57e0522e-a217-5960-957b-bf27561aaf55, identifier: 119783370
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937542d0>
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWX23XSR%252F2026-03-11%252Fimage%252F89dcfc14-29e3-4ea0-8686-a6d8191d7193_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WX23XSR/2026-03-11/image/89dcfc14-29e3-4ea0-8686-a6d8191d7193_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1
2026-03-24 10:03:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b56889e-ff5a-5275-ba53-1ff026bd19a1, skipping ID generation
2026-03-24 10:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1 with scrape type 1
2026-03-24 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b56889e-ff5a-5275-ba53-1ff026bd19a1 sending to next pipeline
2026-03-24 10:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9b56889e-ff5a-5275-ba53-1ff026bd19a1, identifier: 120283908
2026-03-24 10:03:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92f0abd0>
2026-03-24 10:03:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMC22UTL%252F2026-03-18%252Fimage%252Ffe0f2e57-177a-4eb7-84c3-405cd5483005_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MC22UTL/2026-03-18/image/fe0f2e57-177a-4eb7-84c3-405cd5483005_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c3acc95e-041f-5820-959c-28cad06ba323
2026-03-24 10:03:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c3acc95e-041f-5820-959c-28cad06ba323, skipping ID generation
2026-03-24 10:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3acc95e-041f-5820-959c-28cad06ba323 with scrape type 1
2026-03-24 10:03:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c3acc95e-041f-5820-959c-28cad06ba323 sending to next pipeline
2026-03-24 10:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c3acc95e-041f-5820-959c-28cad06ba323, identifier: 120196523
2026-03-24 10:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 93e9d3ad-4142-52b8-a5c4-93768bdd38f8 with identifier: 120050893
2026-03-24 10:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 93e9d3ad-4142-52b8-a5c4-93768bdd38f8 with identifier: 120050893
2026-03-24 10:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 93e9d3ad-4142-52b8-a5c4-93768bdd38f8 with identifier: 120050893 to the API
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/AF72OVK/2026-03-17/image/a866b899-90a6-4299-abcf-c9031198cef4_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '93e9d3ad-4142-52b8-a5c4-93768bdd38f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AF72OVK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120050893',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 20522,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35529,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/1802c44e-7ad2-4c36-ade8-00c470bab994_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34287,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/a866b899-90a6-4299-abcf-c9031198cef4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35759,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/40eea995-b237-4b3e-ba11-87cebd2bceef_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34960,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/d753ac4d-e79e-49a6-abe6-cab829d732f6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36142,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/fb8041b6-b79a-4edd-b44b-3df298d392c4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45389,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/c9f0bf69-0cca-4dd4-9a06-315cfc4df0a3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40840,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/f71513a2-deb3-49de-a05f-06f45225a9bf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53054,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/ea4a80a5-3f40-482e-8eff-2fd422f078c9_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_93e9d3ad-4142-52b8-a5c4-93768bdd38f8/93e9d3ad-4142-52b8-a5c4-93768bdd38f8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52938,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/AF72OVK/2026-03-17/image/017fdb33-0380-4adb-9f70-339a3c261684_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-09',
'seller_name': 'Zenith',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120050893%27 HTTP/1.1" 200 None
2026-03-24 10:03:25 [astonbarclay.gb] INFO: Saving data for 120050893: {'created_time': 1774346605.640735, 'last_price_update_time': 1774346605.640747, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120050893') HTTP/1.1" 204 0
2026-03-24 10:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 57e0522e-a217-5960-957b-bf27561aaf55 with identifier: 119783370
2026-03-24 10:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 57e0522e-a217-5960-957b-bf27561aaf55 with identifier: 119783370
2026-03-24 10:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 57e0522e-a217-5960-957b-bf27561aaf55 with identifier: 119783370 to the API
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YH23PDX/2026-03-18/image/5e2650d6-14e3-4c30-8258-606fdfc76a85_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '57e0522e-a217-5960-957b-bf27561aaf55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YH23PDX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119783370',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 35980,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35683,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/cc19349f-38eb-4db5-9bb3-1bc9b77fb0b8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33611,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/779ed9d4-80c1-4d83-8920-8db4a27a9618_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37331,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/5e2650d6-14e3-4c30-8258-606fdfc76a85_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36200,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/d772a8fe-b62f-4907-81bf-6be194c55075_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43221,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/8bf9806a-9fd1-40c3-97e7-d49b9eea4507_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63967,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/c33c01cb-e230-44a6-a26b-f076c6f95633_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48760,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/4402cdbc-6b43-4251-9f40-e2bf73b9af98_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48008,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/64a0f97a-5c48-4421-bb77-77d842deafc5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e0522e-a217-5960-957b-bf27561aaf55/57e0522e-a217-5960-957b-bf27561aaf55_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55765,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YH23PDX/2026-03-18/image/a59ea896-c437-43aa-b0c3-7964748fa32f_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-16',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE 220kW 50 Quattro 82kWh S Line 5dr Auto '
'C+S/Tech',
'transmission': 'automatic',
'trim': '220kW 50 Quattro 82kWh S Line 5dr Auto C+S/Tech',
'vin': None,
'year': 2023}
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119783370%27 HTTP/1.1" 200 None
2026-03-24 10:03:26 [astonbarclay.gb] INFO: Saving data for 119783370: {'created_time': 1774346606.080203, 'last_price_update_time': 1774346606.080215, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119783370') HTTP/1.1" 204 0
2026-03-24 10:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9b56889e-ff5a-5275-ba53-1ff026bd19a1 with identifier: 120283908
2026-03-24 10:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9b56889e-ff5a-5275-ba53-1ff026bd19a1 with identifier: 120283908
2026-03-24 10:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9b56889e-ff5a-5275-ba53-1ff026bd19a1 with identifier: 120283908 to the API
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/WX23XSR/2026-03-11/image/89dcfc14-29e3-4ea0-8686-a6d8191d7193_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '9b56889e-ff5a-5275-ba53-1ff026bd19a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WX23XSR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120283908',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'EQB ESTATE',
'odometer': 44762,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37611,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/33db6d23-7bb5-46f2-b396-178d9ae6a3f5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37123,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e1501338-262e-44d7-baef-4f2d26864643_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36277,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/89dcfc14-29e3-4ea0-8686-a6d8191d7193_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37662,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/f79cd155-b9a9-4657-aa9d-27db35d4a833_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40564,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/d637df64-e5c8-4f84-8658-483b3151d88f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63060,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/1ad1f5e0-2e74-465f-b0b4-d974370719ea_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 40822,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e16e0d17-1657-474f-aab7-bad052629443_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45030,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/e5b58963-76e5-47d9-bb3f-aa0fe07cb118_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9b56889e-ff5a-5275-ba53-1ff026bd19a1/9b56889e-ff5a-5275-ba53-1ff026bd19a1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50139,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WX23XSR/2026-03-11/image/c6f0d59c-b0ae-4929-a560-2472f3d9ebd4_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-09',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQB ESTATE EQB 350 4M 215kW AMG Line Premium 66.5kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': 'EQB 350 4M 215kW AMG Line Premium 66.5kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120283908%27 HTTP/1.1" 200 None
2026-03-24 10:03:26 [astonbarclay.gb] INFO: Saving data for 120283908: {'created_time': 1774346606.511939, 'last_price_update_time': 1774346606.511951, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120283908') HTTP/1.1" 204 0
2026-03-24 10:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c3acc95e-041f-5820-959c-28cad06ba323 with identifier: 120196523
2026-03-24 10:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c3acc95e-041f-5820-959c-28cad06ba323 with identifier: 120196523
2026-03-24 10:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c3acc95e-041f-5820-959c-28cad06ba323 with identifier: 120196523 to the API
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MC22UTL/2026-03-18/image/fe0f2e57-177a-4eb7-84c3-405cd5483005_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'c3acc95e-041f-5820-959c-28cad06ba323',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MC22UTL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120196523',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C4 HATCHBACK',
'odometer': 11465,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36135,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2e7c2ca2-3aa6-489f-9da7-28419055595b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36621,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/fe0f2e57-177a-4eb7-84c3-405cd5483005_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33158,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/99ffb3ea-ab70-4584-ad21-b8431fc0c105_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36377,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/d4da6f65-6527-43bd-810b-9bbf7e54157f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43575,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/864bb2b3-67f5-4270-9786-17b6c8f944ed_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54039,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/2b390d06-82cf-4347-b309-a37ad6eaf018_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52907,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/a69760ae-6883-460a-aba3-577749340ea2_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45214,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/463447ca-4e90-4b4f-8270-f6a0981c18e1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c3acc95e-041f-5820-959c-28cad06ba323/c3acc95e-041f-5820-959c-28cad06ba323_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57720,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MC22UTL/2026-03-18/image/652c6c91-c916-49c3-878e-e25e0be45334_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-31',
'seller_name': 'Zenith',
'title': 'CITROEN C4 HATCHBACK 1.2 PureTech [130] C-Series Edition 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 PureTech [130] C-Series Edition 5dr Auto',
'vin': None,
'year': 2022}
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120196523%27 HTTP/1.1" 200 None
2026-03-24 10:03:26 [astonbarclay.gb] INFO: Saving data for 120196523: {'created_time': 1774346606.920635, 'last_price_update_time': 1774346606.920647, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120196523') HTTP/1.1" 204 0
2026-03-24 10:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GY71WHE/2026-03-18/image/8cbc4fac-0f4f-414d-838a-faab91ba6874_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue)
2026-03-24 10:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/FX23PYY/2026-03-23/image/fdddf75f-8bae-457e-a2f1-ceb0c314303e_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120563695?view=catalogue)
2026-03-24 10:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN22EJD/2026-03-17/image/43561e23-d79a-4e2c-8885-19fbfc89da5f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue)
2026-03-24 10:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/56bcbc44-bc18-46a6-8d54-c6f0e802765f_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/27f9385c-ec92-44f4-9854-3e4365daa23d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue)
2026-03-24 10:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML23CDE/2026-03-18/image/2e60691f-e3e7-48da-9f10-eaaeed4a0d03_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue)
2026-03-24 10:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4267776f-91c2-467a-a814-9e1cf3313997_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue)
2026-03-24 10:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD24OES/2026-03-17/image/45ab87c8-6709-4afe-9cda-1c6274114112_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue)
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d984674d0>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F72ff8a2b-387b-4dfa-8d66-0f9f364c3444_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/72ff8a2b-387b-4dfa-8d66-0f9f364c3444_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91990910>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252Fec191e0f-945f-4e90-a767-d7e35e63e40f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/ec191e0f-945f-4e90-a767-d7e35e63e40f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937d3090>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252F1f9aeb2b-e1ca-46cf-8824-c8a4880c4942_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/1f9aeb2b-e1ca-46cf-8824-c8a4880c4942_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91993450>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F77113010-39bc-4bba-9f0f-64d631f23c3c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/77113010-39bc-4bba-9f0f-64d631f23c3c_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ef5bd0>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F2f7fac02-2316-42d7-9d9e-0a1a2c1e3d21_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/2f7fac02-2316-42d7-9d9e-0a1a2c1e3d21_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ad6d50>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Ffe7366de-b905-4bcd-bcbb-a8742f7c512b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fe7366de-b905-4bcd-bcbb-a8742f7c512b_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92aa35d0>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F802217f8-7a57-4262-8487-0abbf4900d00_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/802217f8-7a57-4262-8487-0abbf4900d00_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d21490>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252Fb3be03c3-4fce-4aae-b9cf-a88e24785f97_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/b3be03c3-4fce-4aae-b9cf-a88e24785f97_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN22EJD/2026-03-17/image/9c18d27a-f3db-4df0-b857-79c2d02310cd_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue)
2026-03-24 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD24OES/2026-03-17/image/c1820263-68ac-4fb9-ac8a-1a66f04000b8_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue)
2026-03-24 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GY71WHE/2026-03-18/image/133548e6-fb04-4867-873c-825fddaa2286_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue)
2026-03-24 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5f777989-e7dc-4d9e-8a92-86926d3b294b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/WN22EJD/2026-03-17/image/cbcd630e-4b38-40ac-9b73-f1f9ffc81d54_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120469224?view=catalogue)
2026-03-24 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML23CDE/2026-03-18/image/d8742311-4bfa-4661-a1de-1491927a8144_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue)
2026-03-24 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GY71WHE/2026-03-18/image/ae8961ec-59d2-42ac-b183-762b0893434b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue)
2026-03-24 10:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/83420226-e08b-48a2-af48-7ea23f37b842_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue)
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ea6d90>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F8cbc4fac-0f4f-414d-838a-faab91ba6874_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/8cbc4fac-0f4f-414d-838a-faab91ba6874_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92efed50>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FFX23PYY%252F2026-03-23%252Fimage%252Ffdddf75f-8bae-457e-a2f1-ceb0c314303e_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/FX23PYY/2026-03-23/image/fdddf75f-8bae-457e-a2f1-ceb0c314303e_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 5218f83e-4d5b-5e48-b828-1f42783d85af
2026-03-24 10:03:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5218f83e-4d5b-5e48-b828-1f42783d85af, skipping ID generation
2026-03-24 10:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5218f83e-4d5b-5e48-b828-1f42783d85af with scrape type 1
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5218f83e-4d5b-5e48-b828-1f42783d85af sending to next pipeline
2026-03-24 10:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5218f83e-4d5b-5e48-b828-1f42783d85af, identifier: 120563695
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92aa2450>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F43561e23-d79a-4e2c-8885-19fbfc89da5f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/43561e23-d79a-4e2c-8885-19fbfc89da5f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a43290>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_9.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F56bcbc44-bc18-46a6-8d54-c6f0e802765f_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/56bcbc44-bc18-46a6-8d54-c6f0e802765f_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937a26d0>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F27f9385c-ec92-44f4-9854-3e4365daa23d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/27f9385c-ec92-44f4-9854-3e4365daa23d_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ea7a90>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252F2e60691f-e3e7-48da-9f10-eaaeed4a0d03_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/2e60691f-e3e7-48da-9f10-eaaeed4a0d03_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92aa01d0>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F4267776f-91c2-467a-a814-9e1cf3313997_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4267776f-91c2-467a-a814-9e1cf3313997_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92a40950>
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_4.jpg HTTP/1.1" 201 0
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F45ab87c8-6709-4afe-9cda-1c6274114112_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/45ab87c8-6709-4afe-9cda-1c6274114112_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5218f83e-4d5b-5e48-b828-1f42783d85af with identifier: 120563695
2026-03-24 10:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5218f83e-4d5b-5e48-b828-1f42783d85af with identifier: 120563695
2026-03-24 10:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5218f83e-4d5b-5e48-b828-1f42783d85af with identifier: 120563695 to the API
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/FX23PYY/2026-03-23/image/fdddf75f-8bae-457e-a2f1-ceb0c314303e_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '5218f83e-4d5b-5e48-b828-1f42783d85af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX23PYY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120563695',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'EQA HATCHBACK',
'odometer': 23706,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37312,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/b1a7ee89-a52f-4f06-85b7-48532d2a0351_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37420,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/fdddf75f-8bae-457e-a2f1-ceb0c314303e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38509,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/8ce51304-560b-4b08-b2da-91e5375e2aa1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38101,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d3791093-b310-4271-acdf-8df10ca07307_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38020,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/1a9b249b-3d3f-4a0b-8e3d-a623cb041411_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51067,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/f3ab73b6-ff11-4570-945a-16103dc65036_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41406,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/46edaa49-69c3-433e-a123-73b97c0502e0_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56975,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d58e9a65-d68f-4a16-821d-18e9845046a5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5218f83e-4d5b-5e48-b828-1f42783d85af/5218f83e-4d5b-5e48-b828-1f42783d85af_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48319,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/FX23PYY/2026-03-23/image/d47daef5-d659-4f78-8711-681c6026521a_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-17',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQA HATCHBACK EQA 250+ 140kW AMG Line Premium 70.5kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': 'EQA 250+ 140kW AMG Line Premium 70.5kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120563695%27 HTTP/1.1" 200 None
2026-03-24 10:03:28 [astonbarclay.gb] INFO: Saving data for 120563695: {'created_time': 1774346608.373959, 'last_price_update_time': 1774346608.373971, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120563695') HTTP/1.1" 204 0
2026-03-24 10:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD24OES/2026-03-17/image/76f2aacf-96e1-413e-9cfa-c262848067f4_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue)
2026-03-24 10:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML23CDE/2026-03-18/image/de652914-68d9-4531-a5e5-d01ad5f2a29c_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue)
2026-03-24 10:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fad5cee1-1188-4a41-ac79-9f110773eba5_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue)
2026-03-24 10:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/ab065e6f-5e44-4240-b909-38660daa0ebf_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue)
2026-03-24 10:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GY71WHE/2026-03-18/image/bb6a9590-ca2f-4c48-bda5-c9c528bc719d_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue)
2026-03-24 10:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/79306d08-32d9-41d1-80f1-d48b98f230e3_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue)
2026-03-24 10:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD24OES/2026-03-17/image/cfbf85e5-d80b-4f78-a57f-7db9df957826_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue)
2026-03-24 10:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e84f0256-c030-4f09-8ea9-1890dfc5979b_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937a1210>
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252F9c18d27a-f3db-4df0-b857-79c2d02310cd_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/9c18d27a-f3db-4df0-b857-79c2d02310cd_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92ba0610>
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252Fc1820263-68ac-4fb9-ac8a-1a66f04000b8_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/c1820263-68ac-4fb9-ac8a-1a66f04000b8_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e5ce50>
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F133548e6-fb04-4867-873c-825fddaa2286_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/133548e6-fb04-4867-873c-825fddaa2286_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d9375a810>
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_8.jpg HTTP/1.1" 201 0
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F5f777989-e7dc-4d9e-8a92-86926d3b294b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5f777989-e7dc-4d9e-8a92-86926d3b294b_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92e5ea50>
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FWN22EJD%252F2026-03-17%252Fimage%252Fcbcd630e-4b38-40ac-9b73-f1f9ffc81d54_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/WN22EJD/2026-03-17/image/cbcd630e-4b38-40ac-9b73-f1f9ffc81d54_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba
2026-03-24 10:03:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba, skipping ID generation
2026-03-24 10:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba with scrape type 1
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba sending to next pipeline
2026-03-24 10:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba, identifier: 120469224
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92efc410>
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Fd8742311-4bfa-4661-a1de-1491927a8144_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/d8742311-4bfa-4661-a1de-1491927a8144_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d99a16010>
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252Fae8961ec-59d2-42ac-b183-762b0893434b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/ae8961ec-59d2-42ac-b183-762b0893434b_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92c4aa90>
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_3.jpg HTTP/1.1" 201 0
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F83420226-e08b-48a2-af48-7ea23f37b842_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/83420226-e08b-48a2-af48-7ea23f37b842_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba with identifier: 120469224
2026-03-24 10:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba with identifier: 120469224
2026-03-24 10:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba with identifier: 120469224 to the API
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/WN22EJD/2026-03-17/image/cbcd630e-4b38-40ac-9b73-f1f9ffc81d54_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN22EJD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120469224',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 46593,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28352,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/9c18d27a-f3db-4df0-b857-79c2d02310cd_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28177,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/cbcd630e-4b38-40ac-9b73-f1f9ffc81d54_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27462,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/43561e23-d79a-4e2c-8885-19fbfc89da5f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28049,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/ec191e0f-945f-4e90-a767-d7e35e63e40f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43306,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/50db3ff4-44d2-4e30-8bc8-8073e626f82c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49507,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/273e273d-0452-4e98-b16f-9946a3d355c1_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49391,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/38361d3d-1c7c-466e-b319-efb7851f1d2b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43958,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/a204edb5-9468-4aa0-8438-fcd4e70ed327_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba/ccce3d3a-b8fe-5a5d-8c7e-0e1eb5b472ba_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42121,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/WN22EJD/2026-03-17/image/7f74380a-9175-47d2-804c-850d0a8cc418_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seller_name': 'Zenith',
'title': 'TESLA MODEL 3 SALOON Performance AWD 4dr [Performance Upgrade] Auto',
'transmission': 'automatic',
'trim': 'Performance AWD 4dr [Performance Upgrade] Auto',
'vin': None,
'year': 2022}
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120469224%27 HTTP/1.1" 200 None
2026-03-24 10:03:29 [astonbarclay.gb] INFO: Saving data for 120469224: {'created_time': 1774346609.369735, 'last_price_update_time': 1774346609.369747, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120469224') HTTP/1.1" 204 0
2026-03-24 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6b5741b7-c336-4da0-b954-3f88395f7517_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120338114?view=catalogue)
2026-03-24 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/ac863624-af6b-42b3-871d-e343731142d6_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/GY71WHE/2026-03-18/image/723a042d-a7a8-4e13-8ad1-d8975107d852_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120542115?view=catalogue)
2026-03-24 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/63b45bd5-2a66-4e7b-96f2-90551c6a9478_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120412056?view=catalogue)
2026-03-24 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/eb2f181f-73d2-45c7-9540-2b89fdc6aa7a_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5724e283-891c-4db6-b348-7d14b47bc151_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/65cefe2b-9168-412a-adab-82ba1032fc47_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/MD24OES/2026-03-17/image/9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120292385?view=catalogue)
2026-03-24 10:03:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937bfe10>
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F76f2aacf-96e1-413e-9cfa-c262848067f4_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/76f2aacf-96e1-413e-9cfa-c262848067f4_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92aec350>
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Fde652914-68d9-4531-a5e5-d01ad5f2a29c_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/de652914-68d9-4531-a5e5-d01ad5f2a29c_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d93724b90>
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252Ffad5cee1-1188-4a41-ac79-9f110773eba5_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fad5cee1-1188-4a41-ac79-9f110773eba5_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919db5d0>
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252Fab065e6f-5e44-4240-b909-38660daa0ebf_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/ab065e6f-5e44-4240-b909-38660daa0ebf_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919d6550>
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252Fbb6a9590-ca2f-4c48-bda5-c9c528bc719d_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/bb6a9590-ca2f-4c48-bda5-c9c528bc719d_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d569d0>
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F79306d08-32d9-41d1-80f1-d48b98f230e3_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/79306d08-32d9-41d1-80f1-d48b98f230e3_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919f3490>
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252Fcfbf85e5-d80b-4f78-a57f-7db9df957826_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/cfbf85e5-d80b-4f78-a57f-7db9df957826_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919dbe50>
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_7.jpg HTTP/1.1" 201 0
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252Fe84f0256-c030-4f09-8ea9-1890dfc5979b_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e84f0256-c030-4f09-8ea9-1890dfc5979b_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919da6d0>
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FML23CDE%252F2026-03-18%252Fimage%252F6b5741b7-c336-4da0-b954-3f88395f7517_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6b5741b7-c336-4da0-b954-3f88395f7517_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6e84200c-6f66-5b77-b50f-4e473f9249dc
2026-03-24 10:03:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e84200c-6f66-5b77-b50f-4e473f9249dc, skipping ID generation
2026-03-24 10:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e84200c-6f66-5b77-b50f-4e473f9249dc with scrape type 1
2026-03-24 10:03:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e84200c-6f66-5b77-b50f-4e473f9249dc sending to next pipeline
2026-03-24 10:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6e84200c-6f66-5b77-b50f-4e473f9249dc, identifier: 120338114
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d99b52450>
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_2.jpg HTTP/1.1" 201 0
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252Fac863624-af6b-42b3-871d-e343731142d6_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/ac863624-af6b-42b3-871d-e343731142d6_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92d2edd0>
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FGY71WHE%252F2026-03-18%252Fimage%252F723a042d-a7a8-4e13-8ad1-d8975107d852_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/GY71WHE/2026-03-18/image/723a042d-a7a8-4e13-8ad1-d8975107d852_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item df05d425-f23e-5b3e-9414-1d374ac19cc8
2026-03-24 10:03:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: df05d425-f23e-5b3e-9414-1d374ac19cc8, skipping ID generation
2026-03-24 10:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df05d425-f23e-5b3e-9414-1d374ac19cc8 with scrape type 1
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item df05d425-f23e-5b3e-9414-1d374ac19cc8 sending to next pipeline
2026-03-24 10:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: df05d425-f23e-5b3e-9414-1d374ac19cc8, identifier: 120542115
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d98165510>
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FYK23OJJ%252F2026-03-18%252Fimage%252F63b45bd5-2a66-4e7b-96f2-90551c6a9478_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/63b45bd5-2a66-4e7b-96f2-90551c6a9478_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43
2026-03-24 10:03:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3702ce4d-366e-5b9a-9b1f-a0048c714f43, skipping ID generation
2026-03-24 10:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43 with scrape type 1
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3702ce4d-366e-5b9a-9b1f-a0048c714f43 sending to next pipeline
2026-03-24 10:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3702ce4d-366e-5b9a-9b1f-a0048c714f43, identifier: 120412056
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d919f1f50>
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_5.jpg HTTP/1.1" 201 0
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252Feb2f181f-73d2-45c7-9540-2b89fdc6aa7a_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/eb2f181f-73d2-45c7-9540-2b89fdc6aa7a_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d937be990>
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_6.jpg HTTP/1.1" 201 0
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F5724e283-891c-4db6-b348-7d14b47bc151_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5724e283-891c-4db6-b348-7d14b47bc151_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d91a18110>
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_1.jpg HTTP/1.1" 201 0
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252F65cefe2b-9168-412a-adab-82ba1032fc47_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/65cefe2b-9168-412a-adab-82ba1032fc47_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3d92cc5b90>
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FMD24OES%252F2026-03-17%252Fimage%252F9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/MD24OES/2026-03-17/image/9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1384557f-8e47-5196-b659-4129be8c47bf
2026-03-24 10:03:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1384557f-8e47-5196-b659-4129be8c47bf, skipping ID generation
2026-03-24 10:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1384557f-8e47-5196-b659-4129be8c47bf with scrape type 1
2026-03-24 10:03:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1384557f-8e47-5196-b659-4129be8c47bf sending to next pipeline
2026-03-24 10:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1384557f-8e47-5196-b659-4129be8c47bf, identifier: 120292385
2026-03-24 10:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6e84200c-6f66-5b77-b50f-4e473f9249dc with identifier: 120338114
2026-03-24 10:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6e84200c-6f66-5b77-b50f-4e473f9249dc with identifier: 120338114
2026-03-24 10:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6e84200c-6f66-5b77-b50f-4e473f9249dc with identifier: 120338114 to the API
2026-03-24 10:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6b5741b7-c336-4da0-b954-3f88395f7517_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '6e84200c-6f66-5b77-b50f-4e473f9249dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML23CDE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120338114',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 33009,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23326,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6b5741b7-c336-4da0-b954-3f88395f7517_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24280,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/de652914-68d9-4531-a5e5-d01ad5f2a29c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23954,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fad5cee1-1188-4a41-ac79-9f110773eba5_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 24052,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/d8742311-4bfa-4661-a1de-1491927a8144_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35118,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/2e60691f-e3e7-48da-9f10-eaaeed4a0d03_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 46146,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/1f9aeb2b-e1ca-46cf-8824-c8a4880c4942_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33131,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/fe7366de-b905-4bcd-bcbb-a8742f7c512b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33922,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/bc270b48-41df-4dce-8c6a-b2ef1d077c9d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e84200c-6f66-5b77-b50f-4e473f9249dc/6e84200c-6f66-5b77-b50f-4e473f9249dc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41981,
'Height': 338,
'OriginUrl': 'https://abimg003.imgix.net/ML23CDE/2026-03-18/image/6fd9e14d-ea1b-4729-b7af-3236addf13ec_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-09',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE 150kW 40 82kWh Sport 5dr Auto',
'transmission': 'automatic',
'trim': '150kW 40 82kWh Sport 5dr Auto',
'vin': None,
'year': 2023}
2026-03-24 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120338114%27 HTTP/1.1" 200 None
2026-03-24 10:03:31 [astonbarclay.gb] INFO: Saving data for 120338114: {'created_time': 1774346611.472628, 'last_price_update_time': 1774346611.472641, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120338114') HTTP/1.1" 204 0
2026-03-24 10:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: df05d425-f23e-5b3e-9414-1d374ac19cc8 with identifier: 120542115
2026-03-24 10:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: df05d425-f23e-5b3e-9414-1d374ac19cc8 with identifier: 120542115
2026-03-24 10:03:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: df05d425-f23e-5b3e-9414-1d374ac19cc8 with identifier: 120542115 to the API
2026-03-24 10:03:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/GY71WHE/2026-03-18/image/723a042d-a7a8-4e13-8ad1-d8975107d852_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 23,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'df05d425-f23e-5b3e-9414-1d374ac19cc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GY71WHE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120542115',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS SALOON SPECIAL EDITIONS',
'odometer': 49255,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34366,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/723a042d-a7a8-4e13-8ad1-d8975107d852_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35332,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/bb6a9590-ca2f-4c48-bda5-c9c528bc719d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34467,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/ae8961ec-59d2-42ac-b183-762b0893434b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34762,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/133548e6-fb04-4867-873c-825fddaa2286_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45077,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/8cbc4fac-0f4f-414d-838a-faab91ba6874_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64246,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/802217f8-7a57-4262-8487-0abbf4900d00_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59979,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/2f7fac02-2316-42d7-9d9e-0a1a2c1e3d21_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58710,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/5b4b2ee0-3967-4c66-b3a2-fe9e0ab2d361_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df05d425-f23e-5b3e-9414-1d374ac19cc8/df05d425-f23e-5b3e-9414-1d374ac19cc8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63445,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/GY71WHE/2026-03-18/image/f2fbaabc-c2d2-4837-9406-408ed937f789_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-16',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ A CLASS SALOON SPECIAL EDITIONS A250e AMG Line '
'Premium Edition 4dr Auto',
'transmission': 'automatic',
'trim': 'A250e AMG Line Premium Edition 4dr Auto',
'vin': None,
'year': 2021}
2026-03-24 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542115%27 HTTP/1.1" 200 None
2026-03-24 10:03:31 [astonbarclay.gb] INFO: Saving data for 120542115: {'created_time': 1774346611.996098, 'last_price_update_time': 1774346611.996114, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120542115') HTTP/1.1" 204 0
2026-03-24 10:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3702ce4d-366e-5b9a-9b1f-a0048c714f43 with identifier: 120412056
2026-03-24 10:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3702ce4d-366e-5b9a-9b1f-a0048c714f43 with identifier: 120412056
2026-03-24 10:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3702ce4d-366e-5b9a-9b1f-a0048c714f43 with identifier: 120412056 to the API
2026-03-24 10:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/63b45bd5-2a66-4e7b-96f2-90551c6a9478_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 19,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '3702ce4d-366e-5b9a-9b1f-a0048c714f43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YK23OJJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120412056',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS SALOON',
'odometer': 44281,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 38229,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/63b45bd5-2a66-4e7b-96f2-90551c6a9478_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37662,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/ab065e6f-5e44-4240-b909-38660daa0ebf_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35089,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/79306d08-32d9-41d1-80f1-d48b98f230e3_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33844,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/83420226-e08b-48a2-af48-7ea23f37b842_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 43083,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/27f9385c-ec92-44f4-9854-3e4365daa23d_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61324,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4267776f-91c2-467a-a814-9e1cf3313997_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54967,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/77113010-39bc-4bba-9f0f-64d631f23c3c_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54144,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/d52ea590-b923-4bf3-b9e5-459b6d3943bb_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3702ce4d-366e-5b9a-9b1f-a0048c714f43/3702ce4d-366e-5b9a-9b1f-a0048c714f43_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57264,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/YK23OJJ/2026-03-18/image/4a682157-f42b-491e-a40b-fd6c9bc0f472_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-31',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ A CLASS SALOON A250e AMG Line Executive 4dr Auto',
'transmission': 'automatic',
'trim': 'A250e AMG Line Executive 4dr Auto',
'vin': None,
'year': 2023}
2026-03-24 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120412056%27 HTTP/1.1" 200 None
2026-03-24 10:03:32 [astonbarclay.gb] INFO: Saving data for 120412056: {'created_time': 1774346612.532998, 'last_price_update_time': 1774346612.533015, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120412056') HTTP/1.1" 204 0
2026-03-24 10:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1384557f-8e47-5196-b659-4129be8c47bf with identifier: 120292385
2026-03-24 10:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1384557f-8e47-5196-b659-4129be8c47bf with identifier: 120292385
2026-03-24 10:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1384557f-8e47-5196-b659-4129be8c47bf with identifier: 120292385 to the API
2026-03-24 10:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/MD24OES/2026-03-17/image/9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '1384557f-8e47-5196-b659-4129be8c47bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MD24OES',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120292385',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C3 HATCHBACK',
'odometer': 12301,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 9,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32543,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/9507f731-d176-478c-ac2e-5b7198e0d263_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30222,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/76f2aacf-96e1-413e-9cfa-c262848067f4_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33715,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/cfbf85e5-d80b-4f78-a57f-7db9df957826_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34612,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/c1820263-68ac-4fb9-ac8a-1a66f04000b8_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44315,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/45ab87c8-6709-4afe-9cda-1c6274114112_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64484,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/72ff8a2b-387b-4dfa-8d66-0f9f364c3444_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42902,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/b3be03c3-4fce-4aae-b9cf-a88e24785f97_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44955,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/34c4a59e-248c-40d7-ad58-4384cb0ca916_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1384557f-8e47-5196-b659-4129be8c47bf/1384557f-8e47-5196-b659-4129be8c47bf_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49890,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/MD24OES/2026-03-17/image/08b276f9-ad7c-4b6b-aeb7-ea9fc9f21454_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-31',
'seller_name': 'Zenith',
'title': 'CITROEN C3 HATCHBACK 1.2 PureTech You 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech You 5dr',
'vin': None,
'year': 2024}
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120292385%27 HTTP/1.1" 200 None
2026-03-24 10:03:33 [astonbarclay.gb] INFO: Saving data for 120292385: {'created_time': 1774346613.284419, 'last_price_update_time': 1774346613.284433, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120292385') HTTP/1.1" 204 0
2026-03-24 10:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e86b805e-7f48-43a6-9cb6-36d12c69e290_removebg.jpg?w=600> (referer: https://catalogue.astonbarclay.net/api/vehicle/details/120574575?view=catalogue)
2026-03-24 10:03:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-24 10:03:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f3da7556e90>
2026-03-24 10:03:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-24 10:03:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_0.jpg HTTP/1.1" 201 0
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='astonbarclay.gb',RowKey='https%3A%252F%252Fabimg003.imgix.net%252FBT72TEO%252F2026-03-18%252Fimage%252Fe86b805e-7f48-43a6-9cb6-36d12c69e290_removebg.jpg%253Fw%3D600') HTTP/1.1" 204 0
2026-03-24 10:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e86b805e-7f48-43a6-9cb6-36d12c69e290_removebg.jpg?w=600 saved to cache
2026-03-24 10:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c
2026-03-24 10:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1fb57363-0993-50f7-b3d5-23e9a57eec3c, skipping ID generation
2026-03-24 10:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c with scrape type 1
2026-03-24 10:03:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1fb57363-0993-50f7-b3d5-23e9a57eec3c sending to next pipeline
2026-03-24 10:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1fb57363-0993-50f7-b3d5-23e9a57eec3c, identifier: 120574575
2026-03-24 10:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1fb57363-0993-50f7-b3d5-23e9a57eec3c with identifier: 120574575
2026-03-24 10:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1fb57363-0993-50f7-b3d5-23e9a57eec3c with identifier: 120574575
2026-03-24 10:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1fb57363-0993-50f7-b3d5-23e9a57eec3c with identifier: 120574575 to the API
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e86b805e-7f48-43a6-9cb6-36d12c69e290_removebg.jpg?w=600>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '1fb57363-0993-50f7-b3d5-23e9a57eec3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT72TEO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120574575',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'C40 ESTATE',
'odometer': 46903,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 10,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32473,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e86b805e-7f48-43a6-9cb6-36d12c69e290_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33270,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/65cefe2b-9168-412a-adab-82ba1032fc47_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33866,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/ac863624-af6b-42b3-871d-e343731142d6_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34567,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/23b7c832-5736-49c3-a4d9-7ea47bf4781e_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34054,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/27f8afb2-7808-44f9-8c49-dac38eaa162f_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54015,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/eb2f181f-73d2-45c7-9540-2b89fdc6aa7a_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51011,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5724e283-891c-4db6-b348-7d14b47bc151_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56271,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/e84f0256-c030-4f09-8ea9-1890dfc5979b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48062,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/5f777989-e7dc-4d9e-8a92-86926d3b294b_removebg.jpg?w=600',
'Width': 600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1fb57363-0993-50f7-b3d5-23e9a57eec3c/1fb57363-0993-50f7-b3d5-23e9a57eec3c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54705,
'Height': 450,
'OriginUrl': 'https://abimg003.imgix.net/BT72TEO/2026-03-18/image/56bcbc44-bc18-46a6-8d54-c6f0e802765f_removebg.jpg?w=600',
'Width': 600}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-06',
'seller_name': 'Zenith',
'title': 'VOLVO C40 ESTATE 170kW Recharge Ultimate 69kWh 5dr Auto',
'transmission': 'automatic',
'trim': '170kW Recharge Ultimate 69kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120574575%27 HTTP/1.1" 200 None
2026-03-24 10:03:33 [astonbarclay.gb] INFO: Saving data for 120574575: {'created_time': 1774346613.973646, 'last_price_update_time': 1774346613.973661, 'auction_closing_time': 1774604700.0}
2026-03-24 10:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120574575') HTTP/1.1" 204 0
2026-03-24 10:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120620613?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118463621?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120632848?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120297677?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120438101?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120645601?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:03:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120620613, 'registration': 'MM64RSM', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '2.0d [180] R-Sport 4dr Auto', 'mileage': 104719, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-05-26', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MM64RSM/2026-03-20/image/57a3c6cd-1fb2-4164-bb4b-d3aa1551da09_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/6ac3b04c-8aee-4ee2-b91c-76d2015f00e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/2718fcda-88e6-4a39-9b64-e4a957e9056b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/a58045be-f2b5-4583-b0f9-0d5079bcef43_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/913a25e3-cb03-47b9-bb19-2816870d9f07_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/01947708-22e8-4cc5-b2d2-89462f17494b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/d5e3d9be-0ca2-4a30-81cb-df198fe97472_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/2c23242e-da66-4799-93b3-caff0ddf50ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/9c8e3d0a-e57f-4db6-a8b5-117fe5743545_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/53b85913-044f-4fec-a12e-67497891e54e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 12/16- 5K, 03/18- 15K, 02/19- 31K, 03/19- 31K, 07/21- 46K', 'remarks': 'VOSA STATES 47K, 75K, 86K, 89K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/36243f1e-d4ea-46b9-881f-e40dc2bf365d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120620613, 'registration': 'MM64RSM', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '2.0d [180] R-Sport 4dr Auto', 'mileage': 104719, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2016-06-30', 'fuel': 'Diesel', 'motExpiry': '2026-05-26', 'doors': 4, 'engineSize': 1999, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/MM64RSM/2026-03-20/image/57a3c6cd-1fb2-4164-bb4b-d3aa1551da09_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/6ac3b04c-8aee-4ee2-b91c-76d2015f00e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/2718fcda-88e6-4a39-9b64-e4a957e9056b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/a58045be-f2b5-4583-b0f9-0d5079bcef43_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/913a25e3-cb03-47b9-bb19-2816870d9f07_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/01947708-22e8-4cc5-b2d2-89462f17494b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/d5e3d9be-0ca2-4a30-81cb-df198fe97472_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/2c23242e-da66-4799-93b3-caff0ddf50ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/9c8e3d0a-e57f-4db6-a8b5-117fe5743545_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM64RSM/2026-03-20/image/53b85913-044f-4fec-a12e-67497891e54e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 12/16- 5K, 03/18- 15K, 02/19- 31K, 03/19- 31K, 07/21- 46K', 'remarks': 'VOSA STATES 47K, 75K, 86K, 89K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/36243f1e-d4ea-46b9-881f-e40dc2bf365d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5925435-5af1-5333-be0d-d24f96390ba9 with identifier: 120620613
2026-03-24 10:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5925435-5af1-5333-be0d-d24f96390ba9 with scrape type 2
2026-03-24 10:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5925435-5af1-5333-be0d-d24f96390ba9 with scrape type 2
2026-03-24 10:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d5925435-5af1-5333-be0d-d24f96390ba9, identifier: 120620613
2026-03-24 10:03:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118463621, 'registration': 'YF72FHN', 'account': 'KIN032', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Life 5dr', 'mileage': 12966, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-12-19', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF72FHN/2026-03-16/image/8b2e6573-2068-4525-9e8a-2d6c3a6d3774_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/67cba440-6be3-4f4e-954a-ee043610f8dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/2113967d-5f54-4e00-8b50-4d5d725c56cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/0c93013c-e6bc-4ea2-bdc3-5dddce145819_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/fa09d145-40bf-423a-ac87-7568ff68d2c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/5b1acad2-7945-49ac-b6a0-77293cb165cf_removebg.jpg?w=600'], 'colour': 'Special solid - Pure white', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa states 12k / 15"" Essex alloy wheels / Hartley/Thomas cloth - Titan black', '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/77b34526-ae71-4761-9079-32fd45135016.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118463621, 'registration': 'YF72FHN', 'account': 'KIN032', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Life 5dr', 'mileage': 12966, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 305}, 'saleStart': '2026-03-26T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-12-19', 'fuel': 'Petrol', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF72FHN/2026-03-16/image/8b2e6573-2068-4525-9e8a-2d6c3a6d3774_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/67cba440-6be3-4f4e-954a-ee043610f8dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/2113967d-5f54-4e00-8b50-4d5d725c56cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/0c93013c-e6bc-4ea2-bdc3-5dddce145819_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/fa09d145-40bf-423a-ac87-7568ff68d2c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FHN/2026-03-16/image/5b1acad2-7945-49ac-b6a0-77293cb165cf_removebg.jpg?w=600'], 'colour': 'Special solid - Pure white', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa states 12k / 15"" Essex alloy wheels / Hartley/Thomas cloth - Titan black', '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/77b34526-ae71-4761-9079-32fd45135016.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-24 10:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d69cab9-6733-539a-a465-956623c33bdb with identifier: 118463621
2026-03-24 10:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d69cab9-6733-539a-a465-956623c33bdb with scrape type 2
2026-03-24 10:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d69cab9-6733-539a-a465-956623c33bdb with scrape type 2
2026-03-24 10:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1d69cab9-6733-539a-a465-956623c33bdb, identifier: 118463621
2026-03-24 10:03:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120632848, 'registration': 'KP03ENR', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Finesse 3dr', 'mileage': 105310, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2003-06-19', 'fuel': 'Petrol', 'motExpiry': '2026-07-10', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KP03ENR/2026-03-23/image/1a2b4acf-6ddd-46f5-879d-5c0950a96894_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/5f823394-a15e-463b-a447-4d7df1a3105d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/35f490c1-462a-4be2-a64c-4cc2f9a157df_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/209aa5fd-700a-4327-8e10-e784955a715f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/861ff3e7-3b15-47fd-a8cf-a7d9a9b68bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/3fb37517-5b2f-41cc-9072-fa96e121a45a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/abe72b44-c87c-4f7a-9cda-f7f72e6fa0f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/904b5313-58fd-4ddb-84fa-075e32742846_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/3ef959bf-c116-4125-a80c-b2087466308f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 96K, 101K, 103K, 104K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12236e04-c987-49cb-b0ed-dfdbe5799de7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120632848, 'registration': 'KP03ENR', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Finesse 3dr', 'mileage': 105310, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2003-06-19', 'fuel': 'Petrol', 'motExpiry': '2026-07-10', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KP03ENR/2026-03-23/image/1a2b4acf-6ddd-46f5-879d-5c0950a96894_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/5f823394-a15e-463b-a447-4d7df1a3105d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/35f490c1-462a-4be2-a64c-4cc2f9a157df_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/209aa5fd-700a-4327-8e10-e784955a715f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/861ff3e7-3b15-47fd-a8cf-a7d9a9b68bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/3fb37517-5b2f-41cc-9072-fa96e121a45a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/abe72b44-c87c-4f7a-9cda-f7f72e6fa0f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/904b5313-58fd-4ddb-84fa-075e32742846_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP03ENR/2026-03-23/image/3ef959bf-c116-4125-a80c-b2087466308f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 96K, 101K, 103K, 104K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12236e04-c987-49cb-b0ed-dfdbe5799de7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: effced28-5ecc-5e41-8710-1be9490794ec with identifier: 120632848
2026-03-24 10:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item effced28-5ecc-5e41-8710-1be9490794ec with scrape type 2
2026-03-24 10:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item effced28-5ecc-5e41-8710-1be9490794ec with scrape type 2
2026-03-24 10:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: effced28-5ecc-5e41-8710-1be9490794ec, identifier: 120632848
2026-03-24 10:03:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120297677, 'registration': 'MX19OTY', 'account': 'WBA003', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d SE Business 5dr [Nav/Servotronic] Step Auto', 'mileage': 102187, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-06-14', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MX19OTY/2026-03-10/image/fdad2f41-ca18-4c5c-8142-1e3e40afdf3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/c2bcfae9-7ee8-42ae-b2ac-7a2ac3e3a540_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/4c856655-7f9b-451f-8988-59e82380e437_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/2d1e0396-982f-46f4-859d-5e618776a3be_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/63f4b6e5-dbbc-4196-ba64-71c81169cdc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/0dddd508-2154-4081-9211-9bba50aea064_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/7b2a44b9-4b25-4a47-b54e-c15614b86a6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/deedf810-0bba-44e8-8bc4-2a75cfb0d535_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/96181dff-6cc4-4568-b445-bf3421e08a97_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/b0e2e06a-f716-49f1-8a30-e2cc467d5ab4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/c6fa440f-d0de-4156-87ff-7afe3d926cec_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/20ea1507-06e4-49a7-9f40-3e5dffe71035_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/20- 19K, 07/21- 32K, 11/21- 36K, 03/22- 42K', 'remarks': 'VOSA STATES 43K, 62K, 76K, 96K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f40a8ea2-334f-4582-b5fb-c52485f72486.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120297677, 'registration': 'MX19OTY', 'account': 'WBA003', 'make': 'BMW', 'model': '1 SERIES DIESEL HATCHBACK', 'derivative': '116d SE Business 5dr [Nav/Servotronic] Step Auto', 'mileage': 102187, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-06-14', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1496, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MX19OTY/2026-03-10/image/fdad2f41-ca18-4c5c-8142-1e3e40afdf3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/c2bcfae9-7ee8-42ae-b2ac-7a2ac3e3a540_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/4c856655-7f9b-451f-8988-59e82380e437_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/2d1e0396-982f-46f4-859d-5e618776a3be_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/63f4b6e5-dbbc-4196-ba64-71c81169cdc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/0dddd508-2154-4081-9211-9bba50aea064_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/7b2a44b9-4b25-4a47-b54e-c15614b86a6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/deedf810-0bba-44e8-8bc4-2a75cfb0d535_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/96181dff-6cc4-4568-b445-bf3421e08a97_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/b0e2e06a-f716-49f1-8a30-e2cc467d5ab4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/c6fa440f-d0de-4156-87ff-7afe3d926cec_removebg.jpg?w=600', 'https://abimg003.imgix.net/MX19OTY/2026-03-10/image/20ea1507-06e4-49a7-9f40-3e5dffe71035_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/20- 19K, 07/21- 32K, 11/21- 36K, 03/22- 42K', 'remarks': 'VOSA STATES 43K, 62K, 76K, 96K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f40a8ea2-334f-4582-b5fb-c52485f72486.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a372a58b-4cac-567e-bb85-00183b58096f with identifier: 120297677
2026-03-24 10:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a372a58b-4cac-567e-bb85-00183b58096f with scrape type 2
2026-03-24 10:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a372a58b-4cac-567e-bb85-00183b58096f with scrape type 2
2026-03-24 10:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a372a58b-4cac-567e-bb85-00183b58096f, identifier: 120297677
2026-03-24 10:03:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120438101, 'registration': 'YE62BFX', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '114i Sport 5dr', 'mileage': 112393, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE62BFX/2026-03-13/image/b9f19e12-75e3-47c6-9e88-851c88490712_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/5040d329-fabe-49cc-aebd-dd7cddee7aa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/04cdf467-1fe8-460d-9abf-62152809be3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/c8275680-8a68-4447-a090-b82e2b00a3c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/30b44aef-7dd8-4ea6-9913-d65ea6e77841_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/2e2a0142-fe38-491c-a5f0-048466599e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/bc872148-fd6d-42e5-a93c-6d1e8ccda160_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/61f6f44b-3503-4c9f-9d6b-4bc8cbc1d913_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23-91K, 12/24-99K, 12/25-110K.', 'remarks': 'VOSA STATES MILES@ 82K, 91K, 99K, 110K. 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': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23877ea1-c68c-41cd-bb1f-9a7ccb4c2e80.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120438101, 'registration': 'YE62BFX', 'account': 'WBA004', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '114i Sport 5dr', 'mileage': 112393, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-12-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE62BFX/2026-03-13/image/b9f19e12-75e3-47c6-9e88-851c88490712_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/5040d329-fabe-49cc-aebd-dd7cddee7aa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/04cdf467-1fe8-460d-9abf-62152809be3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/c8275680-8a68-4447-a090-b82e2b00a3c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/30b44aef-7dd8-4ea6-9913-d65ea6e77841_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/2e2a0142-fe38-491c-a5f0-048466599e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/bc872148-fd6d-42e5-a93c-6d1e8ccda160_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE62BFX/2026-03-13/image/61f6f44b-3503-4c9f-9d6b-4bc8cbc1d913_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23-91K, 12/24-99K, 12/25-110K.', 'remarks': 'VOSA STATES MILES@ 82K, 91K, 99K, 110K. 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': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23877ea1-c68c-41cd-bb1f-9a7ccb4c2e80.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e532799e-4d16-5738-8f96-1df7aaa96843 with identifier: 120438101
2026-03-24 10:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e532799e-4d16-5738-8f96-1df7aaa96843 with scrape type 2
2026-03-24 10:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e532799e-4d16-5738-8f96-1df7aaa96843 with scrape type 2
2026-03-24 10:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e532799e-4d16-5738-8f96-1df7aaa96843, identifier: 120438101
2026-03-24 10:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d5925435-5af1-5333-be0d-d24f96390ba9 with identifier: 120620613
2026-03-24 10:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d5925435-5af1-5333-be0d-d24f96390ba9 with identifier: 120620613
2026-03-24 10:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d5925435-5af1-5333-be0d-d24f96390ba9 with identifier: 120620613 to the API
2026-03-24 10:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120620613?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd5925435-5af1-5333-be0d-d24f96390ba9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MM64RSM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120620613',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 104719,
'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': 'UKCGR - Trade',
'title': 'JAGUAR XF DIESEL SALOON 2.0d [180] R-Sport 4dr Auto',
'transmission': 'automatic',
'trim': '2.0d [180] R-Sport 4dr Auto',
'vin': None,
'year': 2016}
2026-03-24 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120620613%27 HTTP/1.1" 200 None
2026-03-24 10:03:35 [astonbarclay.gb] INFO: Saving data for 120620613: {'auction_closing_time': 1774432800.0, 'created_time': 1774000947.384655, 'last_price_update_time': 1774346615.79712}
2026-03-24 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120620613') HTTP/1.1" 204 0
2026-03-24 10:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1d69cab9-6733-539a-a465-956623c33bdb with identifier: 118463621
2026-03-24 10:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:03:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Special+solid+-+Pure+white HTTP/1.1" 200 None
2026-03-24 10:03:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1d69cab9-6733-539a-a465-956623c33bdb with identifier: 118463621
2026-03-24 10:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1d69cab9-6733-539a-a465-956623c33bdb with identifier: 118463621 to the API
2026-03-24 10:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118463621?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Special solid',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1d69cab9-6733-539a-a465-956623c33bdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF72FHN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118463621',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 12966,
'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': 'Kinto',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 Life 5dr',
'transmission': 'manual',
'trim': '1.0 Life 5dr',
'vin': None,
'year': 2022}
2026-03-24 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118463621%27 HTTP/1.1" 200 None
2026-03-24 10:03:37 [astonbarclay.gb] INFO: Saving data for 118463621: {'auction_closing_time': 1774519200.0, 'created_time': 1773402174.869201, 'last_price_update_time': 1774346617.189034}
2026-03-24 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118463621') HTTP/1.1" 204 0
2026-03-24 10:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: effced28-5ecc-5e41-8710-1be9490794ec with identifier: 120632848
2026-03-24 10:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: effced28-5ecc-5e41-8710-1be9490794ec with identifier: 120632848
2026-03-24 10:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: effced28-5ecc-5e41-8710-1be9490794ec with identifier: 120632848 to the API
2026-03-24 10:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120632848?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 3',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'effced28-5ecc-5e41-8710-1be9490794ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KP03ENR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120632848',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 105310,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-06-19',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.25 Finesse 3dr',
'transmission': 'manual',
'trim': '1.25 Finesse 3dr',
'vin': None,
'year': 2003}
2026-03-24 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120632848%27 HTTP/1.1" 200 None
2026-03-24 10:03:38 [astonbarclay.gb] INFO: Saving data for 120632848: {'created_time': 1774011714.805807, 'last_price_update_time': 1774346618.088674, 'auction_closing_time': 1774432800.0}
2026-03-24 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120632848') HTTP/1.1" 204 0
2026-03-24 10:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a372a58b-4cac-567e-bb85-00183b58096f with identifier: 120297677
2026-03-24 10:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a372a58b-4cac-567e-bb85-00183b58096f with identifier: 120297677
2026-03-24 10:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a372a58b-4cac-567e-bb85-00183b58096f with identifier: 120297677 to the API
2026-03-24 10:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120297677?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a372a58b-4cac-567e-bb85-00183b58096f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MX19OTY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120297677',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES DIESEL HATCHBACK',
'odometer': 102187,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-14',
'seller_name': 'UKCGR - Select',
'title': 'BMW 1 SERIES DIESEL HATCHBACK 116d SE Business 5dr '
'[Nav/Servotronic] Step Auto',
'transmission': 'automatic',
'trim': '116d SE Business 5dr [Nav/Servotronic] Step Auto',
'vin': None,
'year': 2019}
2026-03-24 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120297677%27 HTTP/1.1" 200 None
2026-03-24 10:03:38 [astonbarclay.gb] INFO: Saving data for 120297677: {'auction_closing_time': 1774432800.0, 'created_time': 1773404362.077874, 'last_price_update_time': 1774346618.914542}
2026-03-24 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120297677') HTTP/1.1" 204 0
2026-03-24 10:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e532799e-4d16-5738-8f96-1df7aaa96843 with identifier: 120438101
2026-03-24 10:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e532799e-4d16-5738-8f96-1df7aaa96843 with identifier: 120438101
2026-03-24 10:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e532799e-4d16-5738-8f96-1df7aaa96843 with identifier: 120438101 to the API
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120438101?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e532799e-4d16-5738-8f96-1df7aaa96843',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE62BFX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120438101',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 112393,
'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': 'BMW 1 SERIES HATCHBACK 114i Sport 5dr',
'transmission': 'manual',
'trim': '114i Sport 5dr',
'vin': None,
'year': 2012}
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120438101%27 HTTP/1.1" 200 None
2026-03-24 10:03:39 [astonbarclay.gb] INFO: Saving data for 120438101: {'auction_closing_time': 1774432800.0, 'created_time': 1773406845.509403, 'last_price_update_time': 1774346619.314047}
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120438101') HTTP/1.1" 204 0
2026-03-24 10:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120408375?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120622377?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120645601, 'registration': 'GN19YPU', 'account': 'MOT075', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE SPECIAL EDITIONS', 'derivative': '294kW EV400 First Edition 90kWh 5dr Auto', 'mileage': 42366, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-29', 'fuel': 'Electric', 'motExpiry': '2027-03-26', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GN19YPU/2026-03-20/image/1bb670a8-7500-4e4e-9962-7de3660e891b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/e7f1b731-8dd9-4212-9308-cc24a6fa94f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/e7e729ef-d075-41e2-9cb9-500fa9796074_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/6b89b0a8-ce94-4e61-85d7-b3468d9cbb43_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/3de311c4-15c9-48ab-8dd5-d8c6005608d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/af6ff1a2-6bcb-4f9e-9610-4f30c24fa5a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/bf62a15f-443c-4685-a51f-901026a5ee1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/4cda8fdb-b331-44ef-a163-63b5fad0414c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/ab806cc9-d992-41e6-a427-4ebbbac923a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/e46c2314-f0cb-4d2c-a67d-cf4742666107_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 25K - 32K - 37K - 42K -', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e53d7a2a-e97f-44ff-acf7-ba0530f33922.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120645601, 'registration': 'GN19YPU', 'account': 'MOT075', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE SPECIAL EDITIONS', 'derivative': '294kW EV400 First Edition 90kWh 5dr Auto', 'mileage': 42366, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-03-29', 'fuel': 'Electric', 'motExpiry': '2027-03-26', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GN19YPU/2026-03-20/image/1bb670a8-7500-4e4e-9962-7de3660e891b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/e7f1b731-8dd9-4212-9308-cc24a6fa94f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/e7e729ef-d075-41e2-9cb9-500fa9796074_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/6b89b0a8-ce94-4e61-85d7-b3468d9cbb43_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/3de311c4-15c9-48ab-8dd5-d8c6005608d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/af6ff1a2-6bcb-4f9e-9610-4f30c24fa5a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/bf62a15f-443c-4685-a51f-901026a5ee1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/4cda8fdb-b331-44ef-a163-63b5fad0414c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/ab806cc9-d992-41e6-a427-4ebbbac923a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN19YPU/2026-03-20/image/e46c2314-f0cb-4d2c-a67d-cf4742666107_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 25K - 32K - 37K - 42K -', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e53d7a2a-e97f-44ff-acf7-ba0530f33922.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb98706d-f2f5-5d09-9e6d-17a767351327 with identifier: 120645601
2026-03-24 10:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb98706d-f2f5-5d09-9e6d-17a767351327 with scrape type 2
2026-03-24 10:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb98706d-f2f5-5d09-9e6d-17a767351327 with scrape type 2
2026-03-24 10:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bb98706d-f2f5-5d09-9e6d-17a767351327, identifier: 120645601
2026-03-24 10:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bb98706d-f2f5-5d09-9e6d-17a767351327 with identifier: 120645601
2026-03-24 10:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bb98706d-f2f5-5d09-9e6d-17a767351327 with identifier: 120645601
2026-03-24 10:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bb98706d-f2f5-5d09-9e6d-17a767351327 with identifier: 120645601 to the API
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120645601?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-25T10:00:00Z',
'fuel_type': 'Electric',
'id': 'bb98706d-f2f5-5d09-9e6d-17a767351327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GN19YPU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120645601',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'I-PACE ESTATE SPECIAL EDITIONS',
'odometer': 42366,
'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': 'MotoNovo Finance',
'title': 'JAGUAR I-PACE ESTATE SPECIAL EDITIONS 294kW EV400 First Edition '
'90kWh 5dr Auto',
'transmission': 'automatic',
'trim': '294kW EV400 First Edition 90kWh 5dr Auto',
'vin': None,
'year': 2019}
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120645601%27 HTTP/1.1" 200 None
2026-03-24 10:03:39 [astonbarclay.gb] INFO: Saving data for 120645601: {'auction_closing_time': 1774432800.0, 'created_time': 1774011697.354312, 'last_price_update_time': 1774346619.754096}
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120645601') HTTP/1.1" 204 0
2026-03-24 10:03:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120408375, 'registration': 'GF18MVX', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS AMG SALOON', 'derivative': 'E43 4Matic Premium Plus 4dr 9G-Tronic', 'mileage': 112870, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-04-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-11', 'doors': 4, 'engineSize': 2996, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GF18MVX/2026-03-12/image/72e0c541-e165-45d4-b3a8-73d55868195b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/b18d895d-ecbe-4891-accb-2b2ea5d91d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/12a7dccb-50af-4aef-8e9b-eb946b343911_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/ca744ede-1bdf-485e-8b9f-2780d11d7288_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/99ff647c-2adf-4ae9-bf0c-c8bd3cf22383_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/34510168-12bc-4f65-b8f9-489c691b4e11_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/d030e575-7de1-4b27-b2da-fd37189ba687_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/4838e112-e6dd-4b26-b8c5-77a3261f4b99_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/21-19K', 'remarks': 'VOSA STATES - 43K, 64K, 79K, 99K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 192, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fac0a1fc-8bc0-495d-a071-6e82bb4d50b9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120408375, 'registration': 'GF18MVX', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS AMG SALOON', 'derivative': 'E43 4Matic Premium Plus 4dr 9G-Tronic', 'mileage': 112870, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-04-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-11', 'doors': 4, 'engineSize': 2996, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GF18MVX/2026-03-12/image/72e0c541-e165-45d4-b3a8-73d55868195b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/b18d895d-ecbe-4891-accb-2b2ea5d91d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/12a7dccb-50af-4aef-8e9b-eb946b343911_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/ca744ede-1bdf-485e-8b9f-2780d11d7288_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/99ff647c-2adf-4ae9-bf0c-c8bd3cf22383_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/34510168-12bc-4f65-b8f9-489c691b4e11_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/d030e575-7de1-4b27-b2da-fd37189ba687_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF18MVX/2026-03-12/image/4838e112-e6dd-4b26-b8c5-77a3261f4b99_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/21-19K', 'remarks': 'VOSA STATES - 43K, 64K, 79K, 99K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 192, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fac0a1fc-8bc0-495d-a071-6e82bb4d50b9.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78a5a826-408d-5818-ab97-4032e5989fa4 with identifier: 120408375
2026-03-24 10:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78a5a826-408d-5818-ab97-4032e5989fa4 with scrape type 2
2026-03-24 10:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78a5a826-408d-5818-ab97-4032e5989fa4 with scrape type 2
2026-03-24 10:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 78a5a826-408d-5818-ab97-4032e5989fa4, identifier: 120408375
2026-03-24 10:03:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120622377, 'registration': 'ET12PZW', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i Trend 5dr', 'mileage': 114770, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-08-23', 'fuel': 'Petrol', 'motExpiry': '2026-05-23', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET12PZW/2026-03-20/image/2c5b3335-a0fc-4cae-9b22-4bd0e335b2c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/080e2ff0-1d7c-479e-8a18-b6d52f5dc1e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/a062931d-2aed-459d-acf4-56c4a6a262e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/99564b07-6af4-4c6f-845b-cef5f7f00a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/bb3c1c2d-ed2d-48af-93bf-c3f1daa03a15_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/24eac1e5-dcfd-40a4-a7d6-932124fd6fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/fb56f7e2-140e-4547-8b39-e5573e077648_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/8afc842c-3f5c-4c45-b6a3-d445596e535b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/95340b7b-889c-4245-90b0-95772e6288a8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/13- 10K, 02/15- 21K, 02/16- 28K, 04/17- 35K, 08/25- 99K', 'remarks': 'VOSA STATES 82K, 89K, 95K, 99K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cd89f35-9bf1-4e30-bf54-db36b2d410af.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120622377, 'registration': 'ET12PZW', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i Trend 5dr', 'mileage': 114770, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-08-23', 'fuel': 'Petrol', 'motExpiry': '2026-05-23', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET12PZW/2026-03-20/image/2c5b3335-a0fc-4cae-9b22-4bd0e335b2c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/080e2ff0-1d7c-479e-8a18-b6d52f5dc1e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/a062931d-2aed-459d-acf4-56c4a6a262e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/99564b07-6af4-4c6f-845b-cef5f7f00a2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/bb3c1c2d-ed2d-48af-93bf-c3f1daa03a15_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/24eac1e5-dcfd-40a4-a7d6-932124fd6fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/fb56f7e2-140e-4547-8b39-e5573e077648_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/8afc842c-3f5c-4c45-b6a3-d445596e535b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET12PZW/2026-03-20/image/95340b7b-889c-4245-90b0-95772e6288a8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/13- 10K, 02/15- 21K, 02/16- 28K, 04/17- 35K, 08/25- 99K', 'remarks': 'VOSA STATES 82K, 89K, 95K, 99K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cd89f35-9bf1-4e30-bf54-db36b2d410af.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d2f13bb-9103-5c82-a6df-bb6157e91bd3 with identifier: 120622377
2026-03-24 10:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d2f13bb-9103-5c82-a6df-bb6157e91bd3 with scrape type 2
2026-03-24 10:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d2f13bb-9103-5c82-a6df-bb6157e91bd3 with scrape type 2
2026-03-24 10:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d2f13bb-9103-5c82-a6df-bb6157e91bd3, identifier: 120622377
2026-03-24 10:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 78a5a826-408d-5818-ab97-4032e5989fa4 with identifier: 120408375
2026-03-24 10:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 78a5a826-408d-5818-ab97-4032e5989fa4 with identifier: 120408375
2026-03-24 10:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 78a5a826-408d-5818-ab97-4032e5989fa4 with identifier: 120408375 to the API
2026-03-24 10:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120408375?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 192,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '78a5a826-408d-5818-ab97-4032e5989fa4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF18MVX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120408375',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS AMG SALOON',
'odometer': 112870,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-27',
'seller_name': 'CarGiant',
'title': 'MERCEDES-BENZ E CLASS AMG SALOON E43 4Matic Premium Plus 4dr '
'9G-Tronic',
'transmission': 'automatic',
'trim': 'E43 4Matic Premium Plus 4dr 9G-Tronic',
'vin': None,
'year': 2018}
2026-03-24 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120408375%27 HTTP/1.1" 200 None
2026-03-24 10:03:40 [astonbarclay.gb] INFO: Saving data for 120408375: {'auction_closing_time': 1774432800.0, 'created_time': 1773404069.675784, 'last_price_update_time': 1774346620.373094}
2026-03-24 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120408375') HTTP/1.1" 204 0
2026-03-24 10:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d2f13bb-9103-5c82-a6df-bb6157e91bd3 with identifier: 120622377
2026-03-24 10:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d2f13bb-9103-5c82-a6df-bb6157e91bd3 with identifier: 120622377
2026-03-24 10:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d2f13bb-9103-5c82-a6df-bb6157e91bd3 with identifier: 120622377 to the API
2026-03-24 10:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120622377?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3d2f13bb-9103-5c82-a6df-bb6157e91bd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ET12PZW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120622377',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 114770,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-08-23',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA YARIS HATCHBACK 1.33 VVT-i Trend 5dr',
'transmission': 'manual',
'trim': '1.33 VVT-i Trend 5dr',
'vin': None,
'year': 2012}
2026-03-24 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120622377%27 HTTP/1.1" 200 None
2026-03-24 10:03:40 [astonbarclay.gb] INFO: Saving data for 120622377: {'auction_closing_time': 1774432800.0, 'created_time': 1774000880.137276, 'last_price_update_time': 1774346620.743724}
2026-03-24 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120622377') HTTP/1.1" 204 0
2026-03-24 10:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120586493?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120584460?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120596518?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120590454?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10: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-24 10: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-24 10:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120586493, 'registration': 'LF15DYH', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '208 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.2 VTi Style 5dr', 'mileage': 20617, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 415}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-06', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF15DYH/2026-03-19/image/93354b66-0ca4-48b7-abc9-fc2839270c0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/c881e013-3ce8-4233-ad4a-9b6857577ddb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/243c78eb-8fbd-4074-ba73-663cf10df102_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/755c33a1-b373-44d4-8a0a-22299cb58049_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/00dc96db-4b0a-4ab7-b744-083b82a58f71_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/50e2299d-a7ae-42fc-9357-6dcf82d92424_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/08dde855-d335-4261-b1f7-8acbd3b41973_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/790fb2f4-4655-4f1c-85b9-126b6cb193cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/f239198f-3a88-4811-b5d2-8b4f34ebfb38_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 18K, 18K, 18K, 18K, 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': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/801eb022-64ad-44b8-8c20-b871d1dd9e2c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120586493, 'registration': 'LF15DYH', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '208 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.2 VTi Style 5dr', 'mileage': 20617, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 415}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-06', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF15DYH/2026-03-19/image/93354b66-0ca4-48b7-abc9-fc2839270c0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/c881e013-3ce8-4233-ad4a-9b6857577ddb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/243c78eb-8fbd-4074-ba73-663cf10df102_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/755c33a1-b373-44d4-8a0a-22299cb58049_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/00dc96db-4b0a-4ab7-b744-083b82a58f71_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/50e2299d-a7ae-42fc-9357-6dcf82d92424_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/08dde855-d335-4261-b1f7-8acbd3b41973_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/790fb2f4-4655-4f1c-85b9-126b6cb193cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15DYH/2026-03-19/image/f239198f-3a88-4811-b5d2-8b4f34ebfb38_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 18K, 18K, 18K, 18K, 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': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/801eb022-64ad-44b8-8c20-b871d1dd9e2c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 617a9584-ec4c-57cd-b926-e856ed803d27 with identifier: 120586493
2026-03-24 10:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 617a9584-ec4c-57cd-b926-e856ed803d27 with scrape type 2
2026-03-24 10:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 617a9584-ec4c-57cd-b926-e856ed803d27 with scrape type 2
2026-03-24 10:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 617a9584-ec4c-57cd-b926-e856ed803d27, identifier: 120586493
2026-03-24 10:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 617a9584-ec4c-57cd-b926-e856ed803d27 with identifier: 120586493
2026-03-24 10:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 617a9584-ec4c-57cd-b926-e856ed803d27 with identifier: 120586493
2026-03-24 10:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 617a9584-ec4c-57cd-b926-e856ed803d27 with identifier: 120586493 to the API
2026-03-24 10:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120586493?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '617a9584-ec4c-57cd-b926-e856ed803d27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF15DYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120586493',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '208 HATCHBACK SPECIAL EDITIONS',
'odometer': 20617,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-30',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 208 HATCHBACK SPECIAL EDITIONS 1.2 VTi Style 5dr',
'transmission': 'manual',
'trim': '1.2 VTi Style 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120586493%27 HTTP/1.1" 200 None
2026-03-24 10:03:41 [astonbarclay.gb] INFO: Saving data for 120586493: {'auction_closing_time': 1774432800.0, 'created_time': 1773914554.158821, 'last_price_update_time': 1774346621.341047}
2026-03-24 10:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120586493') HTTP/1.1" 204 0
2026-03-24 10:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120584460, 'registration': 'WN64PVW', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Dynamic 5dr Auto [9]', 'mileage': 96546, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-10-23', 'fuel': 'Diesel', 'motExpiry': '2026-02-05', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN64PVW/2026-03-19/image/1344f436-59c1-438a-bae8-367145c226a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/f7e8143b-477b-419b-87e9-a1eba4c7db6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/be698e56-a76c-4fcf-8d66-b8a25149d781_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/482fbc35-7adc-4307-b51f-be4351106810_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/8700dc47-c4bb-4f10-ac1f-63a57d9c51e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/1a638bdf-1389-4ec5-94fe-a51675271920_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/6ce411ca-7cc1-4ca8-9102-02bc92e27904_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/31c96566-32df-460d-b10f-52759e81a2d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/e3075ede-6c69-4708-8816-1f760eefd6a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/7074ef73-e3ba-4596-b1d2-9bd2988c5fdd_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 10/15-13K, 09/16-23K, 09/17-34K', 'remarks': 'VOSA STATES 66K, 73K, 81K, 85K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f197faf-7a7f-4c1d-922d-b678eb0a58cb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120584460, 'registration': 'WN64PVW', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Dynamic 5dr Auto [9]', 'mileage': 96546, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-10-23', 'fuel': 'Diesel', 'motExpiry': '2026-02-05', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN64PVW/2026-03-19/image/1344f436-59c1-438a-bae8-367145c226a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/f7e8143b-477b-419b-87e9-a1eba4c7db6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/be698e56-a76c-4fcf-8d66-b8a25149d781_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/482fbc35-7adc-4307-b51f-be4351106810_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/8700dc47-c4bb-4f10-ac1f-63a57d9c51e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/1a638bdf-1389-4ec5-94fe-a51675271920_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/6ce411ca-7cc1-4ca8-9102-02bc92e27904_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/31c96566-32df-460d-b10f-52759e81a2d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/e3075ede-6c69-4708-8816-1f760eefd6a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN64PVW/2026-03-19/image/7074ef73-e3ba-4596-b1d2-9bd2988c5fdd_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 10/15-13K, 09/16-23K, 09/17-34K', 'remarks': 'VOSA STATES 66K, 73K, 81K, 85K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f197faf-7a7f-4c1d-922d-b678eb0a58cb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with identifier: 120584460
2026-03-24 10:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with scrape type 2
2026-03-24 10:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with scrape type 2
2026-03-24 10:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a, identifier: 120584460
2026-03-24 10:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120596518, 'registration': 'RV66SZR', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C200d SE 4dr', 'mileage': 112885, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-23', 'fuel': 'Diesel', 'motExpiry': '2026-07-11', 'doors': 4, 'engineSize': 1598, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RV66SZR/2026-03-19/image/f823e04d-922d-45cf-9cc8-3967333be76f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/0731ecc9-cb21-489a-8951-99065351e4f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/481286e1-aa40-4488-85c1-7f9bcf73488a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/4a82d901-a4c8-40cf-aef0-e10e70e3625e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/0049d23e-b7d6-4dc7-85a9-bd337820f59b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/319dddfb-a8d7-4eaa-9538-c7ef411fe7e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/14fc5c10-c6c5-4f02-8013-6e5e59fece4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/3673c8f2-8618-426d-942c-1bcaad054b83_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/23c82a27-11f3-4cb9-a54f-47ee5b774b18_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/17 10k 12/20 33k - 04/23 49k - 04/23 49k', 'remarks': 'VOSA STATES 45K -54K- 75K- 97K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/41fee7a5-b844-450e-9b8f-de95fe840a2a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120596518, 'registration': 'RV66SZR', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C200d SE 4dr', 'mileage': 112885, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-23', 'fuel': 'Diesel', 'motExpiry': '2026-07-11', 'doors': 4, 'engineSize': 1598, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/RV66SZR/2026-03-19/image/f823e04d-922d-45cf-9cc8-3967333be76f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/0731ecc9-cb21-489a-8951-99065351e4f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/481286e1-aa40-4488-85c1-7f9bcf73488a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/4a82d901-a4c8-40cf-aef0-e10e70e3625e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/0049d23e-b7d6-4dc7-85a9-bd337820f59b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/319dddfb-a8d7-4eaa-9538-c7ef411fe7e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/14fc5c10-c6c5-4f02-8013-6e5e59fece4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/3673c8f2-8618-426d-942c-1bcaad054b83_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV66SZR/2026-03-19/image/23c82a27-11f3-4cb9-a54f-47ee5b774b18_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/17 10k 12/20 33k - 04/23 49k - 04/23 49k', 'remarks': 'VOSA STATES 45K -54K- 75K- 97K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/41fee7a5-b844-450e-9b8f-de95fe840a2a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 201b2aca-1b3f-5790-9ce0-07dce32871b2 with identifier: 120596518
2026-03-24 10:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 201b2aca-1b3f-5790-9ce0-07dce32871b2 with scrape type 2
2026-03-24 10:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 201b2aca-1b3f-5790-9ce0-07dce32871b2 with scrape type 2
2026-03-24 10:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 201b2aca-1b3f-5790-9ce0-07dce32871b2, identifier: 120596518
2026-03-24 10:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120590454, 'registration': 'P484HMH', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XK8 COUPE', 'derivative': '4.0 2dr Auto', 'mileage': 96725, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '1997-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-09-13', 'doors': 2, 'engineSize': 3980, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/P484HMH/2026-03-19/image/f5fdbe4f-ece5-47a8-83a5-96c5c1e807dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/9ed11b5c-63a0-4206-9015-61e2b6576d87_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/60fd91de-8a8f-48d1-be67-2edf625a4364_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/731fdf1c-b702-41d9-947c-45ff5cf763d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/d84c32e6-0795-457d-978f-d92fc93bc2e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/b797186f-f020-49d3-b77a-ec373e764468_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/4019638b-e9d9-41e7-a287-99231614fbbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/021b91d4-d6aa-4309-83be-0245ee08840f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/98- 10K, 04/99- 15K, 04/99- 18K, 05/01- 29K, 11/02- 41K, 11/03- 45K, 11/04- 48K, 08/08- 60K, 02/11- 69K, 05/14- 87K, 08/19- 94K,', 'remarks': 'VOSA STATES 95K, 96K, 96K, 96K, SPARE KEY IN OFFICE , NON- TRANSFERABLE REGISTRATION MARK', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2d788af8-b784-484d-92bd-8990c8b73270.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120590454, 'registration': 'P484HMH', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XK8 COUPE', 'derivative': '4.0 2dr Auto', 'mileage': 96725, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '1997-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-09-13', 'doors': 2, 'engineSize': 3980, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/P484HMH/2026-03-19/image/f5fdbe4f-ece5-47a8-83a5-96c5c1e807dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/9ed11b5c-63a0-4206-9015-61e2b6576d87_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/60fd91de-8a8f-48d1-be67-2edf625a4364_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/731fdf1c-b702-41d9-947c-45ff5cf763d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/d84c32e6-0795-457d-978f-d92fc93bc2e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/b797186f-f020-49d3-b77a-ec373e764468_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/4019638b-e9d9-41e7-a287-99231614fbbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/P484HMH/2026-03-19/image/021b91d4-d6aa-4309-83be-0245ee08840f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/98- 10K, 04/99- 15K, 04/99- 18K, 05/01- 29K, 11/02- 41K, 11/03- 45K, 11/04- 48K, 08/08- 60K, 02/11- 69K, 05/14- 87K, 08/19- 94K,', 'remarks': 'VOSA STATES 95K, 96K, 96K, 96K, SPARE KEY IN OFFICE , NON- TRANSFERABLE REGISTRATION MARK', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2d788af8-b784-484d-92bd-8990c8b73270.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 3, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d9d8b14-01ac-52a9-acfc-de95330d52b8 with identifier: 120590454
2026-03-24 10:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d9d8b14-01ac-52a9-acfc-de95330d52b8 with scrape type 2
2026-03-24 10:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d9d8b14-01ac-52a9-acfc-de95330d52b8 with scrape type 2
2026-03-24 10:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d9d8b14-01ac-52a9-acfc-de95330d52b8, identifier: 120590454
2026-03-24 10:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120596595?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with identifier: 120584460
2026-03-24 10:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-24 10:03:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BRONZE HTTP/1.1" 200 None
2026-03-24 10:03:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 10:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-24 10:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with identifier: 120584460
2026-03-24 10:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5e39ffa1-0a60-52f2-8591-da8ea3b24f2a with identifier: 120584460 to the API
2026-03-24 10:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120584460?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'BRONZE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '5e39ffa1-0a60-52f2-8591-da8ea3b24f2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WN64PVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120584460',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 96546,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-23',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.2 SD4 Dynamic 5dr '
'Auto [9]',
'transmission': 'automatic',
'trim': '2.2 SD4 Dynamic 5dr Auto [9]',
'vin': None,
'year': 2014}
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120584460%27 HTTP/1.1" 200 None
2026-03-24 10:03:42 [astonbarclay.gb] INFO: Saving data for 120584460: {'auction_closing_time': 1774432800.0, 'created_time': 1773914547.840209, 'last_price_update_time': 1774346622.219353}
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120584460') HTTP/1.1" 204 0
2026-03-24 10:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 201b2aca-1b3f-5790-9ce0-07dce32871b2 with identifier: 120596518
2026-03-24 10:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 201b2aca-1b3f-5790-9ce0-07dce32871b2 with identifier: 120596518
2026-03-24 10:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 201b2aca-1b3f-5790-9ce0-07dce32871b2 with identifier: 120596518 to the API
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120596518?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': '201b2aca-1b3f-5790-9ce0-07dce32871b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RV66SZR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120596518',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 112885,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-23',
'seller_name': 'CarGiant',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C200d SE 4dr',
'transmission': 'manual',
'trim': 'C200d SE 4dr',
'vin': None,
'year': 2016}
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120596518%27 HTTP/1.1" 200 None
2026-03-24 10:03:42 [astonbarclay.gb] INFO: Saving data for 120596518: {'auction_closing_time': 1774432800.0, 'created_time': 1773932411.809111, 'last_price_update_time': 1774346622.563413}
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596518') HTTP/1.1" 204 0
2026-03-24 10:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d9d8b14-01ac-52a9-acfc-de95330d52b8 with identifier: 120590454
2026-03-24 10:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d9d8b14-01ac-52a9-acfc-de95330d52b8 with identifier: 120590454
2026-03-24 10:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d9d8b14-01ac-52a9-acfc-de95330d52b8 with identifier: 120590454 to the API
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120590454?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 3',
'engine': '4.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3d9d8b14-01ac-52a9-acfc-de95330d52b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'P484HMH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120590454',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XK8 COUPE',
'odometer': 96725,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '1997-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'JAGUAR XK8 COUPE 4.0 2dr Auto',
'transmission': 'automatic',
'trim': '4.0 2dr Auto',
'vin': None,
'year': 1997}
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120590454%27 HTTP/1.1" 200 None
2026-03-24 10:03:42 [astonbarclay.gb] INFO: Saving data for 120590454: {'auction_closing_time': 1774432800.0, 'created_time': 1773931681.693468, 'last_price_update_time': 1774346622.911077}
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120590454') HTTP/1.1" 204 0
2026-03-24 10:03:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120587864?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120585367?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 10:03:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120596595, 'registration': 'HN66YZD', 'account': 'CAR001', 'make': 'BMW', 'model': 'X1 DIESEL ESTATE', 'derivative': 'sDrive 18d Sport 5dr Step Auto', 'mileage': 114103, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HN66YZD/2026-03-19/image/fd71e7de-95f5-46ce-83ab-414c244638b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/6720b4f8-88e2-444b-9aee-884b0a9c6ce0_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/ebfa75f8-56ca-4b5b-987d-32d2905369af_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/fa6f10a2-414b-4723-a1bf-0a36eabea78d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/7af383e1-d89d-4d73-8661-5ca87b398dd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/76fa3707-17b6-443f-87f0-41df65b818b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/89220334-a085-43fb-8309-5482ec036d16_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/f3942ab3-ae37-47ff-9a5b-6a56f1904447_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/7a6242b1-2fe2-4191-b676-a7dc2fb45e17_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/7ea29277-662e-4e66-b9d0-accae027a89d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/78eadd43-cc3c-4de3-95e5-d1a1178267b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/e722f9b3-dca3-4e78-b84c-1d7ad86965d1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25 109K', 'remarks': 'VOSA STATES, 75K, 87K, 101K, 109K', 'virtual': False, 'seller': 'CarGiant', '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/18ffd123-2c09-4e6e-84b4-9b9652757225.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120596595, 'registration': 'HN66YZD', 'account': 'CAR001', 'make': 'BMW', 'model': 'X1 DIESEL ESTATE', 'derivative': 'sDrive 18d Sport 5dr Step Auto', 'mileage': 114103, 'mileageWarranty': True, 'type': 'car', 'saleId': 19178, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HN66YZD/2026-03-19/image/fd71e7de-95f5-46ce-83ab-414c244638b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/6720b4f8-88e2-444b-9aee-884b0a9c6ce0_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/ebfa75f8-56ca-4b5b-987d-32d2905369af_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/fa6f10a2-414b-4723-a1bf-0a36eabea78d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/7af383e1-d89d-4d73-8661-5ca87b398dd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/76fa3707-17b6-443f-87f0-41df65b818b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/89220334-a085-43fb-8309-5482ec036d16_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/f3942ab3-ae37-47ff-9a5b-6a56f1904447_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/7a6242b1-2fe2-4191-b676-a7dc2fb45e17_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/7ea29277-662e-4e66-b9d0-accae027a89d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/78eadd43-cc3c-4de3-95e5-d1a1178267b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN66YZD/2026-03-19/image/e722f9b3-dca3-4e78-b84c-1d7ad86965d1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/25 109K', 'remarks': 'VOSA STATES, 75K, 87K, 101K, 109K', 'virtual': False, 'seller': 'CarGiant', '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/18ffd123-2c09-4e6e-84b4-9b9652757225.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae51917a-336e-5357-84c4-c2431222d2ec with identifier: 120596595
2026-03-24 10:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae51917a-336e-5357-84c4-c2431222d2ec with scrape type 2
2026-03-24 10:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae51917a-336e-5357-84c4-c2431222d2ec with scrape type 2
2026-03-24 10:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ae51917a-336e-5357-84c4-c2431222d2ec, identifier: 120596595
2026-03-24 10:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ae51917a-336e-5357-84c4-c2431222d2ec with identifier: 120596595
2026-03-24 10:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ae51917a-336e-5357-84c4-c2431222d2ec with identifier: 120596595
2026-03-24 10:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ae51917a-336e-5357-84c4-c2431222d2ec with identifier: 120596595 to the API
2026-03-24 10:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120596595?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ae51917a-336e-5357-84c4-c2431222d2ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HN66YZD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120596595',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X1 DIESEL ESTATE',
'odometer': 114103,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-30',
'seller_name': 'CarGiant',
'title': 'BMW X1 DIESEL ESTATE sDrive 18d Sport 5dr Step Auto',
'transmission': 'automatic',
'trim': 'sDrive 18d Sport 5dr Step Auto',
'vin': None,
'year': 2016}
2026-03-24 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120596595%27 HTTP/1.1" 200 None
2026-03-24 10:03:43 [astonbarclay.gb] INFO: Saving data for 120596595: {'auction_closing_time': 1774432800.0, 'created_time': 1773931513.762884, 'last_price_update_time': 1774346623.447367}
2026-03-24 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120596595') HTTP/1.1" 204 0
2026-03-24 10:03:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120587864, 'registration': 'EA16UDM', 'account': 'WBA003', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 60582, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-04-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA16UDM/2026-03-19/image/868d91f0-a0a2-4f72-9d3f-4b4cf290074e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/4ffa27ae-3d12-41a0-8788-6692d9d847ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/6c8d317e-5966-4cae-ab32-2ff51ae6c2f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/eec78a7a-1fc6-43ec-9674-6bae99182689_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/54b76fca-b140-4677-8dca-d657325f7ce0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/b9680732-92ec-4af9-8ec0-49a0341cddf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/1844363e-d5d5-47ea-bf35-9b3d17812206_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/4df040e3-c55a-4dff-8ace-73abba47127d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/1807691b-5af4-48a5-ad78-fdb5a7aa71ed_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 04/17- 8K, 04/18- 17K, 04/19- 25K, 08/20- 33K, 03/21- 35K, 03/22- 35K, 03/23- 44K', 'remarks': 'VOSA STATES 44K, 46K, 53K, 60K, 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': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b053b115-7684-4463-82e1-c691d9aed310.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120587864, 'registration': 'EA16UDM', 'account': 'WBA003', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost Zetec 5dr', 'mileage': 60582, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-04-27', 'fuel': 'Petrol', 'motExpiry': '2027-03-18', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA16UDM/2026-03-19/image/868d91f0-a0a2-4f72-9d3f-4b4cf290074e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/4ffa27ae-3d12-41a0-8788-6692d9d847ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/6c8d317e-5966-4cae-ab32-2ff51ae6c2f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/eec78a7a-1fc6-43ec-9674-6bae99182689_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/54b76fca-b140-4677-8dca-d657325f7ce0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/b9680732-92ec-4af9-8ec0-49a0341cddf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/1844363e-d5d5-47ea-bf35-9b3d17812206_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/4df040e3-c55a-4dff-8ace-73abba47127d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA16UDM/2026-03-19/image/1807691b-5af4-48a5-ad78-fdb5a7aa71ed_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print and book 04/17- 8K, 04/18- 17K, 04/19- 25K, 08/20- 33K, 03/21- 35K, 03/22- 35K, 03/23- 44K', 'remarks': 'VOSA STATES 44K, 46K, 53K, 60K, 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': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b053b115-7684-4463-82e1-c691d9aed310.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79da58c6-ac1a-5666-bd8c-63a4041f2ba0 with identifier: 120587864
2026-03-24 10:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79da58c6-ac1a-5666-bd8c-63a4041f2ba0 with scrape type 2
2026-03-24 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79da58c6-ac1a-5666-bd8c-63a4041f2ba0 with scrape type 2
2026-03-24 10:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 79da58c6-ac1a-5666-bd8c-63a4041f2ba0, identifier: 120587864
2026-03-24 10:03:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120585367, 'registration': 'LY15ADV', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'PULSAR HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr Xtronic', 'mileage': 82675, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY15ADV/2026-03-19/image/af77b5f7-a32f-404f-b8da-0bdb7c1abe78_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/b3721581-dc9f-4dce-9bc4-ff286bb8ed15_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/67478161-0387-4b07-8e07-b701a249a1b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/d170a45c-6f1f-4d86-88bb-cc399e18226c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/8459517a-5263-45fb-a862-4877c3f31b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/421ad332-841b-42d0-b0cb-06c3dfcdf952_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/65efa66e-2ac6-4d83-aab8-7298b259d015_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/17-19K, 12/18-32K, 12/19-41K, 01/21-46K, 01/22-55K, 12/23-70K, 11/24-76K, 10/25-81K', 'remarks': 'VOSA STATES 61K, 70K, 76K, 81K, SPARE KEY AND 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/3c942f14-5df1-40b2-9e0e-818628e0ceb8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120585367, 'registration': 'LY15ADV', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'PULSAR HATCHBACK', 'derivative': '1.2 DiG-T Tekna 5dr Xtronic', 'mileage': 82675, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-06-26', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LY15ADV/2026-03-19/image/af77b5f7-a32f-404f-b8da-0bdb7c1abe78_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/b3721581-dc9f-4dce-9bc4-ff286bb8ed15_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/67478161-0387-4b07-8e07-b701a249a1b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/d170a45c-6f1f-4d86-88bb-cc399e18226c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/8459517a-5263-45fb-a862-4877c3f31b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/421ad332-841b-42d0-b0cb-06c3dfcdf952_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY15ADV/2026-03-19/image/65efa66e-2ac6-4d83-aab8-7298b259d015_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/17-19K, 12/18-32K, 12/19-41K, 01/21-46K, 01/22-55K, 12/23-70K, 11/24-76K, 10/25-81K', 'remarks': 'VOSA STATES 61K, 70K, 76K, 81K, SPARE KEY AND 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/3c942f14-5df1-40b2-9e0e-818628e0ceb8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86b50c0a-2eb2-5456-b2d4-a37525fc6dda with identifier: 120585367
2026-03-24 10:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86b50c0a-2eb2-5456-b2d4-a37525fc6dda with scrape type 2
2026-03-24 10:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86b50c0a-2eb2-5456-b2d4-a37525fc6dda with scrape type 2
2026-03-24 10:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86b50c0a-2eb2-5456-b2d4-a37525fc6dda, identifier: 120585367
2026-03-24 10:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 79da58c6-ac1a-5666-bd8c-63a4041f2ba0 with identifier: 120587864
2026-03-24 10:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 79da58c6-ac1a-5666-bd8c-63a4041f2ba0 with identifier: 120587864
2026-03-24 10:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 79da58c6-ac1a-5666-bd8c-63a4041f2ba0 with identifier: 120587864 to the API
2026-03-24 10:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120587864?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '79da58c6-ac1a-5666-bd8c-63a4041f2ba0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA16UDM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120587864',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 60582,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-27',
'seller_name': 'UKCGR - Select',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost Zetec 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Zetec 5dr',
'vin': None,
'year': 2016}
2026-03-24 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120587864%27 HTTP/1.1" 200 None
2026-03-24 10:03:44 [astonbarclay.gb] INFO: Saving data for 120587864: {'auction_closing_time': 1774432800.0, 'created_time': 1773914525.859653, 'last_price_update_time': 1774346624.030942}
2026-03-24 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120587864') HTTP/1.1" 204 0
2026-03-24 10:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86b50c0a-2eb2-5456-b2d4-a37525fc6dda with identifier: 120585367
2026-03-24 10:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86b50c0a-2eb2-5456-b2d4-a37525fc6dda with identifier: 120585367
2026-03-24 10:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86b50c0a-2eb2-5456-b2d4-a37525fc6dda with identifier: 120585367 to the API
2026-03-24 10:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120585367?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '86b50c0a-2eb2-5456-b2d4-a37525fc6dda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY15ADV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120585367',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'PULSAR HATCHBACK',
'odometer': 82675,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-26',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN PULSAR HATCHBACK 1.2 DiG-T Tekna 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.2 DiG-T Tekna 5dr Xtronic',
'vin': None,
'year': 2015}
2026-03-24 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120585367%27 HTTP/1.1" 200 None
2026-03-24 10:03:44 [astonbarclay.gb] INFO: Saving data for 120585367: {'auction_closing_time': 1774432800.0, 'created_time': 1773914553.543066, 'last_price_update_time': 1774346624.400918}
2026-03-24 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585367') HTTP/1.1" 204 0
2026-03-24 10:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592678?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120585085?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10: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-24 10:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120586322?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120649224?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592678, 'registration': 'DV14LGK', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.2 Acenta Premium 5dr', 'mileage': 22783, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-27', 'fuel': 'Petrol', 'motExpiry': '2027-02-24', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV14LGK/2026-03-19/image/66892e5b-c842-48bf-a242-3c4ef543e256_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/97406d97-00da-4c95-bc6b-3d8908e00cf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/557fefc8-36f7-4497-a1e9-4f9347fab7ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/9666f6da-1a77-4f17-b0e0-b21e75f8ee0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/e4db148e-cd75-4e23-a49b-b966892090e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/10a1e73c-0813-49cd-9cb8-f96e7ddfed10_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/91f5fb80-b0e7-4259-aa7c-80cca412124d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/1dd982f9-7290-493f-8e12-36c5e6a63334_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/dabe9e2b-9509-4145-8184-aa8b9bbbbebc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/d1bc7654-f542-4892-b1bd-5a00ae38143a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/806afbd6-206f-474d-b903-b433914c3499_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/18- 13K, 03/19- 15K, 03/20- 17K, 03/23- 20K, 03/24- 21K, 02/26- ??- SERVICE BOOK HAS NO STAMPS', 'remarks': 'VOSA STATES 20K, 21K, 22K, 22K, 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': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a40c433f-53dd-4185-827a-ed6ae7f76fdd.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592678, 'registration': 'DV14LGK', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.2 Acenta Premium 5dr', 'mileage': 22783, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 409}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-27', 'fuel': 'Petrol', 'motExpiry': '2027-02-24', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV14LGK/2026-03-19/image/66892e5b-c842-48bf-a242-3c4ef543e256_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/97406d97-00da-4c95-bc6b-3d8908e00cf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/557fefc8-36f7-4497-a1e9-4f9347fab7ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/9666f6da-1a77-4f17-b0e0-b21e75f8ee0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/e4db148e-cd75-4e23-a49b-b966892090e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/10a1e73c-0813-49cd-9cb8-f96e7ddfed10_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/91f5fb80-b0e7-4259-aa7c-80cca412124d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/1dd982f9-7290-493f-8e12-36c5e6a63334_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/dabe9e2b-9509-4145-8184-aa8b9bbbbebc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/d1bc7654-f542-4892-b1bd-5a00ae38143a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV14LGK/2026-03-19/image/806afbd6-206f-474d-b903-b433914c3499_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/18- 13K, 03/19- 15K, 03/20- 17K, 03/23- 20K, 03/24- 21K, 02/26- ??- SERVICE BOOK HAS NO STAMPS', 'remarks': 'VOSA STATES 20K, 21K, 22K, 22K, 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': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a40c433f-53dd-4185-827a-ed6ae7f76fdd.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d21d406b-5447-5fe9-8d9c-4e82070c5c36 with identifier: 120592678
2026-03-24 10:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d21d406b-5447-5fe9-8d9c-4e82070c5c36 with scrape type 2
2026-03-24 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d21d406b-5447-5fe9-8d9c-4e82070c5c36 with scrape type 2
2026-03-24 10:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d21d406b-5447-5fe9-8d9c-4e82070c5c36, identifier: 120592678
2026-03-24 10:03:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120585085, 'registration': 'EJ13FXU', 'account': 'WBA004', 'make': 'FIAT', 'model': 'PANDA HATCHBACK', 'derivative': '0.9 TwinAir [85] 4x4 5dr', 'mileage': 41819, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 415}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-05-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 875, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/2aab7a30-c391-43d7-bde0-30f62b9f4e7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/b9ff22bd-a589-4c50-92cf-65e77a035928_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/515790cc-66b6-4143-a76d-9c741af82669_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/11648c58-6907-493f-97f9-f97225ce6633_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/5a2e5ffd-072b-48ef-8a6f-dd88751692da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/9d7b2747-47f4-41c7-b3cb-cb4600bb5a47_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/03de2366-ff0e-4b29-978c-fdbfe906f705_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/b92724cb-de72-4ddc-846b-9748cc097ae2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/16- 15K, 05/17- 19K, 12/17- 21K, 05/18- 22K, 11/22- 28K, 12/25- 40K', 'remarks': 'VOSA STATES 28K, 32K, 37K, 40K, 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': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/761a105b-e9b6-47f8-8b38-0804742e5e77.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120585085, 'registration': 'EJ13FXU', 'account': 'WBA004', 'make': 'FIAT', 'model': 'PANDA HATCHBACK', 'derivative': '0.9 TwinAir [85] 4x4 5dr', 'mileage': 41819, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 415}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-05-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': 875, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/2aab7a30-c391-43d7-bde0-30f62b9f4e7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/b9ff22bd-a589-4c50-92cf-65e77a035928_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/515790cc-66b6-4143-a76d-9c741af82669_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/11648c58-6907-493f-97f9-f97225ce6633_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/5a2e5ffd-072b-48ef-8a6f-dd88751692da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/9d7b2747-47f4-41c7-b3cb-cb4600bb5a47_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/03de2366-ff0e-4b29-978c-fdbfe906f705_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ13FXU/2026-03-18/image/b92724cb-de72-4ddc-846b-9748cc097ae2_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/16- 15K, 05/17- 19K, 12/17- 21K, 05/18- 22K, 11/22- 28K, 12/25- 40K', 'remarks': 'VOSA STATES 28K, 32K, 37K, 40K, 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': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/761a105b-e9b6-47f8-8b38-0804742e5e77.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63bbcc27-4d09-5323-948c-e634fb94a8f0 with identifier: 120585085
2026-03-24 10:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63bbcc27-4d09-5323-948c-e634fb94a8f0 with scrape type 2
2026-03-24 10:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63bbcc27-4d09-5323-948c-e634fb94a8f0 with scrape type 2
2026-03-24 10:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63bbcc27-4d09-5323-948c-e634fb94a8f0, identifier: 120585085
2026-03-24 10:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d21d406b-5447-5fe9-8d9c-4e82070c5c36 with identifier: 120592678
2026-03-24 10:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d21d406b-5447-5fe9-8d9c-4e82070c5c36 with identifier: 120592678
2026-03-24 10:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d21d406b-5447-5fe9-8d9c-4e82070c5c36 with identifier: 120592678 to the API
2026-03-24 10:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592678?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd21d406b-5447-5fe9-8d9c-4e82070c5c36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DV14LGK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592678',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 22783,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-27',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN NOTE HATCHBACK 1.2 Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.2 Acenta Premium 5dr',
'vin': None,
'year': 2014}
2026-03-24 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120592678%27 HTTP/1.1" 200 None
2026-03-24 10:03:45 [astonbarclay.gb] INFO: Saving data for 120592678: {'auction_closing_time': 1774432800.0, 'created_time': 1773914494.135953, 'last_price_update_time': 1774346625.739287}
2026-03-24 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592678') HTTP/1.1" 204 0
2026-03-24 10:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63bbcc27-4d09-5323-948c-e634fb94a8f0 with identifier: 120585085
2026-03-24 10:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63bbcc27-4d09-5323-948c-e634fb94a8f0 with identifier: 120585085
2026-03-24 10:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 63bbcc27-4d09-5323-948c-e634fb94a8f0 with identifier: 120585085 to the API
2026-03-24 10:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120585085?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '0.9L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '63bbcc27-4d09-5323-948c-e634fb94a8f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ13FXU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120585085',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': 'PANDA HATCHBACK',
'odometer': 41819,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-30',
'seller_name': 'UKCGR - Trade',
'title': 'FIAT PANDA HATCHBACK 0.9 TwinAir [85] 4x4 5dr',
'transmission': 'manual',
'trim': '0.9 TwinAir [85] 4x4 5dr',
'vin': None,
'year': 2013}
2026-03-24 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120585085%27 HTTP/1.1" 200 None
2026-03-24 10:03:46 [astonbarclay.gb] INFO: Saving data for 120585085: {'auction_closing_time': 1774432800.0, 'created_time': 1773914557.951847, 'last_price_update_time': 1774346626.149345}
2026-03-24 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585085') HTTP/1.1" 204 0
2026-03-24 10:03:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120586322, 'registration': 'LY61DWC', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '318i Sport Plus Edition 4dr', 'mileage': 114704, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 415}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-09-19', 'fuel': 'Petrol', 'motExpiry': '2027-01-15', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LY61DWC/2026-03-19/image/caae70f0-5ad9-49c1-b213-167792d9455f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/a861c2fa-983a-4899-80af-1f5a7974fd08_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/a2000526-1815-4f84-95ec-134db77a79e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/b1ef904f-f633-4a5e-8183-d9101236378a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/ab5f760b-f01c-446c-9279-6885cebf7623_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/0e2cf70e-f5c4-4958-a96a-334f98d3256c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/023f6a30-0498-446a-8331-9ca1cfb02280_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/c883ef31-f2db-4e8f-851d-11cd3bb257e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/f947558e-0d0d-4983-9d24-02edb6f1042b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/e4d0da10-a2b7-4bb1-8362-a10071ae8e5d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/13-17K, 03/16-42K, 03/17-49K, 03/18-56K, 02/20-67K, 03/21-72K, 11/21-78K, 05/22-85K, 01/26-113K', 'remarks': 'VOSA STATES 89K, 97K, 107K, 113K, 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': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0d0a86cc-6caf-4e52-9404-fdbb60680139.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120586322, 'registration': 'LY61DWC', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '318i Sport Plus Edition 4dr', 'mileage': 114704, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 415}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-09-19', 'fuel': 'Petrol', 'motExpiry': '2027-01-15', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LY61DWC/2026-03-19/image/caae70f0-5ad9-49c1-b213-167792d9455f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/a861c2fa-983a-4899-80af-1f5a7974fd08_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/a2000526-1815-4f84-95ec-134db77a79e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/b1ef904f-f633-4a5e-8183-d9101236378a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/ab5f760b-f01c-446c-9279-6885cebf7623_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/0e2cf70e-f5c4-4958-a96a-334f98d3256c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/023f6a30-0498-446a-8331-9ca1cfb02280_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/c883ef31-f2db-4e8f-851d-11cd3bb257e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/f947558e-0d0d-4983-9d24-02edb6f1042b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LY61DWC/2026-03-19/image/e4d0da10-a2b7-4bb1-8362-a10071ae8e5d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/13-17K, 03/16-42K, 03/17-49K, 03/18-56K, 02/20-67K, 03/21-72K, 11/21-78K, 05/22-85K, 01/26-113K', 'remarks': 'VOSA STATES 89K, 97K, 107K, 113K, 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': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0d0a86cc-6caf-4e52-9404-fdbb60680139.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 340d607c-d12a-5f2e-826b-3f17518be2d9 with identifier: 120586322
2026-03-24 10:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 340d607c-d12a-5f2e-826b-3f17518be2d9 with scrape type 2
2026-03-24 10:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 340d607c-d12a-5f2e-826b-3f17518be2d9 with scrape type 2
2026-03-24 10:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 340d607c-d12a-5f2e-826b-3f17518be2d9, identifier: 120586322
2026-03-24 10:03:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120649224, 'registration': 'VU67RSZ', 'account': 'KCS002', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 HSE 5dr', 'mileage': 78517, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2149, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-07', 'fuel': 'Diesel', 'motExpiry': '2027-02-23', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/47ce43e2-7aef-48b1-86a7-1bd54c63d6ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/4326f755-7142-4f7f-aa7c-adb5c982d450_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/52d24c51-611c-46f8-b975-d8f5fd681ab5_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/f1285a7a-c878-44e5-b601-9cb5b1e87e65_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/5eadcca5-92cb-4ff9-b7dd-3e0daf4c40ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/84efa7e4-0e74-42a1-8ad2-5872dc592e8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/4ae5cf9d-e186-4e40-8d0a-e0dc34921701_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/da4f61a8-3923-47aa-8c50-1bb9559c7856_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/6defcd04-c65b-42b9-93b4-1309c372ca61_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/90bafe6b-f5f3-4877-9acc-297769ffddc2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 12/20 25K 12/21 30K 11/22 39K 07/25 72K', 'remarks': 'S/KEY SD', 'virtual': False, 'seller': 'CarBuy Limited', '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/50e88f9c-430b-4e65-accb-a7e79ed1238c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120649224, 'registration': 'VU67RSZ', 'account': 'KCS002', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 HSE 5dr', 'mileage': 78517, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2149, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-09-07', 'fuel': 'Diesel', 'motExpiry': '2027-02-23', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/47ce43e2-7aef-48b1-86a7-1bd54c63d6ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/4326f755-7142-4f7f-aa7c-adb5c982d450_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/52d24c51-611c-46f8-b975-d8f5fd681ab5_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/f1285a7a-c878-44e5-b601-9cb5b1e87e65_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/5eadcca5-92cb-4ff9-b7dd-3e0daf4c40ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/84efa7e4-0e74-42a1-8ad2-5872dc592e8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/4ae5cf9d-e186-4e40-8d0a-e0dc34921701_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/da4f61a8-3923-47aa-8c50-1bb9559c7856_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/6defcd04-c65b-42b9-93b4-1309c372ca61_removebg.jpg?w=600', 'https://abimg003.imgix.net/VU67RSZ/2026-03-20/image/90bafe6b-f5f3-4877-9acc-297769ffddc2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 12/20 25K 12/21 30K 11/22 39K 07/25 72K', 'remarks': 'S/KEY SD', 'virtual': False, 'seller': 'CarBuy Limited', '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/50e88f9c-430b-4e65-accb-a7e79ed1238c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 739b7798-140e-5d1d-b1a0-609470c28485 with identifier: 120649224
2026-03-24 10:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 739b7798-140e-5d1d-b1a0-609470c28485 with scrape type 2
2026-03-24 10:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 739b7798-140e-5d1d-b1a0-609470c28485 with scrape type 2
2026-03-24 10:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 739b7798-140e-5d1d-b1a0-609470c28485, identifier: 120649224
2026-03-24 10:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120651971?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120650791?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 340d607c-d12a-5f2e-826b-3f17518be2d9 with identifier: 120586322
2026-03-24 10:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 340d607c-d12a-5f2e-826b-3f17518be2d9 with identifier: 120586322
2026-03-24 10:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 340d607c-d12a-5f2e-826b-3f17518be2d9 with identifier: 120586322 to the API
2026-03-24 10:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120586322?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '340d607c-d12a-5f2e-826b-3f17518be2d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LY61DWC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120586322',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 114704,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-19',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 3 SERIES SALOON 318i Sport Plus Edition 4dr',
'transmission': 'manual',
'trim': '318i Sport Plus Edition 4dr',
'vin': None,
'year': 2011}
2026-03-24 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120586322%27 HTTP/1.1" 200 None
2026-03-24 10:03:46 [astonbarclay.gb] INFO: Saving data for 120586322: {'auction_closing_time': 1774432800.0, 'created_time': 1773914552.670709, 'last_price_update_time': 1774346626.717348}
2026-03-24 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120586322') HTTP/1.1" 204 0
2026-03-24 10:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 739b7798-140e-5d1d-b1a0-609470c28485 with identifier: 120649224
2026-03-24 10:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 739b7798-140e-5d1d-b1a0-609470c28485 with identifier: 120649224
2026-03-24 10:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 739b7798-140e-5d1d-b1a0-609470c28485 with identifier: 120649224 to the API
2026-03-24 10:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120649224?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': '739b7798-140e-5d1d-b1a0-609470c28485',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VU67RSZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120649224',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 78517,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-07',
'seller_name': 'CarBuy Limited',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.0 TD4 180 HSE 5dr',
'transmission': 'manual',
'trim': '2.0 TD4 180 HSE 5dr',
'vin': None,
'year': 2017}
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120649224%27 HTTP/1.1" 200 None
2026-03-24 10:03:47 [astonbarclay.gb] INFO: Saving data for 120649224: {'auction_closing_time': 1774431900.0, 'created_time': 1774011688.768343, 'last_price_update_time': 1774346627.041036}
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120649224') HTTP/1.1" 204 0
2026-03-24 10:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120650274?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120651971, 'registration': 'EO18BFL', 'account': 'KCS002', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [1.5] Sport 3dr [Nav] Step Auto', 'mileage': 42632, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2143, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-07-17', 'doors': 3, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO18BFL/2026-03-20/image/d16c8bf5-506b-4870-aefb-0ca0c3eb48d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/eb2c500e-612b-46ba-a396-ddaa89046f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/fc7c0a3a-1ed4-402c-8e29-1ee09bb67375_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/32415e93-dd69-41f5-935b-6fae28569253_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/c5c51700-d504-4da3-8a8d-b13b3b31d288_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/b4110e88-9d63-468f-b35c-f575d12bc424_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/bd9a3b90-6f5a-4b32-aab4-f6c0c886fd7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/22e6540b-935b-4acf-9f3d-a3fff13fb262_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/a955efb9-2f4e-4fcc-9f4d-8b1d234553f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/7bd0a0db-26a0-4312-ba0c-7563c9e5c2fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/059fd379-1890-40bf-a170-49bffbf848c4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c77410f-9ae1-469c-add4-31134ad1eb5c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120651971, 'registration': 'EO18BFL', 'account': 'KCS002', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [1.5] Sport 3dr [Nav] Step Auto', 'mileage': 42632, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2143, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-07-17', 'doors': 3, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO18BFL/2026-03-20/image/d16c8bf5-506b-4870-aefb-0ca0c3eb48d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/eb2c500e-612b-46ba-a396-ddaa89046f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/fc7c0a3a-1ed4-402c-8e29-1ee09bb67375_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/32415e93-dd69-41f5-935b-6fae28569253_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/c5c51700-d504-4da3-8a8d-b13b3b31d288_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/b4110e88-9d63-468f-b35c-f575d12bc424_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/bd9a3b90-6f5a-4b32-aab4-f6c0c886fd7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/22e6540b-935b-4acf-9f3d-a3fff13fb262_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/a955efb9-2f4e-4fcc-9f4d-8b1d234553f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/7bd0a0db-26a0-4312-ba0c-7563c9e5c2fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO18BFL/2026-03-20/image/059fd379-1890-40bf-a170-49bffbf848c4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c77410f-9ae1-469c-add4-31134ad1eb5c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with identifier: 120651971
2026-03-24 10:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with scrape type 2
2026-03-24 10:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with scrape type 2
2026-03-24 10:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2cf0e082-7ffe-5d41-a026-7143d43f99f7, identifier: 120651971
2026-03-24 10:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120650791, 'registration': 'DN65UKU', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 80339, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2146, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-10-20', 'fuel': 'Diesel', 'motExpiry': '2027-02-12', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN65UKU/2026-03-20/image/73728ecb-e0e1-4085-bf5d-f047075ad33f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/3ed6eeae-2c0f-4094-a41a-3ed3ab6a966a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/59c92ef3-87a8-4953-a7f5-18e12fc0e65b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/28db8808-08e6-40e0-932a-f37c581d5dfc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/19f8679e-13a2-4828-be3d-ebf907dab261_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/52c5abd7-b660-415c-a2ba-fd15ae71d533_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/bf751e4b-8cb3-45db-81e4-11a7604ccf14_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/a63a8e5e-0b39-4707-9e2c-71146e275ff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/3af1a9a1-c74d-4f55-ad10-22cc6dfa98be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/5fb2c7ec-e60b-46de-b3e8-48633974daaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/5f94ff56-38ee-4d0e-a577-63bae2e995c9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO SPARE KEY SD', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0433f921-a171-4286-b786-f9653dfe18bb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120650791, 'registration': 'DN65UKU', 'account': 'KCS002', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 80339, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2146, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-10-20', 'fuel': 'Diesel', 'motExpiry': '2027-02-12', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN65UKU/2026-03-20/image/73728ecb-e0e1-4085-bf5d-f047075ad33f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/3ed6eeae-2c0f-4094-a41a-3ed3ab6a966a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/59c92ef3-87a8-4953-a7f5-18e12fc0e65b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/28db8808-08e6-40e0-932a-f37c581d5dfc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/19f8679e-13a2-4828-be3d-ebf907dab261_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/52c5abd7-b660-415c-a2ba-fd15ae71d533_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/bf751e4b-8cb3-45db-81e4-11a7604ccf14_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/a63a8e5e-0b39-4707-9e2c-71146e275ff7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/3af1a9a1-c74d-4f55-ad10-22cc6dfa98be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/5fb2c7ec-e60b-46de-b3e8-48633974daaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN65UKU/2026-03-20/image/5f94ff56-38ee-4d0e-a577-63bae2e995c9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': 'NO SPARE KEY SD', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0433f921-a171-4286-b786-f9653dfe18bb.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a22a0ff7-3b5e-5cd7-ae3a-7232a9d3e5ba with identifier: 120650791
2026-03-24 10:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a22a0ff7-3b5e-5cd7-ae3a-7232a9d3e5ba with scrape type 2
2026-03-24 10:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a22a0ff7-3b5e-5cd7-ae3a-7232a9d3e5ba with scrape type 2
2026-03-24 10:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a22a0ff7-3b5e-5cd7-ae3a-7232a9d3e5ba, identifier: 120650791
2026-03-24 10:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with identifier: 120651971
2026-03-24 10:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with identifier: 120651971
2026-03-24 10:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2cf0e082-7ffe-5d41-a026-7143d43f99f7 with identifier: 120651971 to the API
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120651971?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '2cf0e082-7ffe-5d41-a026-7143d43f99f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO18BFL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120651971',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 42632,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-29',
'seller_name': 'CarBuy Limited',
'title': 'BMW 1 SERIES HATCHBACK 118i [1.5] Sport 3dr [Nav] Step Auto',
'transmission': 'automatic',
'trim': '118i [1.5] Sport 3dr [Nav] Step Auto',
'vin': None,
'year': 2018}
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120651971%27 HTTP/1.1" 200 None
2026-03-24 10:03:47 [astonbarclay.gb] INFO: Saving data for 120651971: {'auction_closing_time': 1774431900.0, 'created_time': 1774011682.684767, 'last_price_update_time': 1774346627.584644}
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651971') HTTP/1.1" 204 0
2026-03-24 10:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a22a0ff7-3b5e-5cd7-ae3a-7232a9d3e5ba with identifier: 120650791
2026-03-24 10:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a22a0ff7-3b5e-5cd7-ae3a-7232a9d3e5ba with identifier: 120650791
2026-03-24 10:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a22a0ff7-3b5e-5cd7-ae3a-7232a9d3e5ba with identifier: 120650791 to the API
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10: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-24 10:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120650791?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'a22a0ff7-3b5e-5cd7-ae3a-7232a9d3e5ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DN65UKU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120650791',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 80339,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-20',
'seller_name': 'CarBuy Limited',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.5 dCi Tekna 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Tekna 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10: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%27120650791%27 HTTP/1.1" 200 None
2026-03-24 10:03:47 [astonbarclay.gb] INFO: Saving data for 120650791: {'auction_closing_time': 1774431900.0, 'created_time': 1774011694.267925, 'last_price_update_time': 1774346627.89741}
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650791') HTTP/1.1" 204 0
2026-03-24 10:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120651628?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120650274, 'registration': 'LF15FMK', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2 Life 5dr', 'mileage': 23504, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2144, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF15FMK/2026-03-20/image/73d3959a-3be5-4b48-a491-9535788c500f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/0dfc7140-8549-420c-beff-873e6e66f7c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/00b6aa0a-b26a-466a-b1b6-83e47465e5da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/734cdca3-93b2-49ac-945b-4498b9a0f81b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/9f691d35-21fe-4ae5-8b74-15142eb2903c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/d44b456e-7fee-494a-8c5d-9aee277edbde_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 03/16 2K 03/17 5K 02/19 9K 08/21 14K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ecd88bd7-614c-4ff5-b208-7e27869e359b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120650274, 'registration': 'LF15FMK', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.2 Life 5dr', 'mileage': 23504, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2144, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1229, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF15FMK/2026-03-20/image/73d3959a-3be5-4b48-a491-9535788c500f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/0dfc7140-8549-420c-beff-873e6e66f7c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/00b6aa0a-b26a-466a-b1b6-83e47465e5da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/734cdca3-93b2-49ac-945b-4498b9a0f81b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/9f691d35-21fe-4ae5-8b74-15142eb2903c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF15FMK/2026-03-20/image/d44b456e-7fee-494a-8c5d-9aee277edbde_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 03/16 2K 03/17 5K 02/19 9K 08/21 14K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ecd88bd7-614c-4ff5-b208-7e27869e359b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bd26acf-c012-593f-b2d8-a486dcaffb83 with identifier: 120650274
2026-03-24 10:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bd26acf-c012-593f-b2d8-a486dcaffb83 with scrape type 2
2026-03-24 10:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bd26acf-c012-593f-b2d8-a486dcaffb83 with scrape type 2
2026-03-24 10:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3bd26acf-c012-593f-b2d8-a486dcaffb83, identifier: 120650274
2026-03-24 10:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3bd26acf-c012-593f-b2d8-a486dcaffb83 with identifier: 120650274
2026-03-24 10:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3bd26acf-c012-593f-b2d8-a486dcaffb83 with identifier: 120650274
2026-03-24 10:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3bd26acf-c012-593f-b2d8-a486dcaffb83 with identifier: 120650274 to the API
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120650274?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '3bd26acf-c012-593f-b2d8-a486dcaffb83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF15FMK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120650274',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 23504,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-01',
'seller_name': 'CarBuy Limited',
'title': 'VAUXHALL CORSA HATCHBACK SPECIAL EDS 1.2 Life 5dr',
'transmission': 'manual',
'trim': '1.2 Life 5dr',
'vin': None,
'year': 2015}
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650274%27 HTTP/1.1" 200 None
2026-03-24 10:03:48 [astonbarclay.gb] INFO: Saving data for 120650274: {'auction_closing_time': 1774431900.0, 'created_time': 1774011694.647674, 'last_price_update_time': 1774346628.427075}
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650274') HTTP/1.1" 204 0
2026-03-24 10:03:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120651628, 'registration': 'YM14CLN', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T SE 5dr 4WD', 'mileage': 67651, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2142, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-07-09', 'fuel': 'Petrol', 'motExpiry': '2026-11-12', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YM14CLN/2026-03-20/image/d7b6b2d9-1e8c-48d3-a5be-2ecc2b853344_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/f03dace5-f2b2-421c-ad90-cec65c7c2c4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/79d90106-fbc9-415e-b4b2-b15b21af0752_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/fa167838-409f-485f-8681-da1d3d968a7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/ea667ddf-d21a-477c-9dab-9c18e6523c72_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/e3ab090f-f488-4ff2-a602-e316639e05c7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 03/21 50K 03/22 52K 03/23 55K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c92cd20f-7b80-4b7d-9f6a-1527cebd4d9b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120651628, 'registration': 'YM14CLN', 'account': 'KCS002', 'make': 'VAUXHALL', 'model': 'MOKKA HATCHBACK', 'derivative': '1.4T SE 5dr 4WD', 'mileage': 67651, 'mileageWarranty': True, 'type': 'car', 'saleId': 19176, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 128}, 'saleStart': '2026-03-25T09:45Z', 'lot': 2142, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2014-07-09', 'fuel': 'Petrol', 'motExpiry': '2026-11-12', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YM14CLN/2026-03-20/image/d7b6b2d9-1e8c-48d3-a5be-2ecc2b853344_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/f03dace5-f2b2-421c-ad90-cec65c7c2c4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/79d90106-fbc9-415e-b4b2-b15b21af0752_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/fa167838-409f-485f-8681-da1d3d968a7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/ea667ddf-d21a-477c-9dab-9c18e6523c72_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM14CLN/2026-03-20/image/e3ab090f-f488-4ff2-a602-e316639e05c7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 03/21 50K 03/22 52K 03/23 55K', 'remarks': 'SKEY', 'virtual': False, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c92cd20f-7b80-4b7d-9f6a-1527cebd4d9b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 980033a3-fd7b-56a1-be6c-634827569d35 with identifier: 120651628
2026-03-24 10:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 980033a3-fd7b-56a1-be6c-634827569d35 with scrape type 2
2026-03-24 10:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 980033a3-fd7b-56a1-be6c-634827569d35 with scrape type 2
2026-03-24 10:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 980033a3-fd7b-56a1-be6c-634827569d35, identifier: 120651628
2026-03-24 10:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 980033a3-fd7b-56a1-be6c-634827569d35 with identifier: 120651628
2026-03-24 10:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 980033a3-fd7b-56a1-be6c-634827569d35 with identifier: 120651628
2026-03-24 10:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 980033a3-fd7b-56a1-be6c-634827569d35 with identifier: 120651628 to the API
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120651628?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:45:00Z',
'fuel_type': 'Petrol',
'id': '980033a3-fd7b-56a1-be6c-634827569d35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YM14CLN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120651628',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'VAUXHALL',
'model': 'MOKKA HATCHBACK',
'odometer': 67651,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-09',
'seller_name': 'CarBuy Limited',
'title': 'VAUXHALL MOKKA HATCHBACK 1.4T SE 5dr 4WD',
'transmission': 'manual',
'trim': '1.4T SE 5dr 4WD',
'vin': None,
'year': 2014}
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120651628%27 HTTP/1.1" 200 None
2026-03-24 10:03:48 [astonbarclay.gb] INFO: Saving data for 120651628: {'auction_closing_time': 1774431900.0, 'created_time': 1774011683.114363, 'last_price_update_time': 1774346628.827951}
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120651628') HTTP/1.1" 204 0
2026-03-24 10:04:05 [scrapy.extensions.logstats] INFO: Crawled 210 pages (at 45 pages/min), scraped 195 items (at 51 items/min)
2026-03-24 10:04:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 188MiB
2026-03-24 10:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120584213?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-24 10:04:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120584213, 'registration': 'EO63ENC', 'account': 'WBA004', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.2 TSI FR 5dr', 'mileage': 147140, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 415}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO63ENC/2026-03-19/image/3c0e278a-9600-489d-9f3b-0427c838dcaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/f7b26553-7b33-46ed-9353-5e30a2e1fd29_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/71bbb21d-9595-41f9-a102-5b64b8a90785_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/3f4e3092-61f2-4673-9d5a-139477b7fea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/63345261-6e7b-4b7c-a05a-865da309777b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/f965f07f-c588-4a1d-82e3-2c533b52b23b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/8411c979-fd12-4890-8ab7-21fc71785020_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/cdf1e193-c31f-45ee-b01f-62f28270c22d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/23c23634-72bc-41be-a792-89fd60412a97_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14- 9K, 09/16- 29K, 07/18- 46K, 07/20- 71K, 07/21- 81K, 07/22- 91K, 07/24- 123K', 'remarks': 'VOSA STATES 91K, 108K, 123K, 137K, SPARE KEY IN OFFICE, GARMIN SCREEN IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/82628081-4545-49f9-ab8e-79ea3a2b47f8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:04:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120584213, 'registration': 'EO63ENC', 'account': 'WBA004', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.2 TSI FR 5dr', 'mileage': 147140, 'mileageWarranty': True, 'type': 'car', 'saleId': 19179, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 415}, 'saleStart': '2026-03-25T10:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO63ENC/2026-03-19/image/3c0e278a-9600-489d-9f3b-0427c838dcaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/f7b26553-7b33-46ed-9353-5e30a2e1fd29_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/71bbb21d-9595-41f9-a102-5b64b8a90785_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/3f4e3092-61f2-4673-9d5a-139477b7fea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/63345261-6e7b-4b7c-a05a-865da309777b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/f965f07f-c588-4a1d-82e3-2c533b52b23b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/8411c979-fd12-4890-8ab7-21fc71785020_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/cdf1e193-c31f-45ee-b01f-62f28270c22d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO63ENC/2026-03-19/image/23c23634-72bc-41be-a792-89fd60412a97_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14- 9K, 09/16- 29K, 07/18- 46K, 07/20- 71K, 07/21- 81K, 07/22- 91K, 07/24- 123K', 'remarks': 'VOSA STATES 91K, 108K, 123K, 137K, SPARE KEY IN OFFICE, GARMIN SCREEN IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/82628081-4545-49f9-ab8e-79ea3a2b47f8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-24 10:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bb7f9db-bbb1-5824-8f42-aa663cbaa263 with identifier: 120584213
2026-03-24 10:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bb7f9db-bbb1-5824-8f42-aa663cbaa263 with scrape type 2
2026-03-24 10:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bb7f9db-bbb1-5824-8f42-aa663cbaa263 with scrape type 2
2026-03-24 10:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6bb7f9db-bbb1-5824-8f42-aa663cbaa263, identifier: 120584213
2026-03-24 10:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6bb7f9db-bbb1-5824-8f42-aa663cbaa263 with identifier: 120584213
2026-03-24 10:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6bb7f9db-bbb1-5824-8f42-aa663cbaa263 with identifier: 120584213
2026-03-24 10:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6bb7f9db-bbb1-5824-8f42-aa663cbaa263 with identifier: 120584213 to the API
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 10:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120584213?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-25T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6bb7f9db-bbb1-5824-8f42-aa663cbaa263',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO63ENC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120584213',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'IBIZA HATCHBACK',
'odometer': 147140,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-30',
'seller_name': 'UKCGR - Trade',
'title': 'SEAT IBIZA HATCHBACK 1.2 TSI FR 5dr',
'transmission': 'manual',
'trim': '1.2 TSI FR 5dr',
'vin': None,
'year': 2013}
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584213%27 HTTP/1.1" 200 None
2026-03-24 10:04:13 [astonbarclay.gb] INFO: Saving data for 120584213: {'auction_closing_time': 1774432800.0, 'created_time': 1773914555.677304, 'last_price_update_time': 1774346653.307422}
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120584213') HTTP/1.1" 204 0
2026-03-24 10:04:13 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-24 10:04:13 [astonbarclay.gb] INFO: astonbarclay.gb Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674953%27 HTTP/1.1" 200 None
2026-03-24 10:04:13 [astonbarclay.gb] INFO: Saving data for 120674953: {'created_time': 1774346653.477747}
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674953') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 10:04:13 [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%201773914653 HTTP/1.1" 200 None
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117935409') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117988283') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118822561') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118956100') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119326128') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119351220') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119358796') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119429807') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119431834') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119504714') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119543601') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119709166') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119714886') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119757804') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119772450') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119856727') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120019722') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120021010') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120050908') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120099192') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120133421') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120139304') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120187385') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120195353') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120195544') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120195576') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120214185') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120230043') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120244331') HTTP/1.1" 204 0
2026-03-24 10:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120249271') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120257785') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120260237') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120296800') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120306255') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120331944') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120333737') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120374213') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120374289') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120377732') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120377806') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120381484') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120404252') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120407115') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120407923') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417559') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417794') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120434418') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120445161') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120456352') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120460508') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120473974') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120474258') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120474284') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120474312') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120474322') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120474536') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120474655') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120474998') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479026') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479066') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479933') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120481926') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120483654') HTTP/1.1" 204 0
2026-03-24 10:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120590080') HTTP/1.1" 204 0
2026-03-24 10:04:14 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (196 items) in: file:///var/lib/scrapyd/items/sourcing_v2/astonbarclay.gb/task_9_2026-03-24T10_00_00.jl
2026-03-24 10:04:14 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 306711,
'downloader/request_count': 442,
'downloader/request_method_count/GET': 442,
'downloader/response_bytes': 12284174,
'downloader/response_count': 442,
'downloader/response_status_count/200': 442,
'elapsed_time_seconds': 249.040293,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 24, 10, 4, 14, 509701, tzinfo=datetime.timezone.utc),
'item_dropped_count': 12,
'item_dropped_reasons_count/DropItem': 12,
'item_scraped_count': 196,
'log_count/DEBUG': 6927,
'log_count/ERROR': 1,
'log_count/INFO': 6986,
'memusage/max': 197238784,
'memusage/startup': 150302720,
'photo_download_count': 231,
'pipeline/dropped_expired': 12,
'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': 211,
'scheduler/dequeued': 442,
'scheduler/dequeued/memory': 442,
'scheduler/enqueued': 442,
'scheduler/enqueued/memory': 442,
'scrape_type/new': 57,
'scrape_type/price_update': 152,
'scrape_type/skipped': 1351,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 210,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 6.750913213539339,
'scrapy-zyte-api/mean_response_seconds': 6.753366636555818,
'scrapy-zyte-api/processed': 210,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 210,
'scrapy-zyte-api/request_args/experimental.requestCookies': 209,
'scrapy-zyte-api/request_args/experimental.responseCookies': 210,
'scrapy-zyte-api/request_args/httpResponseBody': 210,
'scrapy-zyte-api/request_args/httpResponseHeaders': 210,
'scrapy-zyte-api/request_args/url': 210,
'scrapy-zyte-api/status_codes/200': 210,
'scrapy-zyte-api/success': 210,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 24, 10, 0, 5, 469408, tzinfo=datetime.timezone.utc)}
2026-03-24 10:04:14 [scrapy.core.engine] INFO: Spider closed (finished)